| Thread | Last Post | Replies |
|
| IsFirstAlpha function | 18 Jan 2008 23:15 GMT | 6 |
I want to parse out data from a pdf file, for example: abc 123, how can I use a vb function to make abc as column name and 123 as its value? Thanks
|
| You hate .net? | 18 Jan 2008 18:19 GMT | 3 |
All of you VB 6 programmers hate .net ? Is .net a piece of sh.t? What do you think about .net? Should we move VB 6 to .net ? Thanks!
|
| Backup to CD's | 18 Jan 2008 16:46 GMT | 6 |
I have a self written VB6 program which updates a Access DB, I also keep a copy of the DB on a floppy. I have no current problems with this. A friend would like a copy of the program but he does not have a floppy drive on his computer, and has no desire to by a remote floppy drive ...
|
| Need help with modules and objects... | 18 Jan 2008 15:12 GMT | 5 |
Can anyone let me know how to create a object that is a module? For instance, what I would like to do is call multiple modules generically so that I can implement pseudo-overloading of a subroutine name: GobjModule = Module1
|
| Internet | 18 Jan 2008 06:54 GMT | 3 |
Internet You are using internet %%%%%%%%%%%%%%%%%%%% http://padmagirl.blogspot.com
|
| Question - perhaps not the right group, but . . . can I get the code for the 3d pipes screensaver with the teapot? | 18 Jan 2008 05:59 GMT | 2 |
If there's a better place to ask, please tell me . . .
|
| Need Sr. VB Programmer | 18 Jan 2008 04:03 GMT | 4 |
We are looking for a Sr. VB programmer who knows some PHP for a job in San Francisco. Please let me know if your interested, the job is for 3-6 months Thanks
|
| Panics - Part II (Problem found, but no solution yet) | 18 Jan 2008 02:04 GMT | 7 |
Hello again, I have found the problem, but I did not experience it on my own computers. And replying to the questions: I only use selfsubclasser, no COM crossing. And yes, I do run my app on
|
| Input Past End Of File | 17 Jan 2008 21:30 GMT | 5 |
I'm a grade 11 student trying to finish my final project but not matter what me and my teacher do, we can't seem to get the error "Input past end of file". My program is an organizer...like an events planner I guess. It is on the refresh interface...I'm just going by a text book
|
| Numbering on records on MSHFlexGrid | 17 Jan 2008 12:09 GMT | 1 |
My program populates a MSHFlexGrid with data from a Ms Access table as below: sSQL = "SELECT * FROM AUTOFBS_ALL" Set rs = dcnAFBS.Execute(sSQL)
|
| VB6 IDE/VISTA -- Odd "save as" problem | 17 Jan 2008 00:23 GMT | 6 |
Recently installed VB6 on Vista Home Premium & Vista Business on a multiboot machine. 1. "File->Save As" doesn't always respond (seems it may require that some text be changed)
|
| Determine Cancel or OK w/o entering anything | 17 Jan 2008 00:20 GMT | 14 |
Is there some way in VBScript to determine whether a user has clicked Cancel or just clicked OK without entering anything in a InputBox? Thanks. -- George Hester
|
| Hex Conversion algorithm in vbscript | 16 Jan 2008 20:40 GMT | 4 |
The Hex function in vbscript will only work when used with numbers 8 char in length or less. We are in need of doing hex conversions on decimal numbers of up to 10 char in length. Has anyone rolled their own vbscript function to do this and if they have would they kindly share?
|
| ApplicationEvents - StartupNextInstance Issue???? | 16 Jan 2008 20:38 GMT | 2 |
VB.net (VS 2005) I have an application using single instance setting in "My Project", Having some issuses with code I put in "StartupNextInstance" in "ApplicationEvents"... What works is if I minimize the running application
|
| upgrading to vs 2008 Pro from vs 2005 standard | 16 Jan 2008 15:14 GMT | 2 |
I have vs standard version 2005. I would like to upgrade it to vs 2008 pro. Is this possible and will I lose anything like mobile device development if I do this.
|