| Thread | Last Post | Replies |
|
| Autocomplete with custom filter behaviour | 14 Feb 2008 03:26 GMT | 2 |
I'd like to have a textbox column in a DataGridView with autocomplete functionality, but the default behaviour (get with AutoCompleteMode, AutoCompleteSource and AutoCompleteCustomSource properties) filters the items from the initial letters (e.g. if I press 'A', in the ...
|
| newlines in textbox | 13 Feb 2008 20:42 GMT | 4 |
I am using a TextBox as my status display and "\n" doesn't work. What would I use to go to the next line in a TextBox. I am doing something like: Status.Text += String.Format("Opening
|
| Can't see textbox control | 13 Feb 2008 18:26 GMT | 1 |
This makes not sense at all. I created a textbox on my screen and set the name property to "Status". If I double click on the textbox, it goes to the code page and shows: private void Status_TextChanged(object sender, EventArgs e)
|
| Minimize + NotifyIcon | 13 Feb 2008 15:31 GMT | 1 |
Thanks in advance for any assistance. I'm developing a "panic button" application where the user single clicks on a notify icon to activate a window, then clicks on a button to send a broadcast to connected clients, then I minimize the form to
|
| Create/Send Office Outlook Email | 13 Feb 2008 14:15 GMT | 6 |
I've got some forms that our internal application has generated, and our departments want the ability to email these reports to others. Whenever I create HTML pages, I can display them quickly using: Process.Start("IExplore.exe", m_strPhoneFile); // C#
|
| Wpf Browser Application and resources | 13 Feb 2008 10:05 GMT | 1 |
Hi ... i develop now Wpf Browser Application ... now i have very ease web app ... i have only 1 page wit h 2 buttons .... in resources added file languages.xml
|
| Single instance app | 13 Feb 2008 00:44 GMT | 7 |
Is there a way to ensure that an app is only run once and if it is run twice it terminates? Thanks Regards
|
| laoding data from csv file | 12 Feb 2008 17:33 GMT | 2 |
I've a requirement to load the data froma csv file to sql server table programaticlly.. I'm working with .net 1.1..so i can't use sqlbulkcopy concept.. which is the best approach to load the daat wrt performance...
|
| KeyEventArgs | 12 Feb 2008 16:35 GMT | 3 |
I know how to capture keys when I am focused on a textbox. I would like to capture a help key, such as Alt+1, when my focus is on a arbitrary point on my windows form. How do I do that? --
|
| .sdf? | 12 Feb 2008 14:29 GMT | 1 |
I just tried something in VS.Net 2008 that gave me a little surprise (using SQL Server 2005) I've had previous 2005 projects, in which I've added a new database to the project, and it gave me a .mdf file,
|
| datetime help | 12 Feb 2008 13:03 GMT | 1 |
I've need some info regarding datetime conversions.. I've a string in the below format'"dd/mm/yyyy"..I want it to be converted to Datetime object with the date format as "mm/dd/yyyy" I've used the below code..
|
| How to set/find/compute the perfect size of a form? | 12 Feb 2008 12:44 GMT | 2 |
Hi group, I have a problem with setting the size of a form. Setting some (hard coded) size in pixels (width/height) works of course. The question I always had is: How can I determine the perfect size for my form? With
|
| do you drink/use your own pee/urine for health/peace/memory improvement | 12 Feb 2008 11:19 GMT | 4 |
---------- Forwarded message ---------- From: Erach <erach27@gmail.com> Date: Feb 11, 2008 2:38 PM Subject: Re: ghee-water-sugar therapy butter-water-sugar therapy
|
| How to change forms title color and it's font.. | 12 Feb 2008 06:33 GMT | 1 |
IS there any way to change the forms title color and font type to some other color and font type? (vs2005)
|
| Microsoft XP Pro 64 Bit..Title Bar is gone.. How to fix without re | 11 Feb 2008 15:51 GMT | 1 |
Microsoft XP Pro 64 Bit Title Bar is missing. I have no Minimize, Maximize and close option. On a Maximized page for Internet Explorer, the Title Bar is black above the: website, locked site, refresh icon.
|