| Thread | Last Post | Replies |
|
| ComboBox Row Source = Result of DB Query? | 26 Sep 2004 15:56 GMT | 1 |
I have an access database and I want to populate a combo box with the contents of a Table in my access database. What is the best way to do it? I was trying to do it at design time, but not sure if it can be done.
|
| Maintaining and Using App Login details | 26 Sep 2004 15:36 GMT | 2 |
I'm developing an Windows forms based app that will draw data from a SQL Server 2000 system, that is set to use SQL Authentication (i.e. connection string must pass uname:pword). Given that various forms will need to use a SQL connection to generate data
|
| detecting print preview | 26 Sep 2004 15:27 GMT | 1 |
Can I determine (in the PrintDocument::PrintPage method) whether the page is just previed or printed? Thanks Vaclav
|
| Paging in Windows Forms grid control ? | 25 Sep 2004 23:47 GMT | 1 |
Anybody here knows a 3rd-party Windows Forms grid control which supports paging of records ? I found an article on KB showing how to perform pagination on DataGrid (http://support.microsoft.com/default.aspx?scid=kb;EN-US;307710), but this is
|
| normal drag and drop behaviour | 25 Sep 2004 15:52 GMT | 1 |
when i allow drag and drop from/to my textbox, i expect that when i hover over a selected aread, the cursor would turn into an arror, instead of an I-Beam.
|
| capturing windows forms appearence? | 25 Sep 2004 12:53 GMT | 2 |
the print screen button in the keyboard can save what shows in desktop into clipboard (the alt + prtsc does the same thing for the topmost window) i want to see if windows forms' control can save its appearence into a
|
| processing of windows messages during long operation? | 25 Sep 2004 09:50 GMT | 3 |
My code has a long operation to do, and I want to let other windows messages be processed whilst I do that operation. Casting my mind back 10 years, I can't remember the call to do this. Can some one tell me the answer?
|
| Bug? .NET 1.1 SP1 + Nested Groupboxes = Suck | 24 Sep 2004 19:05 GMT | 4 |
Hey all, Is there some bug with WinForms? Since installing the Service Pack for fx1.1, putting a groupbox inside another, when both have their FlatStyle set to System the nested groupbox has its label/title text 'bloated' and
|
| User Control | 24 Sep 2004 18:18 GMT | 1 |
Can I use user controls at windows forms??? if yes... Where I must search about it???
|
| How to: Programactically set the computers clock to the official time? | 24 Sep 2004 16:20 GMT | 1 |
My computer seems to loose seconds from day to day so I would like to have my app download the official time and set my computer's clock. What's the best way to do this? Is there an official time website that offers a library for getting the time? Any thoughts?
|
| Looking for FREE components | 24 Sep 2004 11:14 GMT | 1 |
I am looking for free instrumentation type components for C# .NET. gauges, dials, meters, LEDs, etc. Thanks
|
| how to prevent duplicated in combobox.... | 24 Sep 2004 10:47 GMT | 1 |
How do i prevent duplicated in combobox ? Private Sub ComboBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles ComboBox1.KeyPress If Asc(e.KeyChar) = Keys.Enter Then
|
| theme and scheme | 24 Sep 2004 04:42 GMT | 3 |
My XP desktop theme is set to "Windows XP (Modified)" and the "Appearance" is set as: Windows and buttons: Windows XP style Color scheme: Silver
|
| Sorry if this is oin the wrong place | 23 Sep 2004 19:08 GMT | 2 |
I am not getting any feed back at all. Is this a really stupid question or is it just that knowone has an answer? Hi All, I not sure where to ask this question so I will start here. I have a piece
|
| Object's Form Text or Name? | 23 Sep 2004 19:08 GMT | 2 |
I am trying to figure out how to get an object's Form Name or Text value. If I have a ListView object called LV1, I want it's Parent Name/Text. Using the Parent Object will not do because the ListView may be contained within other objects such as Panels, Groups, or Tab Objects.
|