| Thread | Last Post | Replies |
|
| Unknown name of a component | 15 Jun 2004 18:08 GMT | 1 |
Hello Developpers, I would like to learn the name of a component and where to obtain it to use at my project's forms. When you open the Task Manager of Windows 2000/XP, etc., you see the CPU Usage History and Memory Usage History on the graphical indicator. This indicator like the ...
|
| can winforms SET a cookie? will this work? | 15 Jun 2004 15:17 GMT | 2 |
When a machine starts up at our org, a batch job runs. In that batch job, I want to call a .NET winforms applicaiton on the network (i'll make it multithreaded). Can't run locally because they don't want the .net framework on everyone's pc.
|
| DataBinding NumericUpDown to an Object Property | 15 Jun 2004 13:05 GMT | 2 |
I am having erratic binding from an object properties to a numericUpDown control. Run the code below and it will be erratic in how it binds to the object properties. Sometimes it will work for 10-15 times in a row, then it doesn't. I have tried hooking Click, Validating, ...
|
| Threads and WinForms | 15 Jun 2004 12:08 GMT | 2 |
I am relatively new to .Net, but I have been programming for some time (longer than I want to admit and in more languages than I want to think about). I have been reading a lot about the use of threads and invoke methods to
|
| Subscribing | 15 Jun 2004 11:57 GMT | 2 |
Salaam Everybody, I created a custom Control using vb.net. this Control has a Logo Property which gets and sets the logo of my control. this logo is actually an image. here is my code:
|
| avoid addition of new row on making datagrid readonly false | 15 Jun 2004 07:08 GMT | 1 |
(Type your message here) hi When i make my datagrid readonly property as false a new row is added.. how to avoid it??
|
| ? Passing parameters to a Windows Form ? | 14 Jun 2004 23:53 GMT | 5 |
Is it possible to pass parameters to a Windows Form the way it can be done with a Web Form. I searched the VS.NET finding nothing. Many thanks in advance.
|
| Programmatically Add Icon to Winform | 14 Jun 2004 20:23 GMT | 2 |
I can add an icon to a winform using the GUI but I cannot do it programmatically. Me.Icon = system.drawing.icon does not work for me. The same icon works well in an imagelist when displayed in a listview in details mode. Thanks
|
| Is there a way to open a windows form from a windows service? | 14 Jun 2004 20:17 GMT | 2 |
I am monitoring certain events with a windows service (derived from System.ServiceProcess.ServiceBase). When a significant event comes up, I'd like to notify the user with a pop-up dialog box or window.
|
| DataGrid sort | 14 Jun 2004 18:38 GMT | 4 |
I need to sort a DataGrid on a specified column without requiring the user to click a column header. How do I do this programmatically? Normally I would set the DataGrid DataSource to default or custom DataView and set the sort property, but in this case the DataSource is a ...
|
| Memory Leak in TreeView when CheckBoxes = True | 14 Jun 2004 15:44 GMT | 2 |
I have noticed a memory leak in the .NET TreeView control when the CheckBoxes property is set to true. It only happens when a treeview is on a form that is loaded and then unloaded. I created a small program to test this where I had a button that loaded a form with a
|
| Selecting data from a data grid | 14 Jun 2004 13:10 GMT | 2 |
I have a data grid, which I have successfully populated. I would like to add the functionality to this data grid, so that the users can scroll through the grid, select a record they would like to "check out" and then double click on the data grid, to populate another form (so ...
|
| Is there a DotNet Reporting package, in place of Crystal Reports? | 14 Jun 2004 12:28 GMT | 3 |
I recall MS was releasing a Reporting package to rival Crystal Reports. Is there one? If so, where can I get info on it? Thanks, Steve
|
| Format(Now, Milliseconds)? | 14 Jun 2004 11:10 GMT | 2 |
Is there a way to format a date like this: Format(Now, "HH:mm:ss.Milliseconds")?? I knwo I can use the Now.Milliseconds-function, but it would be nicer to put it in the Format-function too, but I can't fidn the abreviation for it?
|
| DataView Question | 14 Jun 2004 10:28 GMT | 1 |
code: public void Initialize(short [] A1, string [] A2,short [] A3, short [] A4, short [] A5, short RecNo) {
|