| Thread | Last Post | Replies |
|
| Rotate Image | 30 Nov 2006 17:30 GMT | 1 |
I Have a problem that i want to Rotate Image as in coreldraw and any other image processor tool. I want i click on picture then a square draw on picture which have point and i pick any point of picture as i move my mouse picture moves.
|
| Detecting standby/hibernation modes? | 30 Nov 2006 12:50 GMT | 6 |
I assume there must be some type of API that will inform you of a system request to standby or hibernate. I want to write a VB6 app to backup (copy) my files at particular intervals (that's pretty much done) but also do it when I hibernate my laptop. I'm not sure how that would ...
|
| C++ DLL Side Of a VB Call-back function Problem | 29 Nov 2006 17:25 GMT | 9 |
I'm trying to call VB function from a C++ DLL function (that i've created). The VB function address gets passed to the C++ DLL and a thread which runs in the same process virtual memory space calls back to the VB function. When the C++ DLL function calls back the VB
|
| Geting String Value With EnumProps | 29 Nov 2006 15:55 GMT | 2 |
I'm having trouble with EnumProps to enumerate properties added to a window with SetProp. Basically, I can't get the string value of the property in the ProcEnumProp callback procedure. My trimmed down test code is as follows (you'll need Excel running to run the code).
|
| How do I call Outlook express in VB6? | 29 Nov 2006 03:27 GMT | 4 |
I program in VB 6.0 still. How do I call the default mail messanger (usually outlook express) and set the subject, mail recipient and message content into it? I've seen lots of programs do this but I cannot find reference to it in the knowledgebase.
|
| Program to let me know which API and functions are called? | 27 Nov 2006 23:39 GMT | 7 |
I was wondering if there is a program that can let me know which api functions are called by a program? Nothing fancy, something that tells me about standard api usage.
|
| Audio Wave API | 27 Nov 2006 19:41 GMT | 1 |
Can someone explain or help me to find some tutorial and sample apps about API for creating an application that implements a VU METER for audio wave soundcard device?What API win32 and algorithms i have to use and look for?
|
| Lockwindowupdate | 27 Nov 2006 03:57 GMT | 6 |
I have written an app which has, as it's main screen, a form set to maximized with no border. Through out the app this screen has many graphics methods used to constantly redraw its background and other contents. To prevent noticable flashing (as various parts are drawn) I
|
| Need help with CreateFile API function | 26 Nov 2006 23:25 GMT | 1 |
Hi... I am using VB.net Express to experiment with the Win32 API functions that are available. The current project is an application that will read the raw sectors of a logical drive so that a CRC-32 calculation can
|
| How can I send 'save' message to the external excel app. in VB.NET | 25 Nov 2006 18:14 GMT | 1 |
I'm developing windows application using VB.Net 2005. I would like to send 'save' message using 'SendMessage' API to the excel appication. I've already got a handle of the excel window with 'FindWindow' API.
|
| Writing to registry bug | 24 Nov 2006 04:13 GMT | 10 |
I'm using visual basic 6 and advapi.dll to read and write to the registry. Everything was normal for a couple of month but now for some odd reason, when I write a DWORD 0 to the registry, when I read it back it
|
| Application crashes in a call to PageSetupDlg | 22 Nov 2006 15:12 GMT | 5 |
I have an application that uses the PageSetupDlg API. I fill in a PAGESETUPDLG object and pass it on the address of it to the API. The filling up is done with the following (VC++) code: PAGESETUPDLG psd;
|
| winapi function for getting drive information | 22 Nov 2006 01:12 GMT | 1 |
Hi. I need to know a WINAPI function that will give me drive information. Im not sure which function I need, so please give me all functions that there are available in standard winapi. Dont ask, Im writing a cheat program for a game, lol.
|
| Nested structures UDT Please HELP!! | 21 Nov 2006 22:05 GMT | 2 |
I have following structures in VC dll typedef struct Sm_AgentApi_Server_s { char lpszIpAddr[SM_AGENTAPI_SIZE_NAME];
|
| Customizing WINCE5.0 UserInterface | 21 Nov 2006 14:39 GMT | 3 |
I downloaded code foe Customizing the Windows CE .NET User Interface from msdn library and tried to run it under WINCE platform builder.From the steps given along with the code i understand that i should include .cpp files and the headerfiles with the project.Now i want to make some
|