cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : Windows Programming
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Articles
Lounge
Jobs

-

Windows Programming

news Welcome to this board! closed by admin
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related...
[no replies]
default MinGW(GCC) generates gigantic binaries on Windows by spiroth10
I'm getting back into my old hobby of programming (I quit for over a year after frustration)... and ...
[9 replies] Last: Well when linking little programs i get low size executables, even les... (by cgarcia109)
default video player and video filters by whitehat
Hi there, i want to built a video player but with some filters available. i know some thinks about ...
[no replies]
default Win API/How to use button by LacViet
Hi guys. This is my first attempt at Win API. I am trying to mess with some of the sourcecode provid...
[2 replies] Last: So in light of what I've said above - change your code to look like th... (by guestgulkan)
question Checking RAID status by graytest
Hi! I want the application I'm currently working on to be able to detect when my RAID 5 status ch...
[1 reply] : Chances are you will need an Intel SDK to do this, or debug their soft... (by Zaita)
default OpenPrinter() Problem by jrohde
Hello all, I thought this would be pretty simple, but apparently I've managed to do something wro...
[2 replies] Last: Thank you! That worked... So, I'm assuming that since I created on... (by jrohde)
default Redrawing Contents of Window by gamewolf
I am still learning to program Native Windows and the GDI. I am wanting to make a simple picture vie...
[11 replies] Last: MSDN is the only available doc That's funny because I ha... (by Duoas)
default Building a self-dependant library file by cu2nite
I've written a sub-component using glib libraries which will eventually be used in a larger program ...
[2 replies] Last: Thank you very very much. This helps a lot. I've been trying to pac... (by cu2nite)
default Resource Files by VenomousNinja
Hey, I'm building a browser in C++, it's my first windows program, so it's a learning experience. ...
[2 replies] Last: That's pretty cool, thanks dude. (by VenomousNinja)
default downloading files with LibCurl by alberto2000
can anyone help me getting my application to download a file from the internet and save it on the ha...
[3 replies] Last: > where do i get more info? You can ask on Adv. Win32 api newsgroup... (by george135)
default win32, C Programming by Hello There
Hello there , Iv got a little problem with this program i have written using the win32 API with C...
[4 replies] Last: Create a label component with the same text attributes as the edit con... (by Duoas)
default Forms in a Windows form Application by enduser000
Hey, I started making a GUI tic-tac-toe game using windows forms in Visual Studios Express Editi...
[7 replies] Last: So what did you figure out that solved your problem? (by TKelly)
default how to talk with OLE build in c++ from C# by atulbaxi1
Hi, is there any way to get data back from OLE which is build in C++ and I am trying to get data ...
[3 replies] Last: No. Interop is just a wrapper .NET puts around a non-.NET DLL so you... (by Zaita)
default Thread for whole Runtime by CrazyPlaya
Hi @ all, how can I program a thread which is working over the whole runtime of application and t...
[6 replies] Last: Thread timing is not assured either. Even with you use Sleep(X) it's n... (by Zaita)
default write large file to disk by shag7
Hi, I wrote a little c++-prog (for WinXP), that writes random data to my harddisk. I used ofstrea...
[4 replies] Last: Thanks a lot! WriteFile and CopyFile were the functions I was loo... (by shag7)
default Is it possible to open an exe file having a space in its name using Autorun.inf by Vijay Ram S
I have a file named "my file.exe" Is there any way to open this file using Autorun.inf? I wrote ...
[3 replies] Last: I think that should work. +1 (by Zaita)
question A password maker... by Dillyto666
Hi, Its Dilyan again. Now I want to make a simple console program wich makes complex passwords. I ...
[2 replies] Last: Thats realy nice Duoas! Your program works, and I looked at the STRING... (by Dillyto666)
default Windows.h Woes for your Visual C++ 2005 or 2008 Express? by dsilvia
Hi! If this is the case, you're in for a long search with a lot of dead ends, outdated and just p...
[no replies]
default windows.h and winsock.h in visual c++ 2005 by charlie
Hi I was writing an Network Application in visual C++ 6.0 any time I wrote #include<windows.h>nothin...
[10 replies] Last: Hi! Okay, here's the skinny. It would appear that Microsoft is taki... (by dsilvia)
default Display a CLI form from a CLI form by TKelly
I know this should be the simplest thing to do, yet I have gotten nowhere spending several hours in ...
[no replies]
default Pass callback function if it is a class member by DmitryG
I have a class CUsersView which is derived from CTreeView. In OnUpdate function I want to sort root...
[2 replies] Last: Non-static object methods cannot be used directly as callback f... (by Zaita)
question textcolor/textattr in C++ problem by jetibest
Hi all! my first post:-) Well, I use borland compiler now, but if I need to use Dev-cpp to solve ...
[5 replies] Last: Just so you all know, QEMU is a virtual machine (processor emulator). ... (by Duoas)
default C2664: typecast problem from iterator to class type by DmitryG
I have some iterator and some CForm class. vector<CForm>::const_iterator* m_pvForms; ...
[2 replies] Last: That hepled, many thanks. (by DmitryG)
default command / immediate window by zakkhoyt
Hi, I'd like to learn more about how to use this in C++ 2003. I used to use it a lot in VB6, but OOP...
[no replies]
default Pointer to a class / template class by tmcristi
Hello everybody I have a problem. I am doing a plugin using ATL. I have a main class named CMyPlu...
[no replies]
default execvp() equivalent for Win32 by trig cesis
Hi to all, first of all, a little introduction. I decided to create a Java Local Application (JAR ...
[7 replies] Last: @helios: Uhh... Can't you compile MinGW from Linux? That would m... (by trig cesis)
default VEHICLE DATABASE PROGRAM by CACA
I HAVE A PROBLEM WITH A VEHICLE DATABASE PROGRAM USING STRUCTURES AND IT CONSIST OF DIFERENT TYPES O...
[2 replies] Last: I think his problem is with his CAPS LOCK, so he isn't typing the vari... (by firedraco)
default borland c++ v 3.1 problem by fromthatside
hi every body .. i need to know how i can run my programs that i made it with borland c++ v.3.1 on ...
[8 replies] Last: LoL ... Doesn't matter, you explained it better :P If you want to ... (by Mitsakos)
default About the CDocument::OnSaveDocument by LeviZhou
If I call this function CDocument::OnSaveDocument( lpszFileName ) and failed, if the lpszFileName...
[1 reply] : According to MSDN http://msdn.microsoft.com/en-us/library/sd83ta1b(VS... (by Duoas)
news Starting with Borland? I explain to you how to use it, VERY SIMPLE! by jetibest
Hi! I want to share something with you what might be very handy if starting to use the Borland Co...
[no replies]
default Errors on Thread Execution by charlie
I'm receiving compiler errors from the following code: /***********************************...
[2 replies] Last: Thanks ! guestgulkan it works.....! (by charlie)
Pages: [1] [2]   Archived months: [jul2008]

Registered users can post in this forum.
Home page | Privacy policy
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? contact us