Windows Programming - February 2015 (Page 2)

how clean a transparent static control?
 
the static control is transparent. but how can i clean it? (i mean the image is showed 1 above another, instead clean the control complete and then show the ...
[4 replies] Last: RedrawWindow() resolve it ;) RECT d; GetClientRect(hw... (by Cambalinho)
I want to print on thw window with a button
 
hello my problem is that i cant print this on the screen im nwew on this and dont know hot it works, so i will apreciate any help, i want to print a message on ...
[4 replies] Last: i just put the part i want to know how it works, im using the basic fo... (by raxor12)
by ahcfan
Rendering animated GIFS with D2D question
 
Is it more efficient to convert all IWICBitmapFrameDecode frames to an array of ID2D1Bitmaps when the image is loaded, or use one ID2D1Bitmap and convert the fr...
[1 reply] : Is anyone familiar with these APIs? I get overwhelmed by the amount of... (by ahcfan)
PDCurses scrolling issue
 
Whenever I need a large data output in a console I just use setconsolescreenbuffersize() so I can always scroll back if amount of data exceeds the size of conso...
[no replies]
MASM DIV ORDERING??
 
so say for example i write code like this: mov eax, 22 mov ebx, 7 div ebx mov pi, eax Say i have pi declared as 0 for now... We all know th...
[no replies]
win32api sendmessage strange behavior
 
Hello. Iam playing around with a program, and all of a sudden i can no longer set text to a edit control (i can however do it if i put the sendmessage inside...
[2 replies] Last: Thank you very much, i discovered this later on, and feel very stupid!... (by crosswinds)
NEED HELP.. FIRST PROGRAMMING CLASS
 
I've wrestled with this for hours. Help me learn where I've gone wrong and what I can do to make it right & most of all WHY? Here's the prompt: Write a C++...
[2 replies] Last: let me rephrase your question and see if that helps... Your program ... (by Jaybob66)
C++ help! Don't know how to fix program
 
I recently wrote a program for C++ to calculate a circular bolt pattern and i ran into a problem of not being able to actually run the program. I keep getting a...
[2 replies] Last: Edit your post and put your code in code tags (the <> button to the ... (by Jaybob66)
RD Connection Broker 2012 - needed documentation to implement a plugin
 
Hello I am trying to implement a plugin for RD Connection Broker (by using of realization of the IWTSSBPlugin interface, https://msdn.microsoft.com/en-us/libr...
[no replies]
hide port
 
when client and server application are connected each other , it will show some sort of processes like port whether it is established or listening etc. especia...
[no replies]
WinINet - HttpSendRequest() Error
 
Hello again, It appears as if the windows API's are once again giving me trouble. I have this code: std::vector<std::string> defs; HINTERNET c=InternetOpen("H...
[2 replies] Last: Thanks! Apparently, the URL with a slash through it was probably the e... (by Homberto)
Win 32 Console Client SOAP c++
 
Initially, have anyone ever tried the gsoap library for c++? Right now, i want to use that library to develop client side app program using MINGW dev studio ...
[3 replies] Last: Yes, the implementation would be the same. The biggest differences wou... (by Computergeek01)
Win32 edit control fonts
 
Hi,I am writing a program with an edit control.When i try to change font modifing device context option with SelectObject nothing appen.Why?.I don't want to use...
[no replies]
program needed
 
hello, hope everyone is doing great, i need a program to freeze the mouse at a certain place on the screen, can anyone give me a code or a site to follow or any...
[no replies]
Help me out
 
Help me write a program that allows the user to key in marks and grades using a switch statement in the range 0-50 "fail" 51-70 "pass" 71-100 "distinction"
[3 replies] Last: What is the problem? And do you think you could use [/co de] tags an... (by Zhuge)
Help me with this.
 
Am trying to write a program with ranges using a switch statement. #include<iostream> usingnamespace std; int main() {int score;//Vraag de score cout <<"Sc...
[1 reply] : First try using [co de][/co de] tags in your posts and make your cod... (by closed account z05DSL3A)
hooks with multiple callback functions
 
Hi guys Recently, I could successfully set up a file with a hook procedure, and a file that gets window titles with an other callback function. Both work for t...
[2 replies] Last: Thanks for your answer LB. Could you extend this explanation a bit? Y... (by naehrwert)
ai style program
 
I was wanting to make a program that will say hello in an actual voice when I turn my computer on and also allow me to speak to it for example "open chrome" and...
[2 replies] Last: First, that would take a lot of coding! Second, look into "Microsoft ... (by Cobryn)
avoiding flickers
 
how can i avoid flickers? i'm reading these tutorial: http://www.catch22.net/tuts/flicker-free-drawing i'm trying avoid flickers without sucess :( see my draw i...
[no replies]
Record sound
 
Hi I need to make a program to record sound from my soundboard. Any help, please? Thank you mario
[1 reply] : What have you done by now? What exactly is your problem? Share a piece... (by natko)
February 2015 Pages: 1234
  Archived months: [jan2015] [mar2015]

This is an archived page. To post a new message, go to the current page.