| Thread | Last Post | Replies |
|
| How to End vb program | 29 Apr 2006 07:31 GMT | 20 |
I have a program with a lot of forms. There are a number of places where I need to end the program. Would something like this be the proper way? Dim frm As Form
|
| How to upload a file... | 29 Apr 2006 01:04 GMT | 2 |
I have a VB program and part of the startup process is to download a small text file containing the latest version number (so user can be warned if an update is available). In addition to this I would also like to upload serious error messages so I know when users are running
|
| Recordset to File (MDB or Excel) | 28 Apr 2006 22:56 GMT | 9 |
Is it possible to save the result of a recordset to an Access MDB or Excel file from within VB? If possible, how do I do it? Thanks Emma
|
| windows service | 28 Apr 2006 22:42 GMT | 2 |
i need to add my exe to windows service If you Know thanls
|
| Error: richtx32.ocx could not be loaded | 28 Apr 2006 21:43 GMT | 2 |
I'm running WinXP Pro SP1 and VB6 SP5. A couple of days ago I started getting the above error when I try to load a project with a rich text box or try to add an rtb to a new project. I've checked around Google but the suggestions I found did not work. Does anyone have an idea how ...
|
| Read embedded file in VB 6.0 | 28 Apr 2006 18:32 GMT | 2 |
Hi, I'm creating a COM add-in VB 6.0. I have added a text file to the project (it appears in the Project Explorer window). My question is how do I access the file to read it into a string variable? If that can't be done, how can I add the file to the project so that it exists in
|
| Cast from string to System.DayOfWeek | 28 Apr 2006 17:08 GMT | 1 |
I have a datagrid with columns named for days of the week. I want to change properties of the columns for every day prior to todays date. So if it is Wednesday, I need to change props on Monday and Tuesday columns. I can change the column properties at run time just fine, and
|
| On error goto problem | 28 Apr 2006 16:26 GMT | 2 |
I've got following code in access: For each .... on error goto errhand errhand:
|
| odd Type Mismatch error with Mid$ | 28 Apr 2006 13:50 GMT | 3 |
When I run the following routine, I'm getting a type mismatch error 13 and I can't figure out why. sFullName is dim'd as a string at the beginning of the routine. I am using it in another routine, but I tried setting it = "" just before the error line but that didn't change ...
|
| VB (5or6) does something wierd with image data | 28 Apr 2006 13:30 GMT | 8 |
Vb stores an image (bitmap/jpg) in a SQL2000 image field. For some reason it doubles the size by adding 00 for each byte. But sometimes it doesn't add 00 (0000.0000) but 01 or 20 or ?? and also the byte that should be transferd is changed...
|
| Can VB auto Indent a whole block code | 28 Apr 2006 12:12 GMT | 5 |
I have write some code as follows which is not indented: if ...... if.... for i = 1 to 10
|
| XML from XSD | 28 Apr 2006 10:38 GMT | 12 |
I would like to be able to create an xml file using the schema from an xsd file. The file doesn't need any data, I can add it later, but I already know the structure of the xml file I need to create, its in the xsd. Is this possible using MSXML2 in a vb6 application? Having ...
|
| How to jump to syntax error line | 28 Apr 2006 09:31 GMT | 18 |
I got serveral syntax error line in my VB project. If I cannot remember where is the error line. Can I press any short cut key to jump to the error line ? Thanks.
|
| Count and/or Limit processes running ... | 28 Apr 2006 08:23 GMT | 12 |
Im using Visual Basic 6.0 and I dont want someone to be able to run my program more than once. I also want to prevent them from running it from other 'window user names' that are on their system. How do I tell my program in Visual Basic 6 to NOT allow the same 'process'
|
| why the array always returns nothing( about ini file) | 28 Apr 2006 07:12 GMT | 5 |
I am newbie for VB I want to read all values in the section of "Database" but this array named sArray() always returns nothing Any suggestions on what to do greatly appreciated.
|