Answer Questions
Kishore Forms Resource Files
I tried to select an image from a Form1.resx file and apply it to one of the stock menu's I created. It would not allow me to use a different image in the corresponding Form1.resx. I had to create my own project resource and add images to that so I could re-use images I had already added to my project. Is there something I'm missing or is this just by design Sure. I created a toolbar on my form and used the de ...Show All
Zatlite vb6
Where, oh where, is a free download of vb6 I am taking a class that is going to teach vb6, but the book for the class was only available used. Therefore the s-ware that WAS bundled with the book is no longer. I specifically need vb6, and was unable to find the download on ms.com. My textbook says it is available from ms for free. I need a rather specific answer, and thanks in advance from a novice! thanks for t ...Show All
huhu 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
UriPar what data type to use for username and passwords?
hi i'm making a school project, where i need to make a database that holds the usual information like ID, name, address etc. it also has to hold on to usernames and passwords. i'm confused on what datatype i should use, and is there a way to enforce unique usernames thanks What data type did you use for name, address, etc. Like I said before, just use the same data type for user name and password. They are jus ...Show All
Rocksie Adding a row to a DataGrid and back to an Access DB
I have a DataGrid that is tied to an Access DB. I have the DB initially loaded with 5 records. When my form loads the DataGrid effectively displays the 5 records and I have used the AddressBindingSource.MoveNext and AddressBindingSource.MovePrevious to move through the table. I would like to add a button that now allows the user to add another row. I have an AddressDataSex.xsd that contains ID (key), FirstName, LastName, Address, City, State ...Show All
Joe Szymanski stacking text in a text box
hi in my form i have two text boxes, the first is where you enter the message and the second is where the message is displayed but i want it so when you send a new message it doesn't erase the las one out of the display box and stacks it I looked it up for you and the should be "ControlChars.CrLf" instead of "Characters.CrLf". Both the "vbCR" as well as the "ControlChars.CrLf& ...Show All
mbartulovic send data in the network
hi , how can i send data from my pc, to another pc in the internet i would like an example. thanks. ...Show All
Zackelino How to add Visual Foxpro Database into Visual Basic Express 2005
I have just install Visual Basic Express 2005. Only database from MS Access and MS SQL can be link to this VB. Can any one tell me how to link to Visual Foxpro 6 database Thank you. The data tools for the Express editions do not support Visual FoxPro. Only Access and SQL Server are supported. However, it is still possible to connect to a Visual FoxPro database using ADO.NET code. There are several meth ...Show All
mahenrana Help on getting started
I hope someone can help me. I am completely new to VB.net and worse than clueless. I wanted to try to just try to run something to get started but can't even get this to work. Could someone point out why the below will not work When I hold the mouse over the Excel.WorksheetFunction and logresult.ln, it gives shows a box indicating it recognizes it, but when I try to run this as a console application it says " An unhandled exception of ...Show All
JavaGuy147 Need Help to get a third party class working
Hello, I’m absolutely new in c++ but I try write a programm to communicate with my Weather Station Interface. Normaly I use c# but it is so difficult to Handle this Interface that I decided to use c++ because there is someone who wrote a class to communicate with the Interface. I installed the vc++ Express Edition and the plattform SDK to use windows.h. But now I have a part of code where I get an compiler Error that is so "strange" th ...Show All
Christan [VC++ 2005 Express] Cannot debug
Hello, I've just installed VC++ 2005 Express after uninstalling VC++ 2005 beta 2 and went to do the usual "Hello World" console prog in basic ISO C++ to test functionallities I started the project from scratch by choosing "Empty Project". It happens I cannot debug the program. Visual C++ issues the following dialog box : Debugging Information for "ConsoleProject3.exe" cannot be found or does not match. Binary was not built with debug informatio ...Show All
Vic-Viper odd textbox behaviour - bug?
I have a controls on a form bound to a binding source. The first control (textbox) is my auto-number field and is read only. I also have a function that clears all the controls (textboxes, combo's, and date pickers) on the form when a user deletes a record or clicks the "add new" button. After this occurs, the focus is put (not by me) on the auto-number field textbox. From that point on I am not able to get out of th ...Show All
nissley Trouble with opening a new window
Recently I've been handed with a project that requires a window to open another window. The problem is that I can't find a way to open a new instance of itself. The client should click a button and a new window of itself should open up. Is there a way to accomplish such thing Thanks cgraus wrote: Actually, you should either make the form instance a member variable, or call ShowDialog to show a mod ...Show All
CodeHaxor Not a valid Win32 Application Error
Hi everyone, I made a small program with C# express for someone (just a simple form) and when I run it through Visual Studio, it works perfectly. Now when I take the .exe file from the bin directory and copy it on the desktop, it works great for a while, but after a certain time (or if I reboot), I get an error when I start the executable file: "C:\Documents and Settings [...] Projects\Quiz\bin\Release\Quiz.exe is not a valid ...Show All
cathy kmh The process cannot access the file because it is being used by another process
Error ========== The process cannot access the file 'E:\dotnet\Projects\Questions_Answers\MindMeteo\bin\Debug\DataInsertion\PartOne.txt' because it is being used by another process. When i goback and come to the same page it shows the error in the line File .Delete(rootDir + \\DataInsertion\\PartOne.txt ); as given below. I'm performing some functions with this .txt file after deleting this .txt file. if ( File .Exists( ...Show All
