Windows Programming - January 2017

antivirus software program
 
I want to develop a antivirus software by using a open source engine. please guide .
[2 replies] Last: ClamavNet (by Tate89)
ASP.Net
 
hello there how can i make global Variables in asp.net i want the Variables as public for each pag...
[1 reply] : I am afraid this is the wrong forum here. Try this instead: http://ww... (by Thomas1965)
Taking variables from other forms? VIS C++
 
When i try to #include "MyForm" when MyForm has #include "MyForm1" it comes up with a list of erros,...
[3 replies] Last: When ever MyForm1 has include MyForm while MyForm has include MyForm1... (by coder777)
Windows C++ GUI (1,2,3)
 
Hi Guys, I'm new to this Forum and I am only just getting back into C++ programming. I used to prog...
[46 replies] Last: I made a mistake above, Its GetDlgItem() not GetDlgCtrlId(). The lat... (by freddie1)
by junfan
How to find instance of a program?
 
In the program I want to write, I need a reliable method in which to check to see if a particular pr...
[5 replies] Last: What about the following statement from the following MSDN article: h... (by junfan)
Making A .WAV From A Directory Play
 
I have been researching and researching and I really don't understand... C:\\Users\adryl\\Documents...
[8 replies] Last: Try this code: #include <Windows.h> #include <iostream> #include <st... (by Thomas1965)
Configure service priority
 
HI! How I configure service priority in registry? Thanks
[2 replies] Last: Hi! Do you have example about sintaxe in registry to configurate serv... (by Albuquerster)
Beginners book ??
 
I would like to get into learning C++ for Windows, but all the books I have teach only console progr...
[3 replies] Last: Thank you Golden Lizard and Thomas1965. Though it's cheaper to view th... (by whitenite1)
Rate my typewriter affect
 
#include <iostream> #include <windows.h> void typewrite(std::string wow, double wait = 100){ for(in...
[1 reply] : To be able to test your code on Linux I had to do the following change... (by Peter87)
PssCaptureSnapshot newbie
 
Currently trying to use windows API diagnostic process snapshoting, and just trying to understand th...
[1 reply] : Might be worth to check the return value from PssCaptureSnapshot and i... (by Thomas1965)
How to Recover Permanently Deleted Files?
 
Hi, I have accidently deleted some of my files from Windows systems. I looked into recycle bin but d...
[4 replies] Last: Windows Data Recovery Software for the recovery of your data and file... (by kayerjenkins)
Unexpected output from EnumWindows
 
I am trying to get a list of all windows with the following code. #include <iostream> #include <wi...
[4 replies] Last: Have a look here. Maybe that's more what you want. http://simplesampl... (by Thomas1965)
"CONSOLE_FONT_INFOEX was not declared in this scope"
 
Hi guys. I'm trying to do something that should be, in theory, very simple: change the font of windo...
[1 reply] : Hi CajunCoder, I had had the same problem as you, but I've found a sol... (by Troaat)
by sdfteh
A* pathfinding
 
I use SFML library only for widow I trying to create pathfinding algorithm from one point to the ot...
[no replies]
Compiled Program (File Size)
 
Hi All! I am using DevCpp on Windows 7 and I once could compile a program and it compiled at 121k...
[1 reply] : That's a pretty radical change. Possibly you are creating debug build... (by freddie1)
by AndreB
Mapping
 
Good day, I'm good on the electrical side but very bad in programming so i'd like to know if somebod...
[1 reply] : Is the robot able to determine his current position? (by coder777)
CoCreateInstanceAsAdmin how initialize com on thread?
 
Hello I wish to use: https://msdn.microsoft.com/en-us/library/windows/desktop/hh707164%28v=vs.85%29....
[12 replies] Last: hey guys, thanks for your help! For any one interested I got some more... (by Johannes H)
Open Database Connnectivity - ODBC Revisited
 
Occasionally I get a PM or email about various posts I've made here over the years regarding ODBC (O...
[11 replies] Last: finally, main()... int main() { std::string s1; CSql Sql; Sql.s... (by freddie1)
Xinput global hotkey
 
How do I hook a Xbox one controller to register to a global key in Windows 10? The xinput code ca...
[no replies]
by junfan
Building a .Net Remoting Framework...?
 
Hey everyone, I am not the most proficient in developing in C++. I typically write in Visual Basic. ...
[3 replies] Last: Is the MyDemo object a the way to send data to the server? Yes it is... (by Thomas1965)
January 2017 Pages: 12
  Archived months: [dec2016] [feb2017]

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