No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
Re: Information was extremely helpful (even though I'm working with C++ and MFC) ... thank you so much!! | |
I'm sorry but I'm totally new on Web Development, I'd like to make a registration form for everyone that downloads a file I have on a Website. The ideal thing would be to send a confirmation email where the link to file is attatched. So basically when a person wants … | |
I'm working with OpenGL and MFC. I'm able to output text on the view using glCallLists but I'd like to position the text on the screen. How can I do that? I'd appreciate any suggestions.. thanks! | |
I'm a beginner... I want to make a simple page with no more than a Link to a file on a FTP Server (not the same one there the page is hosted) but in order for me to get the file I need to login (username and password) How can … | |
Re: [code] #include "stdafx.h" #include < iostream> #include "stdlib.h" #include "conio.h" using namespace std; int _tmain(int argc, _TCHAR* argv[]) { double Xcalculated, Xmeasured, Error; cout <<" enter your x calculated\n"; cin>> Xcalculated; cout <<" enter x measured\n"; cin>> Xmeasured; Error = abs((Xmeasured/Xcalculated-1)*100); //For the Percentage of Error, we need the Absolute … | |
Hello!! I have a FormView and I added a Tab Control... I'm able to add pages (tabs) to it but I want to be able to have a different Dialog View on each tab??? Or how can I have different controls on every tab?? I'd really appreciate all the information!! … | |
Hey! I need to write a compiler for a microcontroller I'm designing... I want to use MFC to check the Syntax. I created a project in wich the View is derived from the RichEditView, Can anyone help me get info on how I can accomplish this?? I need to check … | |
Hey! I'm working with MFC (SDI) and I have 3 views in the window (TreeView, FormView and OpenGL). Everything is working ok. Now I want to add a new item on the TreeView to display on the FormView the details of the selected item, however the new items belong to … | |
I'm new to C++ with MFC.. I want to do something like this [code] long longvar = 0; return _T("The value of longvar is " + longvar + "!"); [/code] But of course, is not allowed by C++.. Please! HELP!!! I'd really appreciate it!! | |
I'm new to this whole thing.. Does anyone know of a DLL or Library that can Help me connect to an ECU??? |