| Thread | Last Post | Replies |
|
| Is good idea to build P2P Server with VB 6?. | 19 Aug 2004 09:45 GMT | 9 |
hi.. I wonder if P2P Server can be with VB ... It might be hybrid P2P . P2P Server control User Database, Contents Database , Contents Files ...
|
| Windows Installer launches for some reason | 19 Aug 2004 09:45 GMT | 18 |
not sure if this post belongs here, but since it is a "general discussion" on VB. When I run very simple VB programs that I have written, the Windows Installer starts up with a dialog box that says
|
| How to import excel sheet | 19 Aug 2004 03:12 GMT | 2 |
can you please tell me how to import excel sheet into access database via visual basic being the front end? Thnx
|
| Windows Task scheduler | 19 Aug 2004 02:35 GMT | 2 |
I have a task on the remote machine and would like to start it remotely from VB apps or vbscript. Is it possible to do this? I can create the new one everytime but I have to have it run under specified account which I cannot do with NetScheduleJobAdd API. Please help. Thanks.
|
| Is there any way to colorize an msFlex Grid? | 19 Aug 2004 01:30 GMT | 2 |
List: Is there any way to set the color of an MS Flex Grid line-by-line? Is there another control that has that capability? Thanx
|
| Symbols for MSCOMCTL.OCX? | 19 Aug 2004 00:29 GMT | 2 |
I'm trying to debug an application crash, and I need the symbols for MSCOMCTL.OCX (namely MSCOMCTL.DBG) for version 6.0.88.62 and 6.1.95.45. They are not on the Microsoft Symbol Server (although version 6.0.81.77 is). Does anyone know where I could get the appropriate MSCOMCTL.DBG ...
|
| Trapping the page down key from a form | 18 Aug 2004 23:41 GMT | 5 |
I am trying to trap the pagedown key from a form and can not get anything to work does any one have any suggestions or a way to do this ?
|
| Exporting to excel Date Format Problem | 18 Aug 2004 23:33 GMT | 1 |
Hi People, I have an vb6 application which produces a report as an excel spreadsheet. Each item is added individually as shown below: Dim objExcel As
|
| Excel & VB | 18 Aug 2004 22:02 GMT | 2 |
I have got a excel sheet, i have linked that with a table in ms-access and i am using visual basic as a front end tool to use the excel data for updation,deletion etc. Now the problem is whenever i add record via visual basic the
|
| File versioning in VB6 | 18 Aug 2004 20:29 GMT | 4 |
VB doesn't not provide a way to set all four version numbers (Major.Minor.Revision.Build). Instead it always sets the Revision number to zero. I recently discovered www.vbadvance.com, which claims it can set all four numbers without altering the binary file. Does anyone else ...
|
| Strings and C Strings | 18 Aug 2004 20:28 GMT | 2 |
How do you return a Cstring (char *string, null terminated) from a dll call to vb? Or should I instead pass a VB String as a pointer to the dll and modify the string in the dll?
|
| Anyone managed tabstrip control looking good with XP styles? | 18 Aug 2004 16:25 GMT | 1 |
I'm trying to get the tabstrip control to look good with XP styles. It looks great when empty, with a nice gradient whitish grey effect. But if I place a frame or picture box container on the tabstrip then the gradient effect is hidden as the containers are not transparent.
|
| How to search | 18 Aug 2004 15:37 GMT | 2 |
hi, i want to search for specific record or number of records what is the method? Regards, Farhan
|
| Custom Clipboard Format | 18 Aug 2004 14:30 GMT | 1 |
Hello Experts, I have a problem with the program i'm working on. It has a treeview control on it, with an acces database on the background. I want the users to be able to cut and paste nodes from one position to another, without losing the
|
| use the ssTab control | 18 Aug 2004 13:44 GMT | 2 |
how can i hide(visible=false) one of my 3 tab's in the ssTab control? (in code)
|