| Thread | Last Post | Replies |
|
| Prevent form loosing focus | 16 Aug 2006 14:38 GMT | 3 |
How can I get that my form always have focus? TIA Drasko
|
| Windows App Freezing | 16 Aug 2006 12:14 GMT | 1 |
I have a muti-threaded windows app that creates child forms in a separate thread which then invoke a delegate on the MDI parent form. I have put all time-consuming tasks on separate background workers like running stored proc, poppulating data grid, etc. I am running VB.Net 2005 ...
|
| NumericUpDown select contents | 16 Aug 2006 10:35 GMT | 2 |
I am having a hard time trying to select thet contents of a NumericUpDown control when it gets focus. When the control gets focus I want all the contents to be selected so that the user would per default overwrite it when she enters data.
|
| Urgent Help - SMTP mail | 16 Aug 2006 08:10 GMT | 2 |
I have created the send mail application in console application of c#.net 1. When I set my smtp server as some ip address which is a smtp server and when the smtp runs in my local machine where my exe resides, the mail is sent perfectly.
|
| Customizing the WebBrowser control | 15 Aug 2006 18:24 GMT | 2 |
I am embeding the WebBrowser in my application to show reports. I would like to embed the graphics and the CSS files in a resource. To do this I need to "hook" the WebBrowser control so that when it goes looking for these files, I can give it the files from the resource.
|
| Context menus on TextBox and RichTextBox | 15 Aug 2006 18:03 GMT | 1 |
I am using a RichTextBox and I would like to have the standard context menu (RightClick menu) that the standard TextBox control has (i.e. if you use TextBox instead of RichTextBox, there is a standard context menu with Cut, Copy, Paste and few other selections right out of the
|
| Creating a Windows App version of a Web App | 15 Aug 2006 08:49 GMT | 1 |
I have a fully functional web app that I created in Visual Studio 2003. I've even managed to translate it to a functional working 2005 version. What are the best steps to creating a Windows based form version in a manner that I can preserve a lot of the routines that I have ...
|
| message queue | 15 Aug 2006 04:48 GMT | 6 |
Here is my problem: I have a control that does one thing when it is clicked and something else when it is double clicked. However the click event is always fired before the double click event. Is there any way I can look at the message queue for this
|
| Treenode - line through it | 14 Aug 2006 22:01 GMT | 1 |
I have a situation where there is stuff in the database that I want to display but make sure the user know's it's been disabled. Ideally I'd like to draw a line through the item. Is there a way to do this?
|
| Question about SizeDataGridColumnToContent function... | 14 Aug 2006 17:59 GMT | 1 |
Using C# string xmlfile = "appsettings.xml"; DataSet ds_login = new DataSet(); ds_login.ReadXml(xmlfile);
|
| How to unescape HTML string | 14 Aug 2006 11:42 GMT | 3 |
I have a simple question, is there an easy way in .NET to unescape HTML characters? for example I have a string "Siebel Analytics Sr Consultant-"Partner w/ Deloitte & have
|
| Click event getting lost during ColumnChanging event if modal dial | 14 Aug 2006 09:25 GMT | 4 |
Click event getting lost during ColumnChanging event if modal dialog displayed I am using VS2005 I have a situation as follows: I have a handler for DataColumnChangeEvent ColumnChanging.
|
| Hide form from Alt-Tab when first run | 14 Aug 2006 08:24 GMT | 9 |
I would like to start a VB.Net 2.0 app minimised to the tray area. I use the NotifyIcon component, set the form to start minimised by adding this to the form.load event Me.WindowState = FormWindowState.Minimized
|
| TopMost - affects realtime? | 12 Aug 2006 14:42 GMT | 1 |
Suppose I have a form that loads with TopMost = True. If I change the form to TopMost = False will it immediately affect the form -- in other words is TopMost dynamic? The reason I ask is that I want to disable TopMost when I'm displaying a Msgbox (otherwise the message box ...
|
| Language toolbar | 12 Aug 2006 14:34 GMT | 1 |
Each time I log on to windows, the language Toolbar is on the taskbar; and every time I log on, I remove it. How can I get it to stay off?
|