
please wait
by avebeginz
kernal coding
|
i have to make a project on operating system so i decided to design a small kernal with few commands like help,cut,list etc.i know c & c++ basics very well. so... |
Aug 24, 2009 at 9:09am
[14 replies] Last: I'm slovenian (yeah, google that, you will see that ve'we been bitche... (by Gregor)
|
by tlittle
Console keeps closing
|
Ive tried multiple things to keep the console from closing but after i type in name and age it still closes before i get to see the output. ive tried cin.get() ... |
Aug 23, 2009 at 5:32am
[13 replies] Last: #include "C:\Users\Tyler\Documents\Visual Studio 2008\Projects\std_... (by narcissisticcheer)
|
by Shaitan00
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 under the LocalSystem account - lets call it Serv.exe - this s... |
Aug 22, 2009 at 4:17pm
[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 <windows.h> HBRUSH BuildBrush(BYTE,BYTE,BYTE); #endif... |
Aug 22, 2009 at 4:12pm
[1 reply] : astrowin.h is only forward-declaring the BuildBrush() function. You n... (by webJose)
|
by Shaitan00
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 at the request of a running application (A.exe), some of thes... |
Aug 21, 2009 at 8:46pm
[1 reply] : I'm not sure if what you want is possible. Instead, I wouldn't break ... (by webJose)
|
by angeldust
can't inject .dlls
|
Hi all. I'm trying to basic injection with Dev-C++. There is no compilation error but nothing happens. I just create the new .dll project. Then add MessageBox(... |
Aug 21, 2009 at 3:38pm
[4 replies] Last: OK thanks. (by angeldust)
|
by ForexSurfr
ADO Connection String.
|
I am currently having problems with my ADO connection string. I have searched all over the internet for a solution to this problem but I have yet to find a sol... |
Aug 21, 2009 at 6:00am
[1 reply] : Check out http://www.connectionstrings.com/. When you use Windows A... (by webJose)
|
by Lamblion
Pass Struct By Reference Or Value
|
I have declared and defined a struct in a header file, i.e.,... struct MYSTRUCT { char* szChar; HFONT hFont; : MYSTRUCT ms = { "aaa", hCourN... |
Aug 21, 2009 at 4:52am
[7 replies] Last: Thank you. That's moving into C++, but I need to do exactly that in so... (by Lamblion)
|
by altimit
Gaussian Distribution
|
I have been given the task to program a Gaussian Markov Mobility Model that will work in Qualnet. The implementation of this mobility model is in C++. I have... |
Aug 20, 2009 at 10:22pm
[1 reply] : http://www.boost.org/doc/libs/1_38_0/libs/random/index.html (by Zaita)
|
by tango2k
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 large (6 mb) text file in a Windows Form (using C++). I've ... |
Aug 20, 2009 at 3:25pm
[7 replies] Last: Use Win32 MMF (by george135)
|
by brainwork
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_treeItem->setTextColor(RGB ( 155, 255 ,255 ); m_treeItem->s... |
Aug 20, 2009 at 11:53am
[3 replies] Last: So one item, two colors. I understand, yes. You can still pull it of... (by webJose)
|
by enigmatix
WS_CHILD grayed out bar
|
Hey guys, Just wondering, is it possible to create a window with the WS_CHILD and WS_CAPTION styles and not have it grayed out? Thanks! |
Aug 20, 2009 at 5:29am
[1 reply] : Nevermind, I got it working. It involves intercepting two messages... ... (by enigmatix)
|
by Tom Backton
WinAPI Questions...
|
1. Does GetCursorPos() give the cursor's position relative to the screen or relative to the window? 2. How do I change the window's title after it has been c... |
Aug 19, 2009 at 5:49pm
[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 another file. For example ABC.txt contains file names with e... |
Aug 19, 2009 at 5:30pm
[2 replies] Last: Actually, this file has other information as well(in which i am not in... (by PratibhaKathare)
|
by areyoupp
QT vs VC++
|
Hi there.i have a few questions about QT and VC++.i decide learning GUI programming.but i need some recommendation.Which does it more performance ? |
Aug 19, 2009 at 1:29pm
[10 replies] Last: thanks for advice and your thinking (by areyoupp)
|
by brainwork
code is show error
|
#include "stdafx.h" using namespace std; class CMobileVoice; class CVoice { private: int a; int getdata(); public: CVoice() { getdat... |
Aug 19, 2009 at 5:28am
[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 all of these changes out and it made no difference. Wheneve... |
Aug 18, 2009 at 11:20pm
[9 replies] Last: Try "Rebuild All" If you really did do nothing more than add and re... (by Lamblion)
|
by AshuSyntel
friend funcation problem in VS 2008
|
"cannot access private member declared in class" its probelm related to friend function and i m use only one firend funcation and its run in vS2003 but not in ... |
Aug 18, 2009 at 6:10pm
[1 reply] : I have never coded anything with friends, but my guess is that you can... (by webJose)
|
by enigmatix
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 Window class and its base class, Control. Control is friends w... |
Aug 18, 2009 at 5:59pm
[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 could direct me to any good books on the subject. Any links... |
Aug 18, 2009 at 2:01pm
[3 replies] Last: Thanks a lot for the replies. (by Entith)
|