| Thread | Last Post | Replies |
|
| Simulating context menu click | 30 Mar 2009 22:04 GMT | 10 |
I am attempting to simulate the clicking of a context menu item in another processes child window. Normally, to activate menu items in another processes window, I would send the WM_COMMAND and the menu ID in the wParam and it worked fine.
|
| I'm having trouble copying form to clipboard | 30 Mar 2009 20:47 GMT | 3 |
My form is 400x200. There are no controls on it, just lines and circles. I'm trying to copy the contents of the form to the clipboard. I do it using the clipboard object and the copied image is always 640x480. That's the screen size, actually. But it is not the
|
| VISTA AERO - Stretchblt doesn't work | 28 Mar 2009 19:03 GMT | 2 |
I'm using the Stretchblt api to copy a portion of the screen into a Picturebox on w98, me, 2000, nt, xp all is ok on Vista, when the "Windows Vista Basic" is active all is ok
|
| Setting info on Summary tab of the Properties page for a file | 28 Mar 2009 16:04 GMT | 6 |
I see how to "get" information from the Summary tab of the Properties page for a file by using the ShellFolderItem.ExtendedProperty() method/function but how do I "set" them.
|
| NormalizeString | 27 Mar 2009 16:24 GMT | 4 |
Im having a problem with NormalizeString in normaliz.dll http://msdn.microsoft.com/en-us/library/dd319093(VS.85).aspx Destionation string buffer is always 0, any ideas? Private Declare Function NormalizeString Lib "normaliz.dll" (ByVal norm_form
|
| VBA - XML API available? | 27 Mar 2009 10:26 GMT | 2 |
Hi; If this is the wrong forum, please tell me which forum to hit. I am writing a VBA applet for Excel (and Excel only). By way of background - I have a ton of experience writing C# (including Excel
|
| shell vb function is not working in Windows Sever 2008. | 26 Mar 2009 13:59 GMT | 9 |
I am running a .exe file via VB using shell function it is not working but same thing working fine in windows 2003 server what could be the reason. Any anybody knows please let me the steps to resolve the issue.
|
| URLDownloadToFile failing due to disclaimer page | 24 Mar 2009 11:59 GMT | 1 |
I am using the URLDownloadToFile API to download files from <http://192.120.13.77/Data/Public/E_AUST/Archive/> This fails as there is an interim disclaimer page that appears first, and an "I Agree" button needs to be clicked. Consequently, the use of
|
| new char | 20 Mar 2009 10:10 GMT | 4 |
Can you say to me how to convert this code into VB6 or inferior. Thank you struct CHUNK_HEADER {
|
| SendInput with unicode chars not working for unicode TextBox sitting on VB6 Form | 14 Mar 2009 17:03 GMT | 9 |
I've written a TextBox control which supports Unicode. It superclasses the native "EDIT" control of Windows. You can download it here: http://www.timosoft-software.de/index.php/downloads/editcontrols/ One thing that I can't get working is Unicode support for input sent
|
| GetCursorPos in VB.NET. How to use it? | 13 Mar 2009 01:03 GMT | 3 |
I'm trying to use the GetCursorPos function. I did this: 1) A created Module. In this module I have this code: Public Structure POINTAPI Public x As Long
|
| Need to fill a circle with color | 11 Mar 2009 04:51 GMT | 7 |
I've got a circle on my form. It was created with the standard vb circle ( ) function. For what it's worth, I'm using vb 5. At any rate, my circle is empty. I need to fill this circle using the
|
| vb6 shell rundll32 | 09 Mar 2009 05:59 GMT | 2 |
But no matter what I try, I can not get it to shell properly from VB. If i open a cmd window and paste it in, works fine. Start->Run works fine. Ive tried: Shell(rundll32 printu...blah)
|
| how to check when a printer did print last time? | 03 Mar 2009 00:39 GMT | 3 |
Is there a way to detect date and time of the last print job Windows did send to any - or much better to a given - printer driver? I have connected three printers and would like to know the
|