| Thread | Last Post | Replies |
|
| VBScript to open password protected excel file | 16 Nov 2006 01:07 GMT | 1 |
Hi, I am new at VBScript, but I have some experience with Visual Basic 6. I had written a VBS to open an excel workbook that is protected with open password, but it is not working, Can somebody help me? thanks a lot.
|
| Folders in a certain location | 15 Nov 2006 23:47 GMT | 4 |
hey, i am trying to organise all my music and am making a progam that will automatically make a html catalog. (mainly because im too lazy to do it myself) i have been looking on the internet with no sucsess.
|
| server/ client apps communication | 15 Nov 2006 23:07 GMT | 3 |
Does any body know of some good example of server/client apps communicating through winsocket or some other form of technology?
|
| simple winsock query | 15 Nov 2006 23:06 GMT | 9 |
I use winsock for first time. All to do is to get the traffic on port 80. I set winsock1.port = 80 and winsock1.listen
|
| Can I do this with a .bat file? | 15 Nov 2006 18:23 GMT | 2 |
Have figure out now what the quickest way is to move data from Interbase to a SQLite db file: IB to ADO recordset Recordset to text
|
| calling a .bat program in a vb .net program | 15 Nov 2006 17:36 GMT | 3 |
I need to call a .bat program inside a vb .net program. I have yet to find anything on this but have just started searching. Can someone enlighten me? It was be very much appreciated. Thanks,
|
| withevents in COM dll? | 15 Nov 2006 16:00 GMT | 3 |
I'm having major problems trying to make something work in a DLL I'm writing in VB6. I'm using a winsock object that works with events (I must implement the events for 'onconnect', 'ondatareceived', etc). I tested it with a standard application and it works, but when I package
|
| Client -Server Concept in Windows Applns... | 15 Nov 2006 14:44 GMT | 1 |
Hi All.., I have a VB.Net Windows Application.. I need to Run this Exe From Some Other System(Client) and I need to Upload some specified files to the Server System..
|
| How Get the Handle by the name of my control | 15 Nov 2006 14:40 GMT | 1 |
I want to get the handle of my control. But the control doesn't have any hwnd property. So I use FindWindowEx. HwndControl= FindWindowEx(Form1.hWnd, 0, AfxOleControl42,"")
|
| vb INSERT INTO data doesn't appear in msaccess | 15 Nov 2006 14:02 GMT | 1 |
I have an VB program (pieced together from different examples on web), that does some directory comparisons, checks if each entry is in the database, then sends the information into a msaccess 2003 database file. The code runs without error and also does the INSERT INTO
|
| Error message: Subscript out of range | 15 Nov 2006 13:44 GMT | 2 |
I'm getting this message when I launch VB 6.0 SP6. It started recently and I don't recall installing anything recently. No other indications of VB not working that I have found. Any Ideas:
|
| Search A string for "###-##-######" | 15 Nov 2006 05:28 GMT | 2 |
Need a bit of help with a search function. I have a string, and want to search for "xxx-xx-xxxxxx", where x is a number. So if I have a string "this is a test 003-33-123123 this is a test", I want to return "003-33-123123".
|
| Hi im having problem displaying Multiple selection from a listbox?? | 15 Nov 2006 03:36 GMT | 1 |
Hey i have a quick question if you could help in visual basic?? I did a example where i had to have one thing i selected from a list box appear in a label control. Now i need to select many item's in the list box and have them appear and i can't get it done??
|
| Help understanding windows shutdown process | 15 Nov 2006 00:58 GMT | 11 |
I have 3 different apps that all use the same menu icon class module to set icons in a system tray popup menu. All the apps call the module in the same way, but one of the apps will not shutdown without being forced. In the app that hangs will shutdown if I do not set the menu ...
|
| MSI Installer now pops up when running VB app | 15 Nov 2006 00:28 GMT | 5 |
We upgraded the office server so had to create a new User account on my PC to connect to the new server. "They" were supposed to copy all User profile settings to the new User...but...they apparently missed some DLL or OCX registration(?).
|