Answer Questions
Michael Braaldey How to Export Data from Excel Sheet to Access
Iam facing a huge problem here when i try to export the data from excel sheet to an access db, i have worte the code which reads the data from the Excel file into a datagrid but my problem now that i don't know how i can get the data from the datagrid into the access db i have tried to use a select/insert commands to read and fill the data directly to the access db but it didn't work and always gives me an err, so is there anyway to do this ...Show All
moh hassan Updating Properties Window at design-time
I have a control designer that is manipulating my control through the use of a verb on the property window. Everything works fine except for the fact that the property that I am modifying is not updated to its current value until the user& ...Show All
Andrew Whitechapel posted this once and no replies... PLEASE HELP!
Howdy everybody! I was wondering, is it at all possible, to create a Windows Application, install it on two different computers, and using an IP address connect the two computers over the internet, and have one of them save an XML file o ...Show All
Mikkel Rostock Creating an Editable Label
Need to write a custom control to allow in-place editing, similar to that in a word processor, but user could edit ONLY those underlined (or similar specially marked) words in sentences -- not to allow editing the whole sentence or page. Appearance should look like a hyperlinked label, but not to function as a hyperlink. As the user enters longer text than the original, all the text on the right side of it should shift acc ...Show All
Ruiner1111 auto compelete textbox in win forms vb.net
hello all, i am making a form inwhich some key word is typed and searched for. I want that if a key word is typed many times to search for, then it should be saved some where and when first letter is typed next time, the whole word or matching words should start appearing like: if three words (master,member,micro) are searched for frequently, then when type 'm' next time, master,member and micro should start appearing just below the ...Show All
Philip73 FileInfo::CopyTo() behaving badly?
following on from my previous thread, ive encountered a little problem in my app which copies a bunch of files from one location to another. FileInfo::CopyTo() seems to cause problems when its used repeatedly... during copies of large files (>1gb) wi ...Show All
Kishor Kurapati Datagrid Help
I have two tables in a Dataset. One of the tables is called Senders and contains a list of emails sent. Each one of the records has a field called Id_Message and there is another table called Recipients that contains records that have the& ...Show All
Gerald Perry How to Store state of controls on a Form?
Hi All, I will be writing a Windows Forms application with potentially a large number of forms, which each contain text fields, dropdowns and so on. The user will want to be able to open one form, add values to the text controls, change th ...Show All
JonGrigg Binding a Collection to a Listbox
I have this class layout: public class Email { public Email() {} public Email(int emailid, string emailaddress, bool primary) { EmailID = emailid; EmailAddress = emailaddress; Primary = primary; } public int EmailID; public string EmailAddress; public bool Primary; } public class EmailCollection: CollectionBase { ...Show All
Kanga LeRoo bold and underline simultaneously(very very urgent)
hii, i want select a text which is both underline and italics.when i select bold and then italic,then bold disapper and only italic remain.please tell me how to do all the three simultaneously its very urgent ...Show All
SavageE Need help with BGWorker.
I am trying to process some work in the back ground so my UI is not locked up. This is what I have currently: private void btnPHourly_Click( object sender, EventArgs e) { string tempDestination = FileCopier.Properties. Settings .Default.PHourlyPath.ToString(); string tempRemoveable = FileCopier.Properties. Settings .Default.RemoveableDiskPath.ToString(); ValidatePaths( ref tempDestination, ref tempRemoveable); DisableButtons(); ...Show All
Paul A Bristow owner drawn title bars
I want to create a thumbtack icon like visual studio has, anyone ever heard of "ownerdrawn" title bars I also want to create a thumbtack button but not since. you have been able to do it thanks ...Show All
Porko ImageList and Treeview
Anyone know how one might go about using multiple sized images in a treeview control It seems that an Imagelist control only supports one size. I'd like to have parent node icons be 24x24 while the child nodes be 16x16. Any ideas Hi Jpcleve, Thanks for your posting! Based on my research, the TreeView and TreeNode did not have a property to set Image independently. The images is all stored in the Image. ...Show All
Allan Kor binding COmbo Box to database
Hi, I am having trouble populating the Combo Box with the data returned from the Query. Here is my code Can any one please help and tell me what iam doing Wrong: OleDbCommand myCommand = new OleDbCommand("SELECT Name FROM myTable",myConnect ...Show All
Leif J Using Win32 API to get mouse click
Hi, I'm developing a small "colour picker" app in VB.Net to get the colour at a particular pixel anywhere on the screen (ie: not in the form). I understand I have to call the Win32 API to do this, perhaps trapping the WM_LBUTTONDOWN ...Show All
