Source code is different -
I have been writing on a program in a very long time now. But suddenly there is something wrong. I can't use breakpoints when I am debugging. If I set a breakpoint there will only be a yellow triagular "!" warning when I start debugging. The warning says that the source code is different from the originally and I have to check an option there will allow it source code to be different. The problem is that there is not an option that you can allow source code to be different. Now how do I make my source code to the originally, or how do I allow the source code to different?
convert DLL into vb6 source code -
Hi,
I missed my visual basic 6 source code . but i have DLL file of the source code.
Help me.. how do you convert DLL into source code. is it possible in vb6?
I have vb decomplier lite software. but it wont convert source code format.
Regards
selva
Source code is different -
I have been writing on a program in a very long time now. But suddenly there is something wrong. I can't use breakpoints when I am debugging. If I set a breakpoint there will only be a yellow triagular "!" warning when I start debugging. The warning says that the source code
Getting Source -
Iv searched the forms, and so far there is no real good way to get the source of a webpage.
Inet is buggy and usually doesn't return all the source
the wininet dll freezes my app untill it's finished downloading the source
webbrowser is out of the question..
so, that leaves winsock
I really could use some help with protecting my source code... -
Does anyone have some source or suggestions that I can use to protect my source code from being decompiled? I need to protect my source code from prying eyes before I can hand my program out.
If it helps, I am coding in VB 5.0 Enterprise Edition
I appreciate all your time and effo
I really could use some help protecting my source code... -
Does anyone have some source or suggestions that I can use to protect my source code from being decompiled? I need to protect my source code from prying eyes before I can hand my program out.
If it helps, I am coding in VB 5.0 Enterprise Edition
I appreciate all your time and effo
How does source code leak -
Lets not confuse this with "I would like to get leaked source code"
Anyway, how does source code of any leak, in paticular Windows Source Code (like recent events). I mean, does it magically just open notepad and post the code in there? I mean, i though source code was in
stupid C++ -
newbie here to C++
can someone tell my this would fail??
p1=p1+4
p2=p1-1
for ( source = 17; source != p2; source--)
it works if i said
for ( source = 17; source != 3; source--)
[2005] Browsing Web Pages -
I am new to VB 2005 but have some experience of VB6.
I am trying to write a routine to interrogate the source HTML code of a series of web pages. In other words:
a. load web page 1 into the web browser and analyse the source code
b. then load web page 2 and analyse the source c
[SERIOUS] Open Source -
What language is used for creating OpenSource software? Before this can be answered, I need to ask:
What exactly is the definition of open source? I get quite a few different answers to this question, and all of them differ. Some say that open source only means distributing your sou
Source Code Control Systems -
What source code control systems does everyone use?
I just keep source organized in a directory on my computer, but our department is growing past the limitations of that.
I heard Visual Source Safe is buggy. Anyone have any advice or experiences to share?
Source code needed! -
Does any1 know where can i download a BackGammon source code program from?
If you dont know the game, just tell me please some URL of an artificial intelligence projects. (including their source code of course).
Thanks.
Source control -
Hello kids.
I'm studying about source control. I'm looking for controling tecniques to trace the changes you do into a code source.
I need a program that saves many versions of code and registers dates of change and reason, etc. Or somethig similar.
It's very usefull to rememb
Hiding Source Code -
I have made a C# and ASP.NET stand alone application. Once I package it and install, still others can see my source code.
IS there a way to hide the source code from others in case I am sending them exe?
Idea is I want to mail trial version and then full code if the user wants to
pointer to pointer -
Hello,
VS 2008 compiled in C.
I am working on pointer to pointers. I know that a pointer is a variable that has a value that is an address. But I am getting confused with pointers to pointers in C.
I have a program that I have modified to try and understand this concept.
Is
How much for source code -
hey guys,
I have a costumer that wants the source code for a small app I made for him...the price of the EXE was 250 USD, but now I dont know how much to ask for the source, the app is about 500 lines large....any ideas?
use Inet to open CGI -
Hi,
I tried to use Inet to open a CGI page like this:
RichTextBox1.Text = Inet1.OpenURL("http://www.XXX.com/cgi-bin/XXX.cgi?search=XXX&YYY=ZZZ")
However I'm only returned half of the source code when compared to the source code that I get from [view source] in IE
Securing Source Code -
Hi all,
Just wondering if anyone knew anything about the following: I have developed an application in ASP.NET which allows users to perform an action on a web server, now my issue is that potentially they could 'view source' and re-develop the application. Is there anyway i can pre
Disabling view source -
if someone wants to find your html source code bad enough, they will. i have yet to come across a page that i cant veiw the source for.
Kyle
Need help with source -
I have some source code and i have no clue whats its coded in all i know is that it is VB anybody who is kind enough to help me
aim me at : ohembee***bbqhax
cuz i want to keep this source sort of private :/
Load HTML source code -
I have a webbrowser that displays a website (url written in a text box) when a display button is clicked. Once the whole of this page is downloaded and displayed I want a text box to show the source code of this page (ie. like when you go view->source in i.e and the source code appe
Musiccity/Morpheus Source Code -
Musiccity/Morpheus has the source code for their new ver out. Might want to check it out
Source Code
How to manage source code -
After coding for sometime i have started to collect quite a numbers of source code for many of my tasks. Any suggestion on how to manage those source code, beside using code snippet. Should i create a datebase for those?
U may knew this already:Microsoft releases 97% of WinXP's source code! -
Some of u could have knew this
Microsoft is launching an open source program
where the buyers could liscence the WinXP's source code.
But mostly it's intended for system experts corporations.
Well, who wants WinXP's source code?
Programs and decompilers -
Is their a way to make it so someone can't run your VB .NET program through a decompiler and get all the source code?
I checked out 1 and I could see all the source code of a program I am currently making. From the names of things I've used to my functions, ect... so my question is.
View Source of Webbrowser Object -
I know how to view the source of the Webbrowser object when there is only 1 window open: Webbrowser1.Document.Body.Innerhtml contains the full source code as if you chose 'View Source' from IE or some other browser. What I don't know how to do is view the source of a second or popup wi
Getting webpage source code -
Hello.. this is my problem: I am wanting to get the source code from the status.htm on my router. I am using that vb .ocx... I think it is the inet control or something. It is able to get the source of the webpages... but on my router, you must log into it first. How do I get the c
Source code to this (not sure if this is the right place) -
Does anyone know where to find the source code to this (attached)? I'm sure this is open source because the reason I'm trying to find it is because the person that says he "made" it has ripped other peoples work I just need to find the source to this to get him banned from th
Restrict Source Code in HTML -
Hi there,
May I know, is it possible to disable View>Source property of an IE window? So that other viewers cannot view my website's source codes (*.txt)
If possible, also, then, how do I enable the View>Source.
Meaning to say, is there a way to restrict other users from v
View source of an EXE -
Does anyone know if it is possible to view the source code of a vb EXE?. i.e. reverse the EXE to vb source code & show me how it was coded?
I have a piece of software which was written by a previous employee & i need to be able view his source code.
All that i have is the
Error adding web project to solution...VERY STRANGE! -
OK...there are 3 developers here, me and 2 .NET developers.
We have all our code in source safe.
I am now moving onto .NET applications...finally...woooohooooo.
But...I get all the source code from source safe, and start building stuff and setting up projects, but I am getting an er
Launch IE and Get source to DB -
As a decent programmer, this seems to be a simple task, but is turning out to be difficult.
I would like to launch Internet Explorer, view the source of a page, and then parse some info (from the source) to a database.
I can launch internet explorer, but getting the source seems
source code in text file...please help... -
Is it possible to make a text file where i put some source code. Then let vb read the file and execute the source code? I hope you understand what i try to say lol. Then if that work encrypt the text and give it an other extension so that nobody can read that source. Is somthing like a
Can you get source code from a DLL -
We have a web site in which we no longer have the source code. It was
written by a previous programmer that no longer works for the company.
Is there a way to extract the source code, or any way to see what a DLL
does if you just have the DLL file?
Thanks.
A bug in my game -
Hi, I'm making a Checkers game, with labels, as the board, and images as the pieces. I decided to make a small 4x4 board to begin with. Here is a picture of the board:
http://visualprogrammer.50megs.com/BOARD.gif
The checker pieces are array images.
When the small game starts, t
open source code... -
Crack***** is now Open Source
From the web-page:
Yeah, you read it right. All the 11 forms, 7 modules, 1 class and 3 usercontrols of Visual Basic source code for Crack***** (totalling thousands of lines of code) is now public domain, which means you can do with it whatever you want
VB6 Compiler -
I have an executable that I know was developed in VB6. I am trying to see if the source code I have was the source that made it. When compile the source code and do a hex compare on the two executables they are significently different in the sense that parts are in different spots in t
Parsing Quake 3 BSP Files Using VB -
Can anyone point me in the right direction in parsing Quake 3 BSP files using VB without any separate 3rd party programs that does it for you? I found plenty of C++ source code that has it, like the ones I found at www.gametutorials.com, but now they charge you $5 for the source code.
best source code sites... -
planet source code is being weird...i cant seem to download anything...all i get are 404 errors....anyway vbcode.com doesnt have wut i need....wut other source codes sites r there?...im talking big ones like those 2...
The Planet Source Code -
Just wanna share with your guys, Are you looking for sample program? Example? Just visit Planet Source Code.
Getting source code of a project -
Hello,
It is good to see you all. Its been a long time since i posted a thread in here, i was in the army in the past 2 years, and i still got 1 year to serve.
Anyway, I would like to know how can i get the source code of a project i compiled?
I dont have the source files of VB, onl