o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

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 tried the source code at vbsquare to get winsock to download the source of any webpage, but it doesn't seem to work..

if anyone could help it would be greatly appreciated, iv spent hours trying to figure this out..

 

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--)


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


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


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


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


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 :/


Get HTML source of secured page -
Hey all I'm trying to view the source of a webpage in simple textbox for practice. The webpage i'm trying to get the soucre from is protected by a username and password, which i both have. it has the same authentication method as this website. But when i'm trying to get the sour


Source control on sql server help!!! -
I am working in dev studio.net and Im writing stored procedures for a sql server. I have my project files except the SPs all under source control. But how do I do to make source control work for my stored procedures as well? Like rightclick and "add to source control" I h


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


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


[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


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


Source Safe question. -
Hi all, I had a sollution USA Sales Stats v1.0 which was registered in our Visual Source Safe Database. I then copied the sollution folder and renamed it V1.1 ready to work on phase 2 of my project. This also still seems to be tied to the same source safe sollution. I think if I un


highlight table row[resolved] -
Ok, so I have the following Javascript functions which I use to change the background color of TD elements. Now I want to highlight an entire row when the mouse is over any TD element of that row. I've copied the changeto function and played with it and called it "changeto2"


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


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


Source control menu disabled -
Every option on my Source control menu (File / Source Control) in VS.Net is disabled. Does anyone know what causes this? Have I not integrated source control properly or something. (I have VSS 6 installed with latest service pack, and have used it extensively for previous VB6 projects.


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


App. Self Copy !!!!!! can some one tell me the source plz -
Hi em looking for the source that when i run my app it copies it self to specifyd dirwectory,, kind like a trojan but i need tihs for mu chat software can anyone tell me there are big programmers her,,,,,, anyways if you knwo the source please post it or send it to me many thks .......


how do u search for "s -
i used Source = WebBrowser1.Document.documentelement.innerhtml and i want to eliminate or just replace all the "(quotations) in the Source string.. Do j = Instr (Source, ???) <---how do u make it search for quotes? mid (Source,j,j) = "x" Loop while j>0


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?


BitBlt again... -
I´m goofing around with BitBlt right now and wondering how to get max optimization out of it. Right now I erase the "source"-pic with .cls, but is this really the fastest way? Would it be better to blit an empty square over the old source-pic instead? Is there any use in r


I am the very model of a modern global variable -
I am the very model of a modern global variable I've information of a source you will not find available To use me in your code will devoid it of continuity And rather in a sense you will instead have ambiguity I know the contents inside functions of a great obscurity And if you


Disable HTML View->Source -
Hi All, I am not an HTML expert (and hence neither javascript or vbscript one either) so pardon me for a silly question. I have noticed that when you choose 'Source' from 'View' menu on the browser menubar it is possible to see the source code of the page. However, I have also no


I always hear that linux is an Open Source OS, so how can i download the Souce !!!!!! -
Hello every body!!!!! In every Linux website that i visit, they say that Linux is an open source...But this is only what they say. So if Linux is open source, where can peoples get Linux source code(of course pro programmers) and in what compiler linux made, and what version of Linux


StreamReader/StreamWriter -
Hi, I was wondering if I could get some help with IO.StreamReader and IO.StreamWriter. I have looked at a few examples and tried a few different ways but cannot seem to get these to work. I am trying to write/append from one file to another. Source to Master. Here is some info for


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


Interdev & SourceSafe -
Hopefully someone can offer me a hand. I am trying to set up source control (real source control, not the basic control Interdev sets up) for a project I am working on. I have 2 servers currently running, one with IIS on it (the server that I am developing my application one) and one


[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


Source Control issue. -
Hi I am a newbie in VB.NET . When trying to open some sample code, I get a message "Source control, The solution appears to be under source control" and that some information cannot be found ............... it will be treated as not under source control. Can I be told what


Tricky image filename blocker -
www.comicspriceguide.com has a way that when they display comic scans for people to view, they dont actually source the <img> tag to the actual image, they link it to an ASP page. If you copy this ASP page source out of the page's source and paste it in the address bar, the AS


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?


Excel 2003 html source issues -
Hi all... this is my first post so forgive me if I don't know the etiquette at this time. Anyway, I have webbrowser control that loads the URL of a website into it at run-time. I can right-click and copy the source from the notepad that pops up and paste into a text box to parse


VB and Source Safe -
Source Safe is something which i use as a stand alone app. It`s fine, no problems there. Usually it annoys me from within Visual Basic, as i dont want to do anything (with SS) from VB. But i guess it would be nice to do some things, like show differences between a source file in


[2005] Running 2 versions of Source Safe -
Source Safe Issues: 1) Can .Net Source Safe handle VB6 applications? 2) If .Net Source Safe can't handle VB6 applications, can both versions of Source Safe be installed on the same server and not interfere with each other? 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


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


Anyone interested in the source for ActiveLock... -
I got a email from ActiveLock today, he is now offering the full source for ActiveLock 1.7. You can now change it to meet your needs... Here is a link: http://www.activelock.com/source.phtml


[VB.NET] Source -
Does anybody know where I can find a good blackjack games with source code? I'm trying to learn to make games, and think that looking at the source for this would really help.