Answer Questions
Harry Solsem Error spawning cmd.exe in simple C++ application
I got a big problem. I do not know why I write a very simply C++program.I put it below #include<iostream> #include<cstdlib> using namespace std; int main() { cout<<"helo to C++"; return 0; } When I build it , it will show me a error: hello.cpp Linking... Embedding manifest... Project : error PRJ0003 : Error spawning 'cmd.exe'. Build log was saved at "file://c:\Documents and Settings\LXY\My Documents\Visual Studio 2005\Projects\ ...Show All
gbm1 How i can use the ToolBox
Hello, i want to use the toolbox from the .net framework and i can't find an example how i could use it. how i can build it in my c# form. can someone help me I'm not sure what you mean by "use the toolbox from the .net framework," karnayanar. Are you referring to the ToolBox in the Forms Designer where you find buttons, labels, and other controls If so, you can show the ToolBox from the View menu ...Show All
BetterTrades Declaring Variables for the whole program...
Hello, First of all, why is the code of C++ so "messy" Is it like "normal" for you guys now I mean there's all the #programmas and the control "definitions all in one file... in VB, it used to be simple clean... Afterall, C++ is more complex, so I'll quite down for now... Well my real question in how do I declare a "Public" variable In VB, you do it like: Public x As Integer or Public x As Double or Public x As ...Show All
Bojo Email
Hi, I'm very very new to visual basic express 2005. I would like to use a link that will generate an email to me. Like if someone visits my site, and wants to email me, I would like to include a link that would do this. Frontpage, is easy to do that, but I'm lost in this application. I am also using a starter kit, and it has a contact page, but I cant seem to configure the 'send' button either. Any suggestions would be greatly appr ...Show All
barbarian Application won't run beyond splash screen on testing machines
I have almost finished developing a rather extensive application that was in part upgraded from VB6. Since deployment is a bit different with VB Express than VB6, I've been trying to get a handle on this aspect. The compiled application runs on my development machine without any problems. I have loaded .net 2.0 framework on two different machines and have dealt with various issues and error messages, and now at the point where the splash scre ...Show All
Tom Tinsley an unhandle excpetion
Hi all , I have a problem , where I built an application (simple one which uses 2 forms and one data grid) every thing is OK on My computer , however when applying the app. to another system which has .Net framwork , I get the Msg "an unhandle excpetion", And I dont know why Any ideas From the sounds of it your app is referencing a file that does not exist on the second PC and as a result, the CLR a ...Show All
Symbiont Developer Outlook Team Calendar Application V 2.2
I recently installed Outlook Team Calendar Application V 2.2. It works really well - but one calendar is causing errors. "Error occured accessing an appointment Unknown Error". It is only happening on one of the team calendars and if I delete that calendar it works perfectly. When I readd that calendar - the errors start again. Any ideas Is this a VB Express related problem/question ...Show All
purpleton Visual Basic .NET 2005 Express Edition
Ok, this is yet another "can you run VB2005 with a remote database" question with a slight twist. What if i create my projects in VB2005 and then open it in Visual Studio 2003 to do all the stuff I can't do in Visual Basic 2005 Thanks! I don't understand this. They are both saved as text files. why not They are XML files. They need to follow a certain schema ...Show All
duda65607 Command object
In Visual Basic.Net 2003 there were oleDbCommand objects which I used to create a select statement. I then created an oleDbDataReader in code. The command object then executed the reader object which I used to fill my comboBox with items. I did this so that I could update the items in the combobox from another form and so the comboBox would put the string in my database field and not the ID. My question is: I don't see the command object and ...Show All
vishal dedhia Deleting Rows?
Hi, I am wondering how to delete a cell from this DataGridView named dgImage... I did something really close but this action would delete the whole data in the dataTable.... I have experimented for about an hour trying to get the current selected cell value so that it is "usable" by dgImage.CurrentRows.Remove(theValueofTheCurrentCellSelected) I have searched and everything.... Please either tell me how do delete the selected Cell at dgImage (a ...Show All
Lukem Desperate..unable to connect to sql2000
Hi, I am able to connect to sql 2000 from vs2003.But,now I am using c# express..but it is giving me very strange error.. An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ...Show All
Dan W Hollingsworth Break down multiple lines text in textbox
Hello. I'd like to know how to break down multiple line text in textboxes and save them to different string varibles. For example, the content of textbox txtContent is as follow: Control the television with your remote control. I want to save the text to an array of string output() , the content of output(0) should be " Control the ", that of content(1) should be " television ", that of content(2) should be " w ...Show All
david.tooley Error when trying to create new project
Hey, maybe a strange question, but I couldnt find the answer anywhere. I downloaded the VB 2005 Express Edition beta 2, and registered. I was hoping to be able to use it for the trial periode and then see if I would buy it. After activation, I still get this error when clicking at "new project" The number separator information specified in the NumberFormatInfo is ambiguous for parsing. Now my English isnt very well so I would have no idea w ...Show All
Ron DeSerranno - MOBIFORM Problem with Lexmark printer/driver ?
The program I'm working on allows the user to do some printing. It works fine with my Epson R220. One of my users is having problems with his new Lexmark Z617 (print preview is blank except for 1 black pixel in the centre and page setup dialog is blank!) but it works fine with his old Epson 600. I installed the Lexmark driver and tried my software. I got the same results as my user ie. no good. I installed several other printer drivers and m ...Show All
&#22823;&#38957;&#20180; Error .exe is missing question
I'm geting the error messege "Video Studio cannot start debugging because the debug target 'C:\\documents and settings\name\local setings\application data\temporary projects\ConsoleApplication1\bin\debug\consoleapplication1.exe is missing. Please build the project and retry or set the outpath and assembly name properties appropiately to point at the direct location for the target assembly." when i try to run a simple hello world progra ...Show All
