| Thread | Last Post | Replies |
|
| ShowDialog() problems | 15 Oct 2004 11:09 GMT | 1 |
In efforts to upgrade dev environment to VS.Net 2003 w/FW 1.1, I have done the following: On a new computer (leaving old environment alone): -Installed the SourceSafe Client (with NetSetup)
|
| Urgent Help on converting vb6 chr$() to C# | 15 Oct 2004 10:13 GMT | 1 |
I'm using VB6 need to convert to C# for printing. In VB6 I will send some printer command into the printer as below:- Printer.Print "TESTING LINE 1" Printer.Print "TESTING LINE 2"
|
| DataBind a datagrid to a dataset in another thread. | 15 Oct 2004 10:09 GMT | 2 |
Is there a way to databind multiple datagrids (each one belong to a different form) to one dataset? The dataset is a static member to a class and belongs to different thread than the above datagrids.
|
| How to change the height of the main menu bar? | 15 Oct 2004 01:58 GMT | 12 |
I am developing a Windows Forms application using VS.NET and C#. It is using the MDI style interface. See earlier posting "How to change the font of the main menu in application window?" started 9/28/2004 in this discussion group.
|
| Tab Control Question | 14 Oct 2004 22:29 GMT | 6 |
I use tabs quite a bit in my application. I need to be able to highlight or change the background color of not the tab sheet but the tab button or tab buttons. Is there anyway to do this or is there a third party managed code component with this feature.
|
| Showing a UITypeEditor at Run-time | 14 Oct 2004 22:06 GMT | 1 |
How can I get a custom UITypeEditor to show up in the PropertyGrid at runtime? The examples out there all seem to work at design time inside Visual Studio, but if you put a PropertyGrid control on your form and set
|
| tabPage.Focus() doesn't work? | 14 Oct 2004 21:56 GMT | 3 |
I have a TabControl in a WinForm witn two tabs. At some point I want to switch focus from the first TabPage to the second TabPage. The documentation says that any control (which seems to be the case for the
|
| Main Menu | 14 Oct 2004 21:14 GMT | 5 |
I have a main menu on a vb form. I have on the menu Exit Crtl+X. How do I code this so I can close it on ctrl+x.
|
| Application with multiple windows forms | 14 Oct 2004 17:55 GMT | 4 |
I am developing a windows application which has multiple forms. I need to pass data betwwen forms. example:If i have form1,form2,form3,form4 1)I am passing data from form1 to form2 and in form2 i use the passed in
|
| Question about WinForms Timers and calling Control.invoke | 14 Oct 2004 17:06 GMT | 1 |
I have read a few messages concerning the use of windows timers and have some questions concerning them. One of the messages hat I read stated that timers are called on a separate thread. If this is true, is it necessary to call Invoke when accessing forms controls within the ...
|
| MIME Settings | 14 Oct 2004 16:37 GMT | 2 |
I have created a virtual directory inside my web service from which I wish to download files to my client applications using http and webrequest. All my files are compressed files and that is how I wish the client application to receive them. I note that there is a MIME type ...
|
| DataGrid - Not allowing additions? | 14 Oct 2004 15:33 GMT | 1 |
Is there any way to stop users from being able to add new rows to my datagrid while still letting them edit existing rows?
|
| Transferring data from client to web server | 14 Oct 2004 14:29 GMT | 1 |
I use compress byte arrays for sending data from my client applications to my web service. It has always confused me when folks talk about converting byte arrays to base 64 since I have never found this necessary. Can someone please explain to me the difference between sending ...
|
| Autocomplete combobox with dropdownstyle set to dropdownlist | 14 Oct 2004 14:23 GMT | 3 |
I have seen many autocomplete comboboxes but with dropdownstyle set to dropdown. But i want an autocomplete combobox with dropdownstle set to DropDownList. Any help will be appreciated.
|
| StatusBar Text not updating | 14 Oct 2004 14:19 GMT | 1 |
I have these two lines of code in an event handler: statusBar1.Text = e.msg; System.Diagnostics.Debug.WriteLine(e.msg); For the first twothousand or so events both lines work, but after a
|