
please wait
by pradeep1984
antivirus software program
|
I want to develop a antivirus software by using a open source engine. please guide . |
Jan 28, 2017 at 11:07am
[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 page in same project and i can use any one of them in any page... |
Jan 26, 2017 at 8:57pm
[1 reply] : I am afraid this is the wrong forum here. Try this instead: http://ww... (by Thomas1965)
|
by ExSanity
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, yet when only 1 of the 2 has the other included there is no... |
Jan 26, 2017 at 3:52pm
[3 replies] Last: When ever MyForm1 has include MyForm while MyForm has include MyForm1... (by coder777)
|
by iandh2010
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 program real-time data acquisition systems using C++ and Windows... |
Jan 24, 2017 at 6:29pm
[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 program is running. I thought about looping through the window... |
Jan 23, 2017 at 6:45pm
[5 replies] Last: What about the following statement from the following MSDN article: h... (by junfan)
|
by Wowzers
Making A .WAV From A Directory Play
|
I have been researching and researching and I really don't understand... C:\\Users\adryl\\Documents\\Visual Studio 2015\\Ding.wav Here is my directory. I want... |
Jan 23, 2017 at 1:36pm
[8 replies] Last: Try this code: #include <Windows.h> #include <iostream> #include <st... (by Thomas1965)
|
by Albuquerster
Configure service priority
|
HI! How I configure service priority in registry? Thanks |
Jan 19, 2017 at 11:23am
[2 replies] Last: Hi! Do you have example about sintaxe in registry to configurate serv... (by Albuquerster)
|
by whitenite1
Beginners book ??
|
I would like to get into learning C++ for Windows, but all the books I have teach only console programming. What would you suggest as a beginners level book, th... |
Jan 18, 2017 at 4:53pm
[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(int i = 0; i <= wow.length() ; i++){ system("cls"); st... |
Jan 17, 2017 at 4:43pm
[1 reply] : To be able to test your code on Linux I had to do the following change... (by Peter87)
|
by wololo132
PssCaptureSnapshot newbie
|
Currently trying to use windows API diagnostic process snapshoting, and just trying to understand the windows API reference pages in general. from reading th... |
Jan 15, 2017 at 9:13am
[1 reply] : Might be worth to check the return value from PssCaptureSnapshot and i... (by Thomas1965)
|
by lslizzysmith
How to Recover Permanently Deleted Files?
|
Hi, I have accidently deleted some of my files from Windows systems. I looked into recycle bin but didn’t find a single deleted file. Can anyone please sugges... |
Jan 13, 2017 at 5:54am
[4 replies] Last: Windows Data Recovery Software for the recovery of your data and file... (by kayerjenkins)
|
by DodgyCoding
Unexpected output from EnumWindows
|
I am trying to get a list of all windows with the following code. #include <iostream> #include <windows.h> using namespace std; BOOL CALLBACK EnumWindowsPro... |
Jan 12, 2017 at 6:40pm
[4 replies] Last: Have a look here. Maybe that's more what you want. http://simplesampl... (by Thomas1965)
|
by CajunCoder
"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 windows command prompt. I've found a few examples of how to do t... |
Jan 11, 2017 at 9:50am
[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 other (left and right mouse button on grid) it show window but... |
Jan 10, 2017 at 5:35pm
[no replies]
|
by Googie85
Compiled Program (File Size)
|
Hi All! I am using DevCpp on Windows 7 and I once could compile a program and it compiled at 121kb and now it will only compile at 2.2mb?? Any assistance on ... |
Jan 10, 2017 at 2:04pm
[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 somebody has a sample of a code for mapping an area ? I'm almost do... |
Jan 10, 2017 at 1:28pm
[1 reply] : Is the robot able to determine his current position? (by coder777)
|
by Johannes H
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.aspx?f=255&MSPPError=-2147217396 to create a virtual smart ... |
Jan 9, 2017 at 6:19pm
[12 replies] Last: hey guys, thanks for your help! For any one interested I got some more... (by Johannes H)
|
by freddie1
Open Database Connnectivity - ODBC Revisited
|
Occasionally I get a PM or email about various posts I've made here over the years regarding ODBC (Open Database Connectivity) technology and connecting to vari... |
Jan 9, 2017 at 2:08am
[11 replies] Last: finally, main()... int main() { std::string s1; CSql Sql; Sql.s... (by freddie1)
|
by Mekolle
Xinput global hotkey
|
How do I hook a Xbox one controller to register to a global key in Windows 10? The xinput code can be found here https://www.codeproject.com/Articles/2694... |
Jan 8, 2017 at 11:21am
[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. However I need to write a program in C++. Specifically I nee... |
Jan 4, 2017 at 9:15pm
[3 replies] Last: Is the MyDemo object a the way to send data to the server? Yes it is... (by Thomas1965)
|