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 cannot open ServiceBase.lib. 1. What is ServiceBase.lib? ...
[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 create an programm that takes 9 letters and spits out all wo...
[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 would send information from my phone into the computer as t...
[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 written: https://msdn.microsoft.com/en-us/library/windows/de...
[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/anituner/help/sablier.gif but i don't know connect it to th...
[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 developer command prompt to creat dll . I am getting error: -----...
[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 form2.h in form1.h, when i do this, then i get error form:un...
[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 process creates a process or execute an exe file?
[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 the problem with is its too fast to even see a single block,...
[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 possibly change the main class from WndProc to Page2 ? as if ...
[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 example : openssl enc -aes-128-ofb -d -in encrypted.bin -iv a...
[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, arg2); but use like this? String::Format(" text{1}, tex...
[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 written class, performing Y = X * c. The vararrays versio...
[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 etc? Thanks
[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, one is tool for servers and second is email sender with mo...
[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 save login credentials and others, but internally in exe? or it...
[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 sends back details about what I sent. For example I am regis...
[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 string, then sometimes encrypted string have newline in a s...
[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 directory full of other files. Thanks in advance!
[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.