Windows Programming - August 2009 (Page 2)

kernal coding
 
i have to make a project on operating system so i decided to design a small kernal with few commands...
[14 replies] Last: I'm slovenian (yeah, google that, you will see that ve'we been bitche... (by Gregor)
Console keeps closing
 
Ive tried multiple things to keep the console from closing but after i type in name and age it still...
[13 replies] Last: #include "C:\Users\Tyler\Documents\Visual Studio 2008\Projects\std_... (by narcissisticcheer)
Issues with using ControlService(hService, CustomCommand) and VISTA/Windows7?
 
I currently have a Windows Service written in C# .NET 2.0 which is automatically started and runs un...
[1 reply] : The main change from XP to Vista service-wise is the fact that service... (by webJose)
windows.h and undefined ref
 
I have the following programs: astrowin.h #ifndef ASTROWIN_H #define ASTROWIN_H #include...
[1 reply] : astrowin.h is only forward-declaring the BuildBrush() function. You n... (by webJose)
How to get a Windows Service custom Status? [C++/C#]
 
I have a created a C# windows service (Serv.exe) which is responsible for performing various tasks a...
[1 reply] : I'm not sure if what you want is possible. Instead, I wouldn't break ... (by webJose)
can't inject .dlls
 
Hi all. I'm trying to basic injection with Dev-C++. There is no compilation error but nothing happe...
[4 replies] Last: OK thanks. (by angeldust)
ADO Connection String.
 
I am currently having problems with my ADO connection string. I have searched all over the internet...
[1 reply] : Check out http://www.connectionstrings.com/. When you use Windows A... (by webJose)
Pass Struct By Reference Or Value
 
I have declared and defined a struct in a header file, i.e.,... struct MYSTRUCT { char* szCh...
[7 replies] Last: Thank you. That's moving into C++, but I need to do exactly that in so... (by Lamblion)
Gaussian Distribution
 
I have been given the task to program a Gaussian Markov Mobility Model that will work in Qualnet. ...
[1 reply] : http://www.boost.org/doc/libs/1_38_0/libs/random/index.html (by Zaita)
How to open a large text file in a TextBox?
 
Hi all, I'm new here and I would like you to help me out with something. Turns out I need to open a...
[7 replies] Last: Use Win32 MMF (by george135)
colour of text not hole item of tree control.
 
Hello Friend how can i change the colour of text which is present on the tree control FYI m_...
[3 replies] Last: So one item, two colors. I understand, yes. You can still pull it of... (by webJose)
WS_CHILD grayed out bar
 
Hey guys, Just wondering, is it possible to create a window with the WS_CHILD and WS_CAPTION styl...
[1 reply] : Nevermind, I got it working. It involves intercepting two messages... ... (by enigmatix)
WinAPI Questions...
 
1. Does GetCursorPos() give the cursor's position relative to the screen or relative to the window? ...
[1 reply] : First search result in Google for "GetCursorPos": http://msdn.microso... (by webJose)
File Handling
 
Hi All, I want to search the content of a file for a specific word and write the resulted list in an...
[2 replies] Last: Actually, this file has other information as well(in which i am not in... (by PratibhaKathare)
QT vs VC++
 
Hi there.i have a few questions about QT and VC++.i decide learning GUI programming.but i need some ...
[10 replies] Last: thanks for advice and your thinking (by areyoupp)
code is show error
 
#include "stdafx.h" using namespace std; class CMobileVoice; class CVoice { private: int ...
[4 replies] Last: #include <stdio.h> #include<iostream> using namespace std; class ... (by goumuli)
Weird Resource File Errors
 
Okay, so I'm using Visual C++. I made a Win32 project. I've barely touched the code, although I took...
[9 replies] Last: Try "Rebuild All" If you really did do nothing more than add and re... (by Lamblion)
friend funcation problem in VS 2008
 
"cannot access private member declared in class" its probelm related to friend function and i m use...
[1 reply] : I have never coded anything with friends, but my guess is that you can... (by webJose)
Window Class calling virtual child WndProc
 
Hey guys, So I'm having this strange issue that I can't seem to resolve. I have two classes, a Wi...
[1 reply] : Ok, after much debugging and tweaking I have discovered that this prob... (by enigmatix)
by Entith
Beginners Introduction
 
Hi I am looking to get into Windows programing with C++. I already know the basics of C++. If you...
[3 replies] Last: Thanks a lot for the replies. (by Entith)
August 2009 Pages: 12345
  Archived months: [jul2009] [sep2009]

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