| Thread | Last Post | Replies |
|
| Help with parameter passing please | 13 Sep 2006 05:27 GMT | 3 |
In this code I am trying to pass an image, as a parameter, out of the procedure PickCard. The code will not support this. How do I pass an image as a parameter? Thanks again
|
| VB6 Command line Compile Issue - 1073741819 | 13 Sep 2006 00:05 GMT | 13 |
I am trying to compile a VB ocx project for our nightly build. I am using the command line: "c:\program files\microsoft visual studio\vb98\vb6.exe" /m "D:\Project\myproject..vbp" /out "D:\Project\out.tmp"
|
| PS: It is "OpenForWriting" | 12 Sep 2006 18:48 GMT | 3 |
used the followint code: Set tStream = FSO.OpenTextFile("C:\MyTextFile.txt", ForWriting) F1 = ("C:\MyTextFile.txt") Dave
|
| Menu underscoring not showing | 12 Sep 2006 16:03 GMT | 4 |
I just noticed a strange glitch in a program I have been updating for over a month. I was working on the Menu Bar items today and noticed that the underscore to indicate a hot key was not visible on any of the menu or the drop down menu
|
| Odd VB 6.0 Bug | 12 Sep 2006 00:20 GMT | 22 |
Alright, before I get flamed for using VB 6.0, it was a corporat decision (one that I do not understand) but I am stuck with it and hav no voice in convincing them otherwise. Now, I have written an application that takes some raw data and parse
|
| Kill command generates error | 11 Sep 2006 21:23 GMT | 2 |
Why does the following code always generate an error 70 - "permission denied" error? Kill "C:\MyTextFile.txt" Thank you,
|
| strings | 11 Sep 2006 18:51 GMT | 6 |
Hello, i have a code: Dim tekst as String tekst = "Aleks" Now, what i want is to change letter e to a (for example).
|
| Link a VB program to a website | 11 Sep 2006 15:38 GMT | 3 |
I have written a VBprogram. Now I need code so that by clicking on a word or phrase, the user will be directed to a website of the form: http://website.com Can anyone help?
|
| Need help with a Combobox | 11 Sep 2006 04:40 GMT | 12 |
I have a question for people out there, I need the Combobox to change a label caption when the user picks a certain thing from the list. How do I code this. I've tried an If Then statement, but it doesn't seem to work. Somebody please help!
|
| Visual Basic web browser control gone nuts | 10 Sep 2006 21:06 GMT | 5 |
I've got a couple applications I've done in VB6 which use the web browser control. They work fine but when I go to http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=7177252857 it causes a serious glitch. The web browser control appears to get larger covering
|
| ListView Error | 10 Sep 2006 18:09 GMT | 3 |
Form1.ListView1.ListItems.Item(2).ListSubItems.Add , , "Test" How do I get past the 2nd subitem without getting the "out of bounds" error?
|
| Get UserName of Process | 10 Sep 2006 09:18 GMT | 1 |
Hi all, I have been successful get the Exe name and path of a process id by using GetModuleBaseName and GetModuleFileNameEx, but I have no idea how to get the UserName of a process. Someone please help me!! Thank in advance.
|
| Logic Question | 09 Sep 2006 23:17 GMT | 4 |
I retrive a recordset from a single .mdb tabel using ADO. There are two parameters in the query, both of them are dates. The first date is always a Monday, the second date is the Sunday 6 days after. For each of the six days there could be none, one or more records, the query works ...
|
| Datagrid problem | 09 Sep 2006 19:56 GMT | 5 |
I am working in VS2005 (VB) environment and I have following problem: On one of my web pages I use Datagrid control which I dynamically load. I also use numerical paging with Datagrid. After choosing one item in Datagrid and going to another web page, and returning on the page ...
|
| How can i create 2-dimensional arrays of control button ? | 09 Sep 2006 09:42 GMT | 3 |
i need your help to create 2-dimensional arrays of control button in vasial basic 6 if any one plz knows the answer help me out thanks,
|