Windows Programming - June 2016 (Page 3)

ServiceBase.lib
 
I am trying to build a system developed by someone else. It gets to a point and fails saying it can...
[1 reply] : 1. What is ServiceBase.lib? It seems to be part of the system develo... (by Thomas1965)
Programm chrashing
 
Hi! I am a bit new to c++ so please bare with me if there are some obvious mistakes. I am trying to ...
[5 replies] Last: What kind of example? (by Equator)
Hardware Input
 
Recently i've been getting into c++, one thing that's puzzled me recently is a virtual keyboard that...
[1 reply] : i dont know exactly what you are asking for but there's an android app... (by shadder)
Asynchronous ReadFile() ?
 
I'm trying to read from the stdout stream of another process. Luckily, MS had an example already wri...
[2 replies] Last: Oh I was dreading the named pipes answer.. guess I'll spend a few more... (by DrZoidberg)
animated cursors: how can get the RIFF delay\rate?
 
animated cursors: how can get the RIFF delay\rate? i found 1 structure on: http://www.gdgsoft.com/a...
[8 replies] Last: i must read the data byte a byte or is there another way? (by Cambalinho)
Unresolved external symbol in windows
 
I am using windows8 32 bit ,visual studio 2012 and intel pintool (76991 version). I am using develop...
[no replies]
How to include WinForm form1.h in form2 and inverse
 
Hello, i ask one time here but still dont know how can i include for example form1.h in form2.h and ...
[1 reply] : "forward declaration" read the answer from scott: http://stackoverf... (by closed account 48bpfSEw)
How to know who execute an exe file?
 
Hi, Everyone! Is there a way to know who execute an exe file? or How can I determine which ...
[4 replies] Last: Thank you for your prompt reply! I'm going to try these. (by john026)
Any sleep function for win32 app? not console app please!
 
I have created a basic tetris game that I want to draw using windows.h graphics. It works great but ...
[3 replies] Last: this may also help https://msdn.microsoft.com/en-us/library/windows/d... (by shadder)
how to make next page function
 
I have WndProc which is the main window class and there is another class which is Page2 how can i p...
[8 replies] Last: thanks,that trully helped me (by IDIR YACINE)
How to make CreateProccess and pipe act exactly as normal cmd pipe
 
I'm trying to create software to accurately imitate the pipe of the CMD. In cmd when i typed for ex...
[1 reply] : Be careful that you're not mixing and matching wide characters and ASC... (by Computergeek01)
Braces on String::Format
 
Hello, it's possible to use String::Format not like this String::Format("text{0}, text{1}", arg1, ar...
[2 replies] Last: aaah, thanks a lot :) this helped me when i want format long strings :... (by BAILANDO)
Performance anomoly
 
Hi, In the sample code below there are two for loops iterating over <vararray>s and a simple user...
[3 replies] Last: SysInternals:ProcessExplorer->Performance Tab. (And a guess!) If furt... (by BrowserUk)
How can i add Data source in C++ CLI VS 2015
 
Hello, how can i add data source in VS 2015 for C++ CLI project for example for use in Datagridview ...
[6 replies] Last: Yea thanks i add few components like MySQLConnection etc in toolbox an... (by BAILANDO)
How to add advert banner in C++ app
 
Hello, its possible to add some advertisement banner in my app? I want to release my app as freeware...
[2 replies] Last: yes, but when you want to display html from adsense, then you need pro... (by BAILANDO)
Save textboxes values for next use after program restart C++ CLI
 
Hello, it's possible to save user defined values in textboxes, checkboxes etc for next use, like sav...
[1 reply] : When the Windows loader runs an executable, it opens the executable's ... (by skaa)
How can this be done?
 
So I want to create a program in which one of the functions is that I send data to a website and it ...
[2 replies] Last: Kinda of...for example when you get Norton Antivirus and it asks you f... (by facun20)
XOR encrypt decrypt help
 
Hello, i have function to encrypt & decrypt string with XOR, but i have problem, when i encrypt some...
[2 replies] Last: i think i mus use writer->Write and then make while(text = reader->Rea... (by BAILANDO)
Copy and delete
 
I was wondering how you could copy files to a directory and then how to delete just them in a direct...
[1 reply] : https://msdn.microsoft.com/en-us/library/windows/desktop/aa363851%28v=... (by Thomas1965)
how draw correctly a transparent Cursor(*.cur)?
 
how can i draw correctly a transparent Cursor(*.cur)?
[1 reply] : heres my actual code: void DrawHCURSORtoHDC(HDC hdc, HCURSOR hIcon, i... (by Cambalinho)
June 2016 Pages: 1234
  Archived months: [may2016] [jul2016]

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