| Thread | Last Post | Replies |
|
| possible listbox BeginUpdate() / EndUpdate() bug? | 24 Sep 2003 10:15 GMT | 1 |
I have the following code which lodes names of wordtemplates into my .NET windowsforms app: -- //lsbTemplate.BeginUpdate();
|
| Any smart client gurus?? | 24 Sep 2003 10:06 GMT | 3 |
Working on developing a smart client application and I am trying to get past one nasty stumbling block. Hoping someone with previous smart client deployment experience can steer me in the right direction. My problem is as follows:
|
| data grids - determine when we have scrolled down | 24 Sep 2003 09:46 GMT | 1 |
I need to determine when the user has scrolled down a data-grid with the up/down arrow so that I can trigger a method to run using the data in the first column of the selected row in the grid.
|
| Application Structure | 24 Sep 2003 09:33 GMT | 1 |
I am working on an application that has several modules. Each module is represented by an icon on an outlook like list bar on the left. I want users to be able to select modules at installation and in the installed app the listbar icons should reflect the modules installed. The ...
|
| Server.MapPath in windows forms? | 24 Sep 2003 09:12 GMT | 5 |
I'm developing a windows application and I want to load an XML schema into a DataSet. In ASP.net I would use: DS.ReadXMLSchema(Server.MapPath("file.xsd")); But this doesn't seem to work in a windows app. Which is the counterpart
|
| Limiting an exe to one instance | 24 Sep 2003 07:14 GMT | 4 |
Is there an easy way to limit an exe in a directory from executing more than one instance?
|
| Column order when binding DataGrid with typed collection | 24 Sep 2003 05:30 GMT | 1 |
I need help for setting the order of columns in a DataGrid populated by binding it with a fixed-type collection of custom objects. Actually I don´t even know where to start.
|
| HOWTO: Create a new Control and not have VS.NET set the Properties when Dragged onto Form | 24 Sep 2003 02:06 GMT | 10 |
I have a control that extends UserControl I have added a few properties to this control [ Category("Skinning"),
|
| Saving webpage graphics with code | 24 Sep 2003 02:01 GMT | 3 |
I am creating a data harvesting application with VB.NET that parses information from the HTML of web pages. Part of the information to be collected is in the form of images. The parsing of the text from the HTML was a chore
|
| Winform Automatic Resizing | 24 Sep 2003 01:12 GMT | 4 |
I put a picture box in the center (fill) of a form and put a toolbar at the bottom. a picture will be loaded @ run time I can get the form resized automatically.
|
| How to create Multiple fields in a ListBox | 24 Sep 2003 00:40 GMT | 3 |
I have a class derived from CollectionBase. I would like to display the fields in the collection in the ListBox. The class has 4 fields of type boolean, boolean, string, string and I would like to display the booleans as check marks ( x = check mark). The output looking like:
|
| GUI similar to Visual Studio .NET | 24 Sep 2003 00:22 GMT | 1 |
Dear Everybody, I am designing the editor which has very similar GUI to Visual Studio.NET.(Main menu, toolbar, toolbox, Solution Explorer, properties, Editing area, etc).
|
| VS .NET Enterprise Architect 2002 or 2003 ? | 23 Sep 2003 23:54 GMT | 11 |
Just a question about VS .NET Enterprise Architect 2002 vs. VS .NET Enterprise Architect 2003. We have an app built in VS .NET Enterprise Architect 2002 now. We're trying to make a choice to upgrade or not. But besides the other
|
| set focus | 23 Sep 2003 23:34 GMT | 2 |
vb.net windows form I have a vb.net using a command button to open an external program using the system.Diagnostics.Process.Start
|
| Simple event question.... | 23 Sep 2003 22:35 GMT | 3 |
Is it possible to determine whether a SelectIndexChanged event was caused by a user making a selection or something changing in the DataSet to which it is connected? I checked e:EventArgs and sender:Object, but e is empty and I don't see anything helpful in
|