Answer Questions
NicoRi fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory
Hi All: The story so far: I am having a we bit of trouble running the most difficult of all C++ programs the imfamous first C++ program Hello World! code: // Simple Hello World Console Application #include <iostream> using namespace std; int main() { cout << "\nHello World!\n" << endl; return 0; } And we get: ------ Build started: Project: Hello, Configuration: Debug Win32 ------ Compil ...Show All
Tony Lambert How to connect oracle database via IP address
How to connect oracle database via IP address, I mean to connect oracle database remotely. And How to connect Access database via IP address. thanks! Once you have developed and tested your app with a local database, see http://www.connectionstrings.com to see how you can alter the connection string so it connects to another database. Access database: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\19 ...Show All
KateCooper Help with Sockets
I cant figure out how i would have a multi user chat because there are no socket arrays. Please Help. I suspect we are talking at cross-purposes here. What do you mean by "a multiple socket array" and how does it differ from something declared like this ... Dim foo() as Socket Get a book on socket programming, and on multithreading: you don't need a 'socket array' - you may have n ...Show All
SREI command button as Accept button
like in asp.net - how can I make a command button as accept button in c#.net If my button is in a user control---how should I proceed with....as there is no property like accept button in the usercontrol properties.... Change your button's modifer in your user control to public. Then in your form's constructor you can add the code: this.AcceptButton = userControl1.button1; You s ...Show All
frida registration benefits c#
I registered by Visual c# express edition two days ago, Although the product is nregisterd, I read the registration key off the screen I have not yet received the confirmation email, So how do I access the benefits page for the said downloads and eBooks When I go to the My Participation page it says I am not enrolled in any programs. When I look at the list of available programs I don't see anything about VS2005 or C#. Should there be some ...Show All
Jonas Roineslien demo projects
Hi, I installed VC++ Express yesterday (including the platform SDK) and (I believe) succesully made all the changes to built native applications rather then .Net. I can't find any demo projects in the installed folders. Are there any If not, someone knows where I can download these Thanks! Thanks guys! That will get me started Dr. Pastor. wrote: 1>------ Skipp ...Show All
Fredrik Lindqvist Settings
hi, what i want to do is that i have 2 variables in my form that the user can change its value(through a properties), but i want next time my form to remember the last value was saved so i opend msdn and searching for how to save user settings i have added 2 settings to my project properties window , some nodes have been added to the App.config file thats great, what i want to do now is to read those settings during my form startup and to ...Show All
cajinamaster Build Error with PostBuild script
It seems that regardless of what command I put into the Post-Build property of my project I get the error: 'C:\Documents' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. I've tried even simple things like "echo hello." and I get the same result. echo hello. 'C:\Documents' is not recognized as an internal or external command, operabl ...Show All
g_stefan SQL Server Express forum
Do you have questions about SQL Server Express Here is the forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=385&SiteID=1 Thanks, MJ Hi Mark. I posted a new thread 3 days ago, and haven't got a reply yet. Can you see what can be done It is urgent, since the laptop is my only means for demonstrating my products. Thanks, Gideon. What version of the .net framework 2 do i ...Show All
gjc_vp Numeric Problem
Hello, I am currently writing a gemetric multigrid solver as an exercise at univeristy. Until now i have developed the solver with gcc. But I want to port this project to Visual C++ 2005 Express. My Problem is that exacty the same code compiled with gcc give me the right results. But if i compile it with Visual C++ the program runs but do not give me the right results. The solving process is iterative so the defect is getting smaler with every i ...Show All
TheBeard Timing issue
I would like to find out if there is a way to add a bit of time for one line of code to complete before Starting the next. I would like my textbox to display the contents of an action as in: case 4 TextBox1.Text = "My Text" ---Do Somehting here to slow the system down for about 5 seconds TheAmount = TheAmount - 50 If TheAmount <= 5000 Then MessageBox.Show("Your Amount is: " & TheAmount) End ...Show All
headboy Is the Conservation Of a Computer System’s Resources a Virtue or An Evil?
Hi There..... Is Minimal use of a Computer System’s Main and Auxiliary Memory a Virtue or an Evil Thanks I guess the general rule here should be to use only what you need and no more, taking into account what you are likely to need in the future, of course. Using SQL Server Express is overkill in some situations. If Access or the like is adequate in your circumstances then there is no purpose served ...Show All
Leo Juszkiewicz Cannot load VB Express Edition on my Computer will not install no error message
Please help. Cannot install VB Express Edition on my Computer. Have Windows XP, 2003 Professional Edition. Can you help with what might be interfering> No error messages whatsoever. Thank you, supermsd Have you checked to make sure that you machine meets the req, SP2 and such. Also I would perform a windows Update then try. Hi, I moved this forum from VB Express so that your ...Show All
J. Ambrose Little Tables don't show up in Data Sources in VB2005 Express
After running the wizard to set up a data source to an Access database the tables do not show up in the data source window. What am I not doing right Me too. It was a local database. I had the same problem. Here's the fix I found. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=125279&SiteID=1 ...Show All
vaio pcgk33 VB Equiv. of val( ) function
Is there something like the javascript val() function in Visual Basic I want to take a text area and display the value in a dollars using formatCurrency( ) function. But of course that requires that the field is always numeric. I'd probably like to do this in a quick and dirty way and just convert anything that's not an actual number to zero. I am just looking for the quickest way to do that. hi, i'm not s ...Show All
