| Thread | Last Post | Replies |
|
| Calling Function From Another Module | 14 Dec 2005 04:51 GMT | 4 |
Hello there ! I need some help as I am newbie in VB I would like to call a function in another module from a module. i.e I set the file mdltest.bas (from project project1.vbp) as the startup file for my VB Project. So upon start the sub main() in the file mdltest.bas will be
|
| Err.Raise dilemma | 14 Dec 2005 03:03 GMT | 1 |
I have a curious problem. In the app, if an error occurs, the application calls Err.Raise ErrorNumber, ErrDescription,... method, which hits an error handler in the function, which logs the error and then calls Err.Raise , which is in turn caught in the caller function,
|
| VB Passing a literal String Woes | 14 Dec 2005 02:47 GMT | 4 |
Difficult to explain but here goes. I have a form called frmPercent with a text box called txtPickup (frmPercent.txtPickup) This form has been opened by a doubleclick on ANOTHER form eg:
|
| retry mapping a network resource. | 14 Dec 2005 02:46 GMT | 13 |
I have this small code that maps IPC$ for me. Set objNetwork = CreateObject("WScript.Network") objNetwork.MapNetworkDrive "", "\\myserver\ipc$",, "domainhere\johnsmith", "passwordhere"
|
| How do you save data from an unbound datagridview in VB? | 14 Dec 2005 00:15 GMT | 1 |
I'm kind of a newbie to VB, so I hope this doesn't seem too trivial. I have a problem with the DataGridView control. I can find all kinds of stuff about populating data in a DataGridView control, but I haven't found a way to save the data on program exit. There must be a way,
|
| what's this popup, can not open file | 13 Dec 2005 21:42 GMT | 2 |
i'm trying to use what's this help in my vb6 app, when i use the what's this icon on a control, i get an error can not open the chm file and shows the path string , filepath\myhelp.chm::/popup.txt
|
| FTP-Service throgh WinInet-API | 13 Dec 2005 20:02 GMT | 4 |
OS: WinXP Access: 2K VBA Hello everybody,
|
| Invalid Picture | 13 Dec 2005 18:44 GMT | 7 |
I have an icon file (.ico) which someone made for me. When I select the file to assign it to the Icon property of a form, I get the error "Invalid Picture". Any ideas?
|
| Checking an Array | 13 Dec 2005 18:16 GMT | 11 |
im passing an array in a function but need to check if the array contains any data to stop a subscript out of range error ... any ideas how to test it ?
|
| Error 7 - Out of Memory Error | 13 Dec 2005 16:28 GMT | 2 |
I hope somebody can help. I'll do my best to explain the problem/situation without waffling too much, I have a client/server appplication which is "laid out" as follows:- The "Client" machine runs an EXE which is, for the most part, just a
|
| OE6 | 13 Dec 2005 16:02 GMT | 2 |
I'm using OE6 on Win 2000 and for some reason, unknown to me, OE6 chose to no longer be my default email program. I've tried Google and the rest to find the fault, ended up with naught. Maybe I cant see the wood for the trees!
|
| SourceSafe | 13 Dec 2005 15:23 GMT | 2 |
I apologize for this Dumb question. But can some expolain in simple terms what sourcesafe is, what version goes with VB6 and is it still available for purchase
|
| Report | 13 Dec 2005 15:10 GMT | 8 |
i have a vb application in which i use crystal report. in one of the reports i need to retrieve a field from the databse which is of the type Date/Time(MS-Access). I am writing the following code but it gives me an error that it should be a
|
| vb6's #define Boki 001 | 13 Dec 2005 13:40 GMT | 1 |
I want to convert a code from c as below to VB6, could you please advice ? #define Boki 0x01 Best regards,
|
| Picture Box/Image control does not support .TIF | 13 Dec 2005 13:11 GMT | 1 |
My client want me to show preview of a picture file which is in ".tif" format. Both Picture Bos & Image Control doesnot support this format. (or I might be missing some thing). Any other control which can be used? or any help will be really greatfull.
|