| Thread | Last Post | Replies |
|
| Using API to navigate the IExplorer... | 28 Mar 2005 03:58 GMT | 6 |
Hi evreyBody: I set the text of internet explorer to www.yahoo.com by using sendmessage function and here what I did: SendMessage(hWnd, WM_SETTEXT, 0, "http://www.yahoo.com/")
|
| GetPrivateProfileString - INI File Access Error | 28 Mar 2005 03:01 GMT | 10 |
I am receiving an "Arithmetic Operation Overflow" error upon trying to call the GetPrivateProfileString windows API function. My code is below and the values within the variables are as follows: psSection: "LogOn", psEntry: "DBType", psDefault: "Microsoft SQL Server", psFileName ...
|
| WSAEventSelect - what is the constant and usage for 'WSAEVENT' ? | 27 Mar 2005 11:21 GMT | 2 |
Dear Microsoft-Developers, yesterday evening I firstly tried out to use the socket-APIs 'WSAEventSelect' to determine whethera socket has data to read, to write or there is a connection request. As I was using the 'API-Viewer' to implement
|
| "Users" group spelling in non-English Windows | 27 Mar 2005 09:44 GMT | 2 |
I hope this is the appropriate newsgroup to post this. Our application uses some sample code provided by knowledge-base article 316440 to allow us to set some permissions to our app for the Users group. It has worked well for several years.
|
| Smooth edges | 26 Mar 2005 18:00 GMT | 1 |
I would like to smooth out the rough edges in my image. I found a couple suggestions via google that seemed too conprehensive and I only need a very simple edge smoothing routine that does not have to be perfect. I currently StretchBlt an image into a PictureBox and then I ...
|
| Change Background of RECT Keeping Bitmap Graphics | 26 Mar 2005 15:02 GMT | 31 |
I want to mark a rectangle area which contains various graphics (lines, circles, text, etc.) and change the background color for this rectangle area? AutoRedraw = False
|
| MDI - Lost Linage With Embedded Controls on Child | 25 Mar 2005 23:54 GMT | 1 |
I've got a weird one. My child forms consist of: 1) Child 2) PictureBox
|
| Window focus | 25 Mar 2005 20:50 GMT | 3 |
How to make the entire program react to if you focuses or defocuses the window form_lost-/getfocus dont react when switching windows, I tried with hooking WM_SETFOCUS and some other WM_-messages, any idea?
|
| VFW Call to Add Images to AVI file | 25 Mar 2005 20:00 GMT | 1 |
I created a small COM object that creates AVI files given a set of graphic files the user pases to the COM object. I based the COM object off code from http://www.shrinkwrapvb.com. 'Here is a partial snippet of the code:
|
| How To Remote PC screen | 25 Mar 2005 19:44 GMT | 1 |
how To Get Remote Screen real time (Samp. Radmin Remote Administrator) Please help Me.
|
| Selectively Disable Task Manager Items? | 25 Mar 2005 19:24 GMT | 2 |
Anyone know of a way (API, registry, hooks) to selectively hide/disable Task Manager menus, menu items, or tabs under Windows NT4, 2000, and XP? Thanks in advance,
|
| Registering with OS events | 25 Mar 2005 19:02 GMT | 8 |
Hey all, I'm probably getting in over my head as I've never done API work, but... Can anyone point to a way to let a .NET app subscribe to Windows events? Specifically, I'd like to get notified whenever the topmost Window changes.
|
| Visual Basic 6.0 "OPEN"'s file handle on 32-bit systems | 25 Mar 2005 15:45 GMT | 4 |
Years ago, I developed an application in Visual Basic 6.0 using a lot the "OPEN" function. Is there any way to get the operating system file handle today?. On 16-bit systems the FileAttr function returns this information.
|
| Using VOImage lib | 25 Mar 2005 14:17 GMT | 1 |
I was trying to read PNG file at CE and found out about using VOImage lib and imgdecmp.dll But I cannot find how to use VOImage lib! Every article I found says there is tutorial at
|
| Calling an old NE format dll | 25 Mar 2005 05:19 GMT | 7 |
Is it possible to call ( from within a 32 bit environment like VB6 ) a DLL written in an old NE 16 bit Format? I've tried as I had a 32 bit API dll ( not ActiveX ) and the error that VB6 raises is: Wrong File Name - that means besides that the format could be
|