Display 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 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 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 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 Articlemodule c:\windows\syswow64\mscomctl.ocx was loaded but the call to...
Hi When i do the Last Step Regsvr32.exe C:\Windows\SYSWOW64\MSCOMCTL.OCX it gives me error the module c:\windows\syswow64\mscomctl.ocx was loaded but the call to DLLRegisterServer failed with error...
View ArticlePutting text, from variables, onto labels in VB5
I got lots of good ideas from my previous thread, and all worked with no compiler errors. But, my original question was how to get the results on the user's computer screen. The Label option sounds...
View ArticleFtpGetFile - download, but...
Hello all. I have problem with FtpGetFile. The code below works - file is downloaded, but... Original file looks like this (CSV with Tab): 2012-09-21 02:46:20 -0,16 -0,03 -0,08 0,01 2012-09-21 02:46:30...
View ArticleProblems with the Deployment Files
Here we go again. I have finished my little "Lottery" program and am ready do deploy it to some friends. Creating the package was not a problem, I don't think, but the setup.exe is not fun to look at....
View ArticleSet Permission on service
Hi. I want to set permission on a service to start or stop it in a non admin user. I found this c++ code. But i couldn't convert it to vb6. How can i do it?
View ArticleHow to beautify a VB Application (Inventory Management System)
Hi Masters, I have developed an Inventory Management System Using VB 6 and Access 2003, but its interface is so simple, I did not use any 3rd party control or OCX. I want to beautify my application,...
View ArticleForm_Load Issue
Hello, I have code in my form_load to set a textbox.text to something. Yet it is not working. I also have form_load to set an IP and Port and that is working. All of these values are coming from an ini...
View Article[RESOLVED] FtpGetFile - download, but...
Hello all. I have problem with FtpGetFile. The code below works - file is downloaded, but... Original file looks like this (CSV with Tab): 2012-09-21 02:46:20 -0,16 -0,03 -0,08 0,01 2012-09-21 02:46:30...
View Article[RESOLVED] Form_Load Issue
Hello, I have code in my form_load to set a textbox.text to something. Yet it is not working. I also have form_load to set an IP and Port and that is working. All of these values are coming from an ini...
View ArticleDatarepeater in vb6
I've to show data in repeater like control from database. The problem is there are some formatting. Kindly see the attach image. Attachment 99649 Attached Images
View Articlehow to search a name in combobox
hello every one im trying to make a search in a combobox to display in the text need some help this basicaly the code the for the combobox but i can pick only by dropdownlist Code: Private Sub...
View Article