| Thread | Last Post | Replies |
|
| Subscript OUT OF RANGE Error | 18 May 2006 17:43 GMT | 5 |
Whats wrong with the code below? I am getting the error: "Subscript out of range" Private Sub btnUpload_Click() Dim SubDir() As String
|
| Extract Image info from pdf in vb6 | 18 May 2006 15:58 GMT | 5 |
I am making a program in vb6 that reads pdf files and displays information about it. I have read and display pdf files in my form. I have got code to get page numbers of pdf file.
|
| Getting Hard Drive serial numbers | 18 May 2006 13:47 GMT | 2 |
Does anyone know how to rertrieve the actual hard drive serial numbers (As seen at start up when the bios is checking the system). I can get the serial numbers produced when the hard drive is formatted, but these numbers change with each format. I am after the ones that dont ...
|
| small printer font size problem revisited... | 18 May 2006 09:01 GMT | 6 |
I'm still having a problem with the font size when I'm printing text. If I launch VB5, and then load my project, and then run it by clicking the "Start" button (within VB), it prints the text in the correct font size of 6. On that note, I've noticed that when I do print something, ...
|
| Ascii file of satellite imagery to 2D array? | 18 May 2006 08:08 GMT | 4 |
First of all let me tell you about this file.. This .asc file is that of an imagery.. The first 6 lines forms its header, which can be left alone. Now the remaining numbers are in the e form of rows and columns where
|
| Internet Explorer Settings Question | 18 May 2006 03:23 GMT | 3 |
When I start up Internet Explorer from the icon on my desktop, it starts up I wrote a VB program which had a link to a website and when I tested the program and the link, IE opened up much smaller than maximized.
|
| Reinstall VB6 | 17 May 2006 22:51 GMT | 7 |
Recently moved to Arizona. Computer crashed, need to reinstall VB6 Professional, but cannot find original CDs. Microsoft no help. Any ideas of where I might find reasonably priced installation CDs? Thanks -- Nick
|
| Shell Execute - Strange Happenings | 17 May 2006 15:52 GMT | 2 |
I'm not sure if this is the correct group to post to and if not then I do apologize. We have a VB6 app that is downloadable from the net. We have a customer that downloaded our setup program which is named "galaxy.exe"
|
| OpenFileDialog | 17 May 2006 13:14 GMT | 4 |
I have a form in my project, which I open as a DialogBox. On that that form there are 3 TextBoxes. To one of them I want to write in a file path. To have it easier I have an OpenFileDialog control on my form. Selected file path is written in to th TextBox. OpenFileDialog is open
|
| Pictures | 17 May 2006 08:27 GMT | 8 |
Sub Image() Dim img As String Dim Root As String Root = "C:\Images\"
|
| CheckBox Dotted Line | 17 May 2006 07:07 GMT | 1 |
Does anyone know how to make the dotted line not appear whenever a chexbox gets focus in VB 6? Whenever I load my application my checkbox, set to graphical style, has a dotted line around it. I find this really annoying and not very visually appealing. Any help would
|
| Controls/Objects not showing up on form. | 17 May 2006 01:52 GMT | 5 |
I'm using Visual Basic 2005 Express Edition and when i start a new a project and try to drag or add a object/control (example a button) nothing appears on the form. I am holding the left mouse button down while dragging and releasing it when i move it over the form but
|
| DateAdd and Daylight Saving | 16 May 2006 23:19 GMT | 1 |
I am using DateAdd to retrieve a date that is coming from a Unix system and is the number of seconds past midnight 01/01/1970. Unfortunately the VB DateAdd function is adding an hour to the time as it was interpreted on the Unix system. It appears as though DateAdd ...
|
| Problems with connection management | 16 May 2006 15:51 GMT | 4 |
Hello, I am trying to make a program that whenever it must do any operation against the data base verifies that the connection is valid. In order to test it I stop SQL server service and restart it. I have tried to verify the state of the connection with
|
| Manual | 16 May 2006 12:25 GMT | 1 |
Where is a manual on line for visual basic? Thank you
|