Windows Programming
|
|
by admin |
| Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related... | |
| [no replies] |
|
|
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) |
|
|
by whitehat |
| Hi there, i want to built a video player but with some filters available. i know some thinks about ... | |
| [no replies] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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] |
|
|
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) |
|
|
by TKelly |
| I know this should be the simplest thing to do, yet I have gotten nowhere spending several hours in ... | |
| [no replies] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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] |
|
|
by tmcristi |
| Hello everybody I have a problem. I am doing a plugin using ATL. I have a main class named CMyPlu... | |
| [no replies] |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
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) |
|
|
by jetibest |
| Hi! I want to share something with you what might be very handy if starting to use the Borland Co... | |
| [no replies] |
|
|
by charlie |
| I'm receiving compiler errors from the following code: /***********************************... | |
| [2 replies] Last: Thanks ! guestgulkan it works.....! (by charlie) |
Registered users can post in this forum.
