
please wait
by Girasol
Simple Windows application
|
hello people! Im very new to coding and I currently need to make ans very simple app with checkboxes and menuscrollboxes.. i managed to install a borland 5.5... |
Feb 24, 2011 at 12:20am
[2 replies] Last: I'd suggest downloading Visual C++ Express from Microsoft. It's free a... (by Zaita)
|
by Inferno42
Embedding bmp resource into program
|
Hello I seem to be having some problems with my program I am attempting to build.I have been searching for roughly 2 days now and to no avail I am trying to emb... |
Feb 23, 2011 at 9:47pm
[2 replies] Last: I was under the impression the .net was a framework or template for C+... (by Inferno42)
|
by Brandonm
Trouble getting WMI working
|
Hi guys, I'm having a bit of a problem getting the WMI to work for me. I'm basically just trying to get the vendor name for the GPU and display it into a lab... |
Feb 23, 2011 at 6:42am
[5 replies] Last: Found the solution :) String^ Form1::GetGPUName () { String^ Ve... (by Brandonm)
|
by Oxuyan
Web request in C++
|
Hi, I am writing program in C#. But I have problem with .Net. So I need some code in C++. My problem: I need to send web request to my IP camera and rece... |
Feb 22, 2011 at 8:36pm
[3 replies] Last: A 1.1 request has more fields than you're specifying. You really need... (by kbw)
|
by Null
Put controls into tabs
|
Hello How can I put controls into tab control? I know how to create tabs but I can't figure out how to put controls into tab. I know how I can use property she... |
Feb 22, 2011 at 11:29am
[1 reply] : You can't put controls on a tab control. A tab control is literally a... (by guestgulkan)
|
by aatwo
loading dll problem
|
Hey guys. I have never used DLLs before and I seem to be having some difficulties. I am trying to load a dll for an API called ASPI however it seems to fail ... |
Feb 22, 2011 at 9:09am
[2 replies] Last: words cannot express my love for you right now :P (it worked) I hav... (by aatwo)
|
by thenewguy
catching phrases
|
How would I make a program that: -On button click Event reads a textBox -If the textBox contains phrases or disallowed letters, the program will removed t... |
Feb 21, 2011 at 11:34pm
[no replies]
|
by GABsturr
Custom Cursor?
|
Hello people, I'm trying to load a custom cursor into my Windows program using C++. The ID of my custom cursor is IDC_CURSOR1; here is the line of code from my ... |
Feb 21, 2011 at 10:40pm
[2 replies] Last: Thanks a lot; that should help me sleep easier. After including "reso... (by GABsturr)
|
by Shatronics
Playing .mp3 with MCI - Not working :S
|
Hello forum, I have earlier posted about having problem with the MCI libary and I got it to work. But because my computer's hard disk broke I can't look in m... |
Feb 21, 2011 at 5:01pm
[no replies]
|
by ajitm
abnormal termitionation of the program
|
Hello friends, I am using the fallowing code for creating the directory but it results into the abnormal termination of the program. _wchdir((const wchar_... |
Feb 21, 2011 at 4:34pm
[1 reply] : Your OS might be expecting a return value to see if the application ex... (by Computergeek01)
|
OPENFILENAME Structure Not Acting How I want. |
OPENFILENAME ofn = {0}; char caFileName = {0}; ofn.lStructSize = sizeof (OPENFILENAME); ofn.Flags = OFN_EXPLORER | OFN_PATHMUSTEXIST | OFN_HIDEREADONLY ... |
Feb 21, 2011 at 4:12pm
[7 replies] Last: One more thing-the lpstrFilter member has to be a double null terminat... (by sunny712)
|
by hasula
how does WxGrid work ?
|
im new in wxWidgets, its interesting for me, but can anyone tell me how to with wxGrid, this is part of mydialog class class maydialogDlg : public wxDialog ... |
Feb 21, 2011 at 2:44pm
[5 replies] Last: this is my code #include "wx/wx.h" #include <wx/grid.h> #includ... (by hasula)
|
by thenewguy
Java has .jar, C++ has .???
|
I'm just looking for a way to add all files to a single executable or ".???" I just don't want to create all instuctions and ReadMe's etc. with ofstream. Ho... |
Feb 21, 2011 at 9:10am
[8 replies] Last: idk if this is even doable for what you want, highly recommend that yo... (by mahertamim)
|
by raulkolk
Naming babies
|
I've come across a problem where I need an infinite amount of integers. For example, when I need to create a program where you can name babies, the program nee... |
Feb 20, 2011 at 8:39pm
[3 replies] Last: You could use std::cin.ignore(std::numeric_limits<std::streamsize>::m... (by raulkolk)
|
by goodboy
Screen Saver Starter Kit Download
|
I just downloaded Visual C# Express and I want to build a screen saver and I am looking for a screen saver template. Does anyone know where I can download this... |
Feb 20, 2011 at 2:28pm
[4 replies] Last: I think there should be an example in the install directory for that, ... (by dev247)
|
Combining std::string array into a CHAR* |
Is there any way to combine an array of strings into one single CHAR* (not an array)? Thanks :) |
Feb 20, 2011 at 11:11am
[7 replies] Last: NEVER MIND ON ALL OF THIS.... I got it to work :D (by some random dude)
|
by Necrogigas
DirectX 10 Linker Error
|
In a DirectX program I get the following linker error: LNK1104: cannot open file 'D3DX10.lib' I have included the Directories ...\DirectXSDK (June 2010... |
Feb 20, 2011 at 11:04am
[7 replies] Last: Uninstalled and reinstalled the SDK, no effect. (by Necrogigas)
|
Looking for talented individuals to participate in finishing off my game. |
Options dialog box layout >>> http://oi52.tinypic.com/2qswkzt.jpg Squibbles Preview >>> http://i51.tinypic.com/14juczn.png Squibbles gameplay, youtube vid... |
Feb 20, 2011 at 7:38am
[1 reply] : hey, i'd be willing to participate in this, but i would prefer to use... (by mahertamim)
|
by Zyl
MSVC 2010 C++ Project-dependent code
|
Hello. I have one solution with 2 projects inside. These 2 projects share some cpp and h files. I'd like to have the same files parsed differently dependin... |
Feb 19, 2011 at 11:45pm
[2 replies] Last: That looks exactly like what I need. Thanks. I will try this when I ge... (by Zyl)
|
by qlmmb2086
Access Violation when assigning specific char to position in local CString
|
I've been toying around with a DirectX wrapper I got as part of a programming class I'm taking, and me and my roommates have been working on our own little side... |
Feb 19, 2011 at 4:21pm
[3 replies] Last: Ok, so I found a way to make it accept a string literal as an argument... (by qlmmb2086)
|