| Thread | Last Post | Replies |
|
| emulate keypress | 16 Oct 2004 01:38 GMT | 3 |
How can I emulate key presses without phycally pressing keys? I want my app to do this while minimized and another independent app maximized. Any suggestions? Thanks,
|
| Displaying a context emnu for a file or folder. | 16 Oct 2004 01:35 GMT | 3 |
Given a file/folder name does any know how to display the context menu for that file/folder?
|
| Displaying Line Of Code And File Name | 15 Oct 2004 20:30 GMT | 1 |
Is there a way in VB to pop up a message box showing the line of code and the file name that it is being popped up form? I know this is possible in C++ but I have no idea on VB. Basically I want to pop up a message box that will tell me where in the code it is being raised
|
| Any good code documenter | 15 Oct 2004 16:37 GMT | 4 |
Does anybody know a free code documenter that will indent code as well as point out any mismatched loops or decision making constructs in Visual Basic. Regards,
|
| WritePrivateProfileStringW | 15 Oct 2004 16:13 GMT | 1 |
Hi to all, I'm using VB6 under XP. I need to save some text into an INI file; however it is UNICODE text. So I'm using the API WritePrivateProfileStringW (and not WritePrivateProfileStringA which is for ANSI text). The call to this API
|
| OUTLOOK - Recipient.Resolve gives problem because of multiple matches in contact list | 15 Oct 2004 15:50 GMT | 1 |
Hi list, I have the following code to access user outlook folders from Excel: Set myNS = myApp.GetNamespace("MAPI") 'get a namespace for the data items in the MAPI
|
| Help, SQL Query error | 15 Oct 2004 14:43 GMT | 2 |
Ref VB6 using DAO with MS Access. Below I get an error of the following, No current record.Error: 3021 Here is my Sql query.
|
| Listview | 15 Oct 2004 09:12 GMT | 6 |
Can you catch the mousedown event on a Listviews column headers? If so I could stop the user resizing the coloum widths. Anyone know how to do this?? Cheers
|
| Controlling Flash Movie Size in VB.NET | 15 Oct 2004 01:34 GMT | 1 |
I am a newbie to VB.NET and am wondering if someone out there could point me in the right direction. I have a form that takes up the entire screen (I am making a screensaver) I have placed a flash movie onto this form via the toolbox. I have resized the flash movie with
|
| Opening folder | 14 Oct 2004 22:36 GMT | 4 |
I want to open a folder in my program. I'm using VB 6.0. Is anyone knows how to do that? Thanks for help regards, arek
|
| Common dialog control returns wrong filename | 14 Oct 2004 22:06 GMT | 14 |
In VB6 SP6, VB6 SP5, and possibly others, the common dialog box sometimes returns a different filename from the name that is displayed on the filename line. Write a small program that opens a common dialog box for saving a file.
|
| listview items -where to store extra data | 14 Oct 2004 18:58 GMT | 4 |
I have a listview that shows generic data about an item. I have extra data that can be displayed about the item if it is selected. The extra data is shown in another form. The extra data is read into a TYPE structure and I'd like to store that TYPE structure off the item. I ...
|
| CDate conversion Problem | 14 Oct 2004 14:22 GMT | 1 |
Hi, All I found that there's some funny output for cdate function. I feel very confusing. eg.
|
| computer shutdown | 14 Oct 2004 14:14 GMT | 5 |
does someone knows how to shut down you're compueter with vb 6.0? thanks Maarten
|
| MMControl has stopped working properly | 14 Oct 2004 13:57 GMT | 3 |
After installing "DirectX 9.0c End-User Runtime" and "Microsoft GDI+ Detection Tool" on Saturday October 9 the MMControl function in VisualBasic 6 has been misbehaving, such that I am no able to view movie files unless part of the viewing
|