RegisterHotkey - Problem with remembering the key
Hi! This is abit cheezy, because I understand what's wrong, but not how to fix it. Overview of the problem: I'm making a small program that registers a hotkey to the system (Ctrl + F) When the hotkey...
View Article[RESOLVED] Label on Command button
Is there any way to do this? By default the label goes behind the button. I was thinking it could be an easy way to have any forecolor caption.
View Articleocx question
i have this ocx is there anyway i can re open this and make some edits inside , remove author name or hide it, because i dont want people copying my work its like people looking for something they cant...
View ArticleInsert Data Form Textfield To WebBrowser URL
How can i get data from textfield in webbrowswe url in VB6 WebBrowser1.Navigate2 "http://hamariweb.com/islam/islamicnames.aspx?e= at that place i want to insert text form text field " Thank You Regards...
View Article[RESOLVED] How to read text from the internet?
Hello, I'm searching way to read a text from web page into TextBox. Method should work without Winsock or Inet controls and work on Windows 7 OS. Any suggestions would be appreciated, thank you!
View ArticleMultiCasting: advantages and disadvantages
Goodmorning :) I am not sure "MultiCasting" is the exact word to use to describe what I want to do, so I'll try to explain you better. I have a lot of Textbox controls onto several Forms. Each Textbox...
View ArticleVB6 website update program
Hey guys is there any way in VB6 to auto-update a program everytime it runs?
View Articleclic a link in a web browser how to get the link ?
i have this source of a page web ho i can clic the botton text called (Skip Preview >>) there is the html : <table width=100% border=0 cellpadding=0 cellspacing=0> <tr> <td...
View Articlecombining two or more data in listbox
Dear friends i have a problem to combine data in 2 listbox example Listbox1 name1 name2 name3 name4 name5 ... Listbox2 address1 address2 address3 address4 address5 .... how add 2 listbox into Listbox3...
View ArticleHow can I use multiple cores for running a code?
Hi. I have a code written in VB6, which takes very long to be completed. In some cases (depended on the input length), more than a week. I run it on my laptop. My laptop's CPU is Intel Core i3, which...
View Article1 big problem about reading another app!
hello i have a question. i want to know the visited web pages from my pc, and i want to build it myself. i dont want to know by sniffing. i see some programs watching the browsers and getting the...
View ArticleDisplay Formatted Text Output From VB5 on screen, in a form, or any way possible
Pre-Sorry. Didn't know the Title box meant subject of post. Bad me for two identical posts on one day Sorry, but I always said "The only dumb question is the one you don't ask." I was medically retired...
View ArticleRemoving items from a listbox
Hello, I am wondering is the only way to remove an item from a listbox through its index value or can you use Item or ItemData? If it is the only way my question is how do you determine the index value...
View Articlehow to Create in win7 a direct access, with "Run as administrator"...
I have a server application, that in the installation process it creates a direct access for its own in START_MENU->PROGRAMS->START, for run it automatically when the user session start. It works...
View ArticleEditing Access Database
Hello again, I was wondering if anyone could give me the commands or point me to a helpful tutorial on how to edit an access database through code. I would like to be able to add, delete, edit, and...
View ArticleHelp wanted :How to output data to parallel port
Hi All, My first post on this forum. I have written a suite of programs for a quilting machine I have built. I am trying to convert these to VB6.0 but when I acquired VB6.0 I did not get the MSDN help...
View ArticleOpen File to Load Listbox - should be easy
Hello, if someone could answer this I would appreciate it. I am trying to load multiple list boxes with the same file, but because of the nature I call the same procedure. After I load the first list...
View Article[RESOLVED] Run-time error '363' Object was unloaded
Hi I want if rcount is 0 message should appear & form should get Unloaded . but it is giving me the above error. Private Sub Form_Load() If rcount = 0 Then MsgBox "No Pending Transaction", vbOKOnly...
View Articleout of memory during a loop of txt file
I use this routine to read txt file line by line... i loop approx 123 files each file are of 45/80 MB. (approx 358.000 line per file) i use (pseudo code): ... for each file in my dir TEST1(name_file )...
View ArticleVB6 --> Windows Explorer --> VB6
Current OS Windows 7 x64 Current IDE VB6 Already familiar with how to "summons" Windows 7's "Windows Explorer" from VB6. What I seek is, once I find a JPG using Windows Explorer, double click on that...
View Article