Components and Libraries
Forum Post

Re: LB_ADDSTRING,LB_GETCURSEL

If you have anymore questions about listboxes and buttons ask me, I know how to color them and even make them into pictures.
Forum Post

Re: Exercise Win32Api

Could start here: http://allapi.mentalis.org/agnet/apiguide.shtml
Forum Post

problem with getprocaddress in service

Hello! For example, i have a little function in dll: void dll_func(){ char buf; char* p = "qwerty"; strcpy(buf,p); // or GetLastError(); } I call GetProcAddress("dll_func") and...
Forum Post

Re: Needs help on basics of windows programming.

Use Win32 api (C or C++) (Shell)
Forum Post

Rich Edit Control Internal Data Structure

I have a Handle to the Rich Edit Control of Wordpad application in my Keypad application. I want to directly access the Internal Data Structure for this Rich Edit Control without using Windows...
Forum Post

Re: SendMessage with LB_ADDSTRING help

Thanks a lot for your help! I've removed the edit controls and it works perfectly - sorry to waste your time with such a silly mistake! I've taken on all your other points and implemented them,...
Forum Post

Re: SendMessage with LB_ADDSTRING help

ES_* is supposed to be for Edit controls, i.e. "EDIT" class and NOT "LISTBOX". Combining wrong values together result-in undesired behavior! 4) It looks like your listbox child window is covering...
Forum Post

SendMessage with LB_ADDSTRING help

Hi, I'm having trouble displaying text to a listbox (I've included my code). I expected that when I press my left mouse button (on the MainWnd) the string "greeting" should display in the listbox....
Forum Post

Re: Intercept mesages from a control ?

subclass the control HWND hParent; WNDPROC wpEdit; LRESULT CALLBACK EditProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { LRESULT lRes; if(msg != WM_MOUSEMOVE) {...
Forum Post

Intercept mesages from a control ?

How do I intercept WM_LBUTTONDOWN of edit control? Many thanks.
Forum Post

Transparent Colorkey Window (SetLayeredWindowAttributes)

I cant get trasparent window to work. I used the source code provided by microsoft here: http://msdn.microsoft.com/en-us/library/ms997507.aspx But it doesnt work. I am wondering if it doesnt...
Forum Post

Re: String Conversion

This question has been anwered with: #include //... strcpy( Date, holder );
Forum Post

String Conversion

Value; char *holder = (char*)vFieldDate;
Forum Post

How to extract informations from an exe file

Hi, Knowing the path to an exe file I would like to extract all the informations listed in the sample picture attached to this post, from a simple command line app. How could I do this please ?
Forum Post

Derivation of the priority value in the window

How can I withdraw the priority value in the window at me, he always brings to 32 for the process, and 0 for the flow of what went wrong? TCHAR CommandLine = _T("notepad ReadMe.txt"); LRESULT...
Forum Post

Re: winAPI programming-How two threads process data from in parallel?

So, you have some code written? Very well. Can you post the code here? Or if you wish, you can send me the code you wrote and I'll help. I promise not to share the code. Zip the code and send...
Forum Post

Re: winAPI programming-How two threads process data from in parallel?

hi, can you please give a clearer example? i can't still get it. i am new to OS. infact i have just started studying about the subject. Questions: 1. What should we use to open file? Is it...
Forum Post

Get control handle from injected dll

I inject a dll into a windows dialog. Then I want from the dll to find a control handle of a specific control in the dialog. I've searched through winAPI on MSDN but i haven't found any useful way....
Forum Post

Text on a sinusoid, SetWorldTransform

Need to display text Contour sinusoid. Using a rotation system kordinat function SetWorldTransform for her needs structure XFORM how to calculate the formula slope (angle), to substitute the...
Forum Post

Re: winAPI programming-How two threads process data from in parallel?

That depends on how the algorithm works. I see a few ways to do it: CASE A) 1. Open file and load ALL text into a buffer 2. Create threads for counting and pass buffer pointer to each thread...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.