Windows Programming - May 2014 (Page 4)

programming with gdi
 
Alright i know gui and gdi is two ompleatly different ways of programming but could one make a program with like check boxes and text with a gdi just as they co...
[5 replies] Last: I have one here too ... http://www.jose.it-berater.org/smfforum/index... (by freddie1)
Using PInvoke with struct / Pointer instead of value
 
Hello, currently I have to develop a Wrappper-DLL in C# for a given dll. I begin to figure out how it works. But now I've no clue how to continue. I have a...
[no replies]
How to get pixel color from pointer to bitmap
 
Hi! First of all, sry for my bad english =) I have a problem... I need to get some pixels colors from bitmap. I have pointer to bitmap: ID2D1Bitmap* It i...
[2 replies] Last: Use IWICBitmap::Lock method to access raw bitmap data directly. http:/... (by modoran)
[win32] - how scrolling a window?
 
i have read about scroll functions, but now i have 1 question: - if the WM_SIZE message\GetClientRect() function can give the client size and the GetWindowRect...
[2 replies] Last: I think you want the dimensions of the bitmap selected in the DC. The ... (by knn9)
Convert VB.net to C++ Native?
 
I want to convert VB.net code to C++ Native Is there any program that works? Yes ik ima get all these comments saying "Learn how to code in C++" i already do...
[7 replies] Last: The question of auto-converting code from one programming language to ... (by freddie1)
How to Build libcurl in windows Using VS
 
do any one has build libcurl using Visual studio ?
[1 reply] : Yes, of course. http://curl.haxx.se/libcurl/c/visual_studio.pdf (by modoran)
How to install and implement curl libcurl in Visual C++
 
I downloaded curl-7.36.0.zip from the site http://curl.haxx.se/download.html, How I can implement libcurl in Visual studio C++, How can I do this
[no replies]
programming in SDL
 
Alright I know SDL is a great program to use to make games that can be kinda fun and all but i was following a tutorial http://lazyfoo.net/tutorials/SDL/14_anim...
[2 replies] Last: Definitely not. You have to still use the basic things, but there are ... (by Avilius)
VS2010 "toString" error
 
Dear All, I am a new user to VS. With a short in VS2010: label2->Text=System::Convert::toString(r); I got the error message: ...
[2 replies] Last: My fault. Many thanks. (by muguangde)
C++ windows forms string formatting warnings UNSAVE -> sprintf into messagebox::show
 
Hi there, I'm not new into programming (have a degree in software-engineering), but it has been a while PLUS new in C++ and windows forms. So very rusty... And...
[1 reply] : There's a useful substitute for sprintf() in the .net lib. String::Fo... (by plexus)
Help with a process?
 
So, I completely understand processes and stuff, but I would like to know how to run a program I made from a process, like this: PROCESS_INFORMATION pi; ST...
[3 replies] Last: http://msdn.microsoft.com/en-us/library/windows/desktop/bb776886%28v=v... (by codewalker)
by teslaa
Check if workstation locked
 
I'm struggling to determine in windows XP if the workstation is locked (via service). I was using, if (user32.OpenInputDesktop(0,false,0x0001)==null) { //th...
[8 replies] Last: Thanks so much for your help. I managed to find something that worked... (by teslaa)
by maluz1
[C++/CLI] classi gestite
 
salve a tutti, sto sviluppando, in modo molto semplificato e per riprendere un po' il c++ ad oggetti, il famosissimo gioco snake. Ho creato una classe gestit...
[1 reply] : array< Tclassesecondaria^ >^ oggetto= gcnew array< Tclassesecondaria^... (by booradley60)
_beginthreadex fill up memory
 
Hello I am having this test code: unsigned __stdcall thread_test(void *) { for(int i = 0; i < 10000; i++) { i+=1; i-=1; }//simulting processing...
[2 replies] Last: I am using visual studio 2010 ultimate on windows 7 64 bit (by VladEmilian)
can't run interface file
 
1>c:\users\asus\documents\visual studio 2008\projects\inheritence string\inheritence string\main.cpp(3) : fatal error C1083: Cannot open include file: 'emplo...
[3 replies] Last: did u included it to the project. if not then right click on header fi... (by anmol2701)
Getting the Excel
 
I'm kind of stuck because I used the code that they posted there and now I don't know hot to get the file inside the Excel to show on the console. This is the...
[3 replies] Last: Implement your excel within a mature excel reading application to get ... (by EisenhowerPDF)
by R23MJ
If Statement in Interpreter?
 
I just began writing some basics for a script interpreter; however, I can not figure out how to make an if statement. Any ideas?
[3 replies] Last: So this is an indentation based scripting language... kinda like Pytho... (by Disch)
Working with COM objects isnt obvious! =(
 
Hi! Sry for bad english, first of all =) Only today i learned something about COM inteface. It is very hard to understand for me, how to use this tool. But i t...
[1 reply] : This object creating with inner function. My problem were wrong conver... (by Divergence)
Vista toolchain for visual studio 2005 under XP
 
Hi. I have VC++ 2005 project that seems to be work under many platforms. In particular it uses #include <mmdeviceapi.h> and it seems to be related to vsta SD...
[2 replies] Last: anyone??? (by icegood)
by PacR
C++ Windows Forms (Compare files and add differences to List Box )
 
Hello , im trying to compare 2 similar files and add their differences to two separate list boxes. My program works for simple text files but when i try to read...
[1 reply] : Fixed by myselft : line 39 need to be: while (file1size >= filespos){... (by PacR)
May 2014 Pages: 123456
  Archived months: [apr2014] [jun2014]

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