Answer Questions
angka Connect to MYSQL database from C# 2005 express IDE
Does anyone know how to add MYSQL to the list of datasources you can connect to in Visual C# express 2005 Right now all that is in there is SQL Server and Access. Thanks. With the help of mysql connector documentation and a link by you i have came up with something but it seems that it does not work can someone help using MySql.Data.MySqlClient; MySqlConnection oMySqlConn = new MySqlConnection () ...Show All
jcatnc urgent !!!!listbox inserting problem
hi everyone, I have a problem with manually inserting element into my listbox. There is the code I'm using: ListBox2.Items.Insert(0, ListBox1.SelectedItem) or Dim myItem = New ListItem myItem.value = "wisconsin" myItem.text = "Wisconsin" ListBox1.Items.Add(myItem) I've also tried using the add method but either way I do it it still insert the element twice in the listbox. Now I dont know if there is something I ...Show All
xterminal Flat File Database?
Hey! Is it possible to save data to a flat file and then retrieve it again later just a simple flat file database... or maybe data.dat file what ever a dat file is lol ty all -mark hi, I'm an old developer from DOS environment. I used this files for many year and i faced a lot of problems with it. flat database is very old and you will face some of problems like : 1. the large size of ...Show All
Bert Lefever How to Create Simple Report as HTML ?
I don't have any report generator and i want to build it myself. My reports are very simple with few constants fields that i need to fill them after running some task and i wonder maybe to create a HTML document with const and desin tamplate and i will replace the relevant data in this document(text) and i will save it as temporary HTML file and show it with WebBrowser control as a HTML file . This action save me to deal ...Show All
irin newbie question about adding a record to Access DB with VWD 2005
I am new to VWD 2005 and doing some learning. I am using Visual Basic as the language. I have a pretty simple Access DB that I am connected to. I can Edit and Delete records fine. However, I cannot find how to be able to add records to the database with VWD2005. Any assistance or pointing to a good tutorial would be greatly appreciated. I am thinking there is a simple way to do this, but I am just missing it. Flanman As a ...Show All
alok yadav first c# errors
Here is my code and i cannot compile it. i cannot understand why public static void Main() { // single dimentional array int [] numbers = new int [5]; // multidimentional array string [,] names = new string [5,4]; //array of arrays byte [][] scores = new byte [5][]; //create jagged array for ( int i=0;i<scores.length; i++){ scores = new byte [i+3]; } // print each row f ...Show All
ehartwell_mtm Whats the eisest way to turn a char array into a string
im trying out the ReadBlock function to get characters out of an array then i'd like them to be turned into a string. Is there anything eiser than this ( using a for loop to put the characters in the string one by one) - using System; using System.IO; using System.Data; namespace myProgram { class Program { static void Main( string [] args) { string mystring = "" ; char [] mychar ...Show All
Mark Atkinson Visual Studio 2005 = very unstable !!!
Out of frustration, I'd like to warn you all that the release of Visual Studio 2005 is horribly unstable !! Please beware before upgrading. We've upgraded and it wasn't worth it. I regret it ! Wow, I began with VE Express Beta II. I found it to be wonderful and actually spent hundreds and hundereds of hours on it. OK, it didn't have a call stack and I obtained the full V2005 Team Suite RC1 ...Show All
Tony Hudson How to Stretch Image in DataGridView
How to Stretch Image of image column in DataGridView. I add into cell in DataGridView. But some image is bigger than cell size. ...Show All
Madhavi code for verifying username and password
Hi There I require the vb code for user to enter username and password if it is correct then only get access to the program. Run a check if the username and passowrd is incorrect the user can re-enter until he/she enters the right user name and password.A message box must appear to tell the user the correct username or password is valid.or that the both username and password are invalid. thank you will be waiting for your reply ...Show All
vista adventure visual basic problem
Hi guys i m developing one application in which i want to send and recieve mails via visual basic program in outlook express. as i developed the application but the prob it wont able to send mails when the system is locked. so plz help me out for that prob as soon as possible. I'm not sure I understand. You wrote an app that sends mail, it's an add in for Outlook Express And how do you mean 'when the system is ...Show All
ErickAtRTP How to indirectly reference a resource
This is a shorter question that piggybacks on my earlier post. Char 65 is "A". I have added a resource file named 65.gif through IDE GUI interface, not code. The resource adder named this item '_65'. I am now testing how to use a partial set of these type 'pictures of letters' in a program. I need to use a character code to look up it's associated gif image. To test, I have hard coded '65' as a string, added the underscore pre ...Show All
pri VC++ Where are the Managed data Container functions please?
I cannot find the STL/CLR functions. In the only examples that I can see in the help, it says typically #include <cliext/vector> which does not appear to exist. What should it be Hi, I read around that STL/CLR was only included in the VS2005 Team Suite Beta 2 version which would explain why I coudn't find it (though I haven't verified this). Thanks for the update, Nikola.& ...Show All
Raja Pratap Reddy How do I compile a VB.net application to a normal *.exe file? I mean that could be run in DOS mode.
Well you see. It is really stupid to make a cool program that can't run on other computers that don't have the .net framework installed. I ve been searching for such a program that can compile my .exe (for .net) program into a normal .exe . I couldn't find anything like it so any help. If you are kinda new and you don't know why is this just rename your program into a *.txt file and open it. It says: This program cannot be run in DOS mode. That ...Show All
MiG_ New win32 console App vs New win32 App
In VC++ 6 there was a big difference between choosing a New win 32 consold App vs New win32 App. Is this not the case in VC++ 2005 If I am reading the instruction correctly, only console app's can be developed on VC++ 2005 Running winXP Pro x64 on a AMD64 system as of a week ago ..... still have most of me hair even.... Markus That's only the case in Visual C++ 2005 express, and even then, it's only true if ...Show All
