| Thread | Last Post | Replies |
|
| Coping in .NET | 21 Jun 2004 14:44 GMT | 5 |
I have a ListView control with several columns and rows worth of data. What I wantto be able to do is to allow the user to hit copy and it will copy this information to the clipboard. Then I would like the user to be able to open up any of the following application; Excel, ...
|
| 100's of UserControls to dynamically load ... How? | 21 Jun 2004 12:52 GMT | 3 |
Is there are equivalent activity in .NET Windows to MyControl =LoadControl("NamedContol.ascx") ? I need “load”, add to a ControlsCollection a particular UserControl based on a run-time XML stream. For example by picking off attribute: UseVisualControl=”SomeUserControl” There ...
|
| Application .exe AND/OR Static DLL disappears | 21 Jun 2004 12:39 GMT | 1 |
Here is the issue a. We have an exe that is referring to our custom STATIC DLL that is present in the SYSTEM 32 folder. b. Whenever there is SHUT DOWN (ungracefully due to POWER DOWN) and especially when TCP LISTENER WAS WORKING in the windows application (SERVER) following ...
|
| Handling Empty Returns using the DataReader | 21 Jun 2004 12:11 GMT | 1 |
I am getting this error when the DataReader returns a Null Value. "Invalid attempt to read when no data is present." It works fine as long as there is a string. What is the NZ() function in VB.Net? or what would be the best way to handle this?
|
| Tab control | 21 Jun 2004 09:54 GMT | 1 |
How to customize the "Tab head" Appearebce of the Tab Control in .NET, ie i want to changed the buttoned/flat appearence of the tab control to "/--\" shape. Thanks in Advance.
|
| Displaying different font size or font type on DatagridTextboxcolu | 21 Jun 2004 09:26 GMT | 1 |
I'm developer in VB .NET family. I'm using DataGridTextboxColumn class so I need to display different font type, style and size on each cell. Is it posible, How? Thanks, KPH
|
| Problem loading a windows form. Please help. | 20 Jun 2004 20:04 GMT | 3 |
I have created a .net windows form in vb.net and compiled it as a .dll. I then register the .dll with regasm. I then call the form in a vb 6 application using the following code. dim c as object
|
| Best Place To Store Personal Information | 20 Jun 2004 15:21 GMT | 3 |
Hi to All, I'm developing an application in VB .NET. I have a question: what is the best place to save personal settings of my users? I mean, when a user uses my application, it can create a personal profile (e.g. last files opened,
|
| How to find out text size | 20 Jun 2004 14:27 GMT | 2 |
How to find out text width for specific font and text string. I need to dynamically generate labels and set its size property. TIA
|
| location of a control | 20 Jun 2004 13:36 GMT | 5 |
i have button at the left bottom corner of the form whenever i resize the form, i want to the button stay at the same place. does button have property for this doing this?
|
| Problem debugging ActiveX component in Windows Form | 19 Jun 2004 23:23 GMT | 1 |
I've added an ActiveX component to a Windows Form and this seems to be working fine. However, I now need to debug the ActiveX component, but can't step into the component - I can step in the Windows Form code, but can't go into any of
|
| DragOver and DoubleClick Event | 19 Jun 2004 12:06 GMT | 1 |
When I register a DragOver Event handler DoubleClick event is not occuring. Not Only DoubleClick none of the Mouse events are raised. What should I do?
|
| click event on a nested control | 19 Jun 2004 10:24 GMT | 1 |
I have a form that has a bunch of nested controls in it. How do I detect a mouse click on any of those controls in that form? I don't actually care which control receives the click event in this case, just want to know if any part of this form is being clicked on. Obviously I could ...
|
| ListView Control: Can Header Column Colors be changed | 18 Jun 2004 23:48 GMT | 1 |
I have a listview control and default column header colors are black. Can I dynamically set each column header of the listview to a different color? Goal is to have: 1) column headers different colors(i.e column one blue, second column red third column header green etc) 2) can ...
|
| Multithreading and Creating new controls | 18 Jun 2004 23:04 GMT | 4 |
I'm trying to dynamically create a set controls in a Threadpool and then add them to thte Controls collection of a Form (the main thread). The controls seem to be created in the thread an get passed back successfully via an derived EventArgs class, but I get "invalid handle" ...
|