| Thread | Last Post | Replies |
|
| DataGrid column Freeze in visual basic.Net | 23 Jan 2004 17:21 GMT | 2 |
How can i freeze columns in a datagrid...? I am using a datagrid using data source = an array list which is having DO object.... I want to freeze the columns of datagrid.... tell me the ideas... regards, rajamanickam
|
| Assistance with datagrid required | 23 Jan 2004 17:20 GMT | 7 |
I have a simple SQL query that is executed when a command button is clicked. This populates a datagrid and is working fine. I have three radio buttons on the same form and when one of the radio buttons is CHECKED and the command button is pressed, a different query is
|
| Programm uses 90% of the CPU | 23 Jan 2004 16:59 GMT | 2 |
Hi *, has anynone the same problem or a solution? If my App is minimized it will use about 90% of the cpu after 5 minutes. The App doesn't do anything(like timers or stuff like this).
|
| Crystal Reports Problem: Please reply ASAP | 23 Jan 2004 15:47 GMT | 1 |
I have a Windows application that uses Crystal Reports 9 (bundled Version) developed using VS.NET 2003 on a windows server 2003 m/c. The application has to be deployed on the client machine that has Windows XP installed. Before deploying we make sure that .NET framework 1.1 is
|
| DateTimePicker as ListView sub-item | 23 Jan 2004 15:41 GMT | 1 |
In my MovieScheduler app, I have a listview with a column of "times" (actually, TimeSpan's) (see http://www.dgp.toronto.edu/~jtalbot/moviescheduler -- 2nd screenshot from the top, showing the list of movies). I want to let the user edit those. So
|
| Showing animation on a form | 23 Jan 2004 14:55 GMT | 2 |
How some application shows animation to show if some progress/processing is going on. like especially in the end of some wizard, the application shows animation on a form, animation like we see when copying of files is being done.
|
| Save changes before Close() | 23 Jan 2004 14:19 GMT | 3 |
Following Scenario: I have a Windows.Forms.Form - a user clicks the inherited close-window icon on the title-bar of that form to close it. 1) That already calls Form.Close() - doesn't it?
|
| How To Load Bitmaps | 23 Jan 2004 13:31 GMT | 3 |
I have a C# project, I added 2 bitmap images, 1.bmp and 2.bmp in the project by right clicking and using the add existing item dialog. The bmp files now appear in the solution explorer. My question is, do they get embedded in the assembly? When I use the code as
|
| keypress handling | 23 Jan 2004 13:04 GMT | 2 |
I need to implement keypress handler that works anywhere on a form (actually so long as I am on one of several tab pages on my form which is basically a tab control with 4 pages. Here is the problem - my TabControl.Keypress handler intercepts the keypress only of one of the grids ...
|
| when to call dispose()? | 23 Jan 2004 10:16 GMT | 4 |
I have a form containing controls, a timer, and the EventLog component. I also create some new instances of classes that do not implement idisposable I don't want to leave the tidying up to the GC so... Do I need to explicitly call EventLog.dispose() as in the following snippet?
|
| DataGrid flushing changes to DataSet. | 23 Jan 2004 09:16 GMT | 1 |
I´ve seen around there, that many people have problems forcing the datagrid control to flush the changes to the DataSet. To do so, you only have to invoke the CurrencyManager.EndCurrentEdit() method.
|
| WinForms / ODBC.net security | 23 Jan 2004 08:54 GMT | 3 |
Using the ODBC.net data provider to access dbase V tables. Everything works fine on the develpment system, but I get a security error on the production system (running XP on both, so MDAC=2.7) here's the code block that generates an UNHANDLED sercurity exception. I'm
|
| Plz Help.How recall Measure items when Listbox Resizing | 23 Jan 2004 08:38 GMT | 2 |
Dear Sirs. Plz Help me i send this question in 7th - time. I Use OwnerDraw Method in ListBox Component. All Works Fine But i have problem when i resizing the ListBox Component.
|
| Form lifecycle question.... | 23 Jan 2004 04:28 GMT | 1 |
Assume that you have two forms, Form A and Form B. Code in Form A instantiates and maintains a reference to Form B. Form B contains an event handler for one of the buttons on Form A. This event handler is "wired up" when form B is instantiated, in the Form_Load event.
|
| Problem Updating TextBox | 23 Jan 2004 03:56 GMT | 4 |
I'm writting in VC++.net and my text box is not updating. The gist of my code goes like this, it uses recursion and everything works, but the text box won't update. If I place a Message box to check the string I'm using it the text box then displays the result correctly. void ...
|