Answer Questions
fsv Cannot create a new project that opens startup form
Have been using vb 2005 express final now for a week or too. Have had no problems using and modifying example code and connecting to a MySQL database. However i am now trying to create a new project and no matter what form is selected under startup form nothing displays when code f5 is pressed. Message that build is ok in status bar screen refreshes and back to IDE. However existing projects work ok. Even creating a ...Show All
hello one dialougue message
how do i create a windows dialougue/error message (the little window that pops up and has a message and an ok button) with c++ thanks for the help Hi there, Are you creating a .NET Windows Form or are you using MFC If you are creating a .NET Windows Form, here is an example: //Plain message box - Text, title & OK Button MessageBox::Show("This is an example message box", "Example message box title"); /* M ...Show All
CliffBradford When will Visual Studio 2005 ship?
I place an order on November 7 with Amazon for VB2005Pro and still they have not ship it yet because they have no receive stock from Microsoft. Does anyone know when Microsoft will start shipping the new version I'm just as sad as you are I'm developing using the beta version, I was planning to do a full reformat of my laptop when VB2005 arrives. If I only have a ship date I could easily downlo ...Show All
Mike_DCW Showing only one Row from DataSet in DataGridView
Howdy folks, Is it possible to show only one row or only a few rows from a dataset which has many rows If so, where can I get some info about how to do it Thanks much. Anybody Thanks shaka, I'll check it out with dataview. I tried the code below and it works for displaying only selected rows in the DGV. I have several thousand rows to filter. I'm not sure ...Show All
SivaS Application goes blanc
Hi when I'm using the graphics system to draw out points on my form in a loop ( finite) , the application sometimes goes blanc. It also doesn't update some labels even when these are in a different function. Anyone had the same problem I use this sub as a delay Sub Delay() Lvoltooid.Text = CStr ((i / 100000) * 100) & "% is voltooid" PgbVoltooid.Value = PgbVoltooid.Value + 1 System.Threading.Thread.Sleep(TBTijd.Value) ...Show All
newbnet Plz I want to have source code to make scientific Calculator
Microsoft Team plz i want to have an code to make scientific Calculator in vb.net Express editon 2005 Thank's My Love 4 ever Microsoft This mater was edited by Ahmedxp ahmedxp wrote: sorry but why you didn't say i will learn it form this code not only to add pretty colours. any way may be this code is a secret in microsoft co. Anyone can write a scientific calculator, or anything else they like.&n ...Show All
Robert Beaubien Disabling keys ????
Hello, I am currently designing a game where you can only exit the program once you have completed a section. There still is a way to get out though, CTRL - ALT - DLT Is there some code that will allow me to disable these keys Or atleast diable Task Manager Thanks in Advance, Uzzy That's one keystoke combination I recommend you NOT deal with (and disabling it is NOT friendly - disabling any keys is generally a bad id ...Show All
shashankk Form.vb [Design] not available
I cannot get to edit the actual form I'm using... I open the Soultion Explored and double click the form I want to work with and I get form.vb (that creates the form) but not the actual graphical form. Other forms in the project open for editing properly. What am I doing wrong Thanks in advance for all the answers I'm sure I'll get. huz In the solution explorer at the top are some more ic ...Show All
Scott Ha Data isnt commited to db
1. Create new project. 2. Add a new database then dataset. 3. Create a new table. 4. Add the new table to the dataset definition. 5. Drop table from dataset view to form, VC# / VB generates components and code. 6. Run application and add some records then click on save button. 7. Close application. 8. Run application again but nothing displayed. Same in VC# and VB. FLOOW UP: I try in my home's desktop but di ...Show All
Nihar1 Getting Data from Excel Spreadsheet to Populate TextBox Controls on Form
I just coded a functionality in my program that with a click of a button pulls up Excel, takes all values as strings and populates the spreadsheet in a particular format, with column names, and even makes a line chart out of two column's data. This was pretty hard to find out how to do but after fits and starts it finally works great. My question now is... I'd like to go in the reverse direction - to open a particular spreadsheet (which will ...Show All
Hemant sethi Using an image file in my application
Hi, I am developing a windows based application. I need to associate images with the nodes that I am adding to a tree. Currently I am hardcoding the path of the image while adding the image to the node. However because of this, the images are recognised on my machine only. How can I add the images to the nodes so that they will be accessible on other machines also Add an ImageList to your form and add the images to it. Next, set ...Show All
notwen STL bug in the CRT. fix?
Hi! ibe read this bug report about std::iostream leaking memory. It sais there that "the issue has been resolved, and will be fixed in the next version of visual studio". Im not quite shure how to understand that. Does it mean that we will have to live with this bug till VC2008 (or 200xx) comes out In very few words, is there an update, fix, patch or whatever to correct this issue in VC2005 express ...Show All
gorganzolia Problem Publishing
When I try to publish my VB .Net code, I get a series of errors relating to the length of the file names/directories: Error 2 Unable to copy file "bin\Release\Filllmark Saleshelper Configurator.exe.manifest" to "bin\Release\Filllmark Saleshelper Configurator.publish\Filllmark Saleshelper Configurator_1_1_1_0\Filllmark Saleshelper Configurator.exe.manifest". The specified path, file name, or both are too long. The fully qualified fil ...Show All
Niall Baird Problem with array
I have this code but it doen't work there is a problem on this huidigegeg = geg(i).Split(("|--|")) Somebody now how this come Dim huidigegeg(7) As String Dim teller As Integer Dim i As Integer Dim geg(i) As String Dim strGegeven As String Dim strAlles As String Dim intNr As Integer = FreeFile() FileOpen(intNr, accijns, OpenMode.Input) Do Input(i ...Show All
Joao Costa ; after every line in int main() {}
I read in a tutorial that at the end of every line in the int main() {} . But then I had a bunch of problems coming up with this code and one of the main problems was the fact that I put semicolons at the end of every line in the int main function. Here is the code: #include <iostream> using namespace std; int main() { int choice; cout << "Enter the number 1 if you want the color blue \n"; cout << "Enter t ...Show All
