| Thread | Last Post | Replies |
|
| Taskbar shortcut menu - adding commands. | 15 Aug 2004 11:57 GMT | 5 |
The application's icon on the windows taskbar normally has the "restore; move; size; minimize; maximize; close" shortcut menu. Is it possible to add commands to this shortcut menu? I want to make it possible for the users to execute a procedure, while the application's MDI window ...
|
| To clear a listbox | 15 Aug 2004 02:34 GMT | 17 |
Why does this work for a listbox named lstReports: Dim I as integer For I = 0 To lstReports.ListCount - 1 lstReports.RemoveItem 0
|
| FTP Syntax Code | 11 Aug 2004 10:45 GMT | 3 |
I am trying to get a list of files in specific directory using VB 6.0 sp5, Is there any syntax for that, I read the help but doesnt work "LS File1" Thanx a lot
|
| Picture in Statusbar | 10 Aug 2004 13:41 GMT | 1 |
I'm having a statusbar at the bottom of an MDI-Window, but when I try to put a picture in there, it always get's deformed (stretched). Is there a way to avoid this? TIA,
|
| value of lpstrFile causes error. | 09 Aug 2004 13:41 GMT | 2 |
I use GetOpenFileName from within Visual Basic to get the value for lpstrFileTitle. This value I then load into a variable. If GetOpenFileName(OFName) Then 'ShowOpen = Trim$(OFName.lpstrFile)
|
| deployment issue (?) | 06 Aug 2004 21:07 GMT | 16 |
This is probably the wrong group, but what the heck: Can't remember how to fix this problem. I am installing my app on a seperate windows 2k machine, and after it copies over the system dll etc files, it says I have to reboot. After I reboot, it
|
| API Questions | 06 Aug 2004 00:00 GMT | 4 |
Can anyone tell me what this does? Where do I go to find out more about API Funcitons Thanks Adam
|
| VB Standards | 05 Aug 2004 13:33 GMT | 1 |
Does anyone have a list of VB standards you use when writing a program? Do you have microsoft's vb standards? If yes, could you please send me what you have. Thanks
|
| please help !!!!!!!!!!!!!!! thank you | 04 Aug 2004 20:30 GMT | 8 |
PLEASE SEND ME AS MUCH PENNIS AS YOU CAN. IM TRYIN TO COLLECT PENNIS FOR MY SCHOOL!!!!! A BIG PROJECT! SEND THEM TO.... SOUTH LAND HIGH SCHOOL 161 NW 3ST.
|
| Enregitrer un classeur sur disquette | 04 Aug 2004 04:27 GMT | 2 |
Bonjour, j'essaie de programmer en vb excel 2000, la possiblité de sauvegarder un classeur du disque D: sur une disquette A: Le classeur est d:\Dépmod3.xls J'ai écrit ActiveWorkbook.SaveCopyAs "a:\Dépmod3.xls"
|