| Thread | Last Post | Replies |
|
| GetWindowText problem | 05 Oct 2004 07:35 GMT | 1 |
When I use GetwindowText or send WM_GETTEXT to a windows explorer (e.g. my computer or other explorer forms), sometimes I can get the caption back and sometimes it does not return anything. But if I click on the form to show them once on the screen once, then I can
|
| question about "task manager" | 05 Oct 2004 07:24 GMT | 2 |
I want to replace the defualt task manager with the one I written. The thing is that I can not just delte it and copy my own version. There is some process checking the delete and recover the old task manager all the time. Can anyone give me a solution for this?
|
| Screen Resolution and Mouse Position | 05 Oct 2004 06:17 GMT | 3 |
I need to position the mouse cursor in the same place at different screen resolutions, is there a mathematical way to do this? Example what I'm doing now.... If xPixels = 800 And YPixels = 600 Then
|
| WM_PAINT, pb.Refresh, etc. | 05 Oct 2004 05:42 GMT | 5 |
I have a sneaking suspicion that I could be doing my drawing more efficiently, and I was wondering if anyone could give me some pointers. Thanks the help of these groups (and Mike D Sutton in particular) here's the situation I have: I load up a large .tif image in memory. Then, on ...
|
| Internet Connection Settings... | 04 Oct 2004 15:59 GMT | 5 |
How to display the dialog from within VB? Thanks, Ivan
|
| CeRegDeleteKey in VB6 | 04 Oct 2004 12:31 GMT | 1 |
CeRegDeleteKey in VB6: This took a while, hope it helps someone. Hard to believe noone has posted this solution! =================================================== Public Enum RegPocketPC
|
| IP Address | 04 Oct 2004 07:41 GMT | 2 |
How can i obtain the system IP address?
|
| Screen Resolution and Mouse Position | 03 Oct 2004 23:13 GMT | 1 |
I need to position the mouse cursor in the same place at different screen resolutions, is there a mathematical way to do this? Example what I'm doing now.... If xPixels = 800 And YPixels = 600 Then
|
| Rotating text | 03 Oct 2004 15:14 GMT | 6 |
Hi, i need to create an application that allows user to open up TIF images then do some annotation on the image, then be able to save back the image with the changes. Now i guess i can use Kodak Imaging for Windows to accomplish this.
|
| Get OCX file path from GUID | 03 Oct 2004 04:27 GMT | 7 |
I am trying to get an ocx file path based on its GUID. Using the api "QueryPathOfRegTypeLib", I get in most cases the correct file path, however sometimes I get the cached file path (ie the .oca instead of the .ocx). Most of the time the oca and the ocx file have the same path and ...
|
| How to kill "my computer" window? | 01 Oct 2004 17:27 GMT | 5 |
When I click "my computer" icon, the "my computer" window is shown. The process is actually belong to explorer. If I use killprocess to shut down the process, the explorer will be turned off. What should I do to just kill the "my computer" window?
|
| Convert emf to emz? | 01 Oct 2004 11:03 GMT | 1 |
Is there a utility available for compressing a Windows emf file into an emz format? Thanks, Keith
|