| Thread | Last Post | Replies |
|
| winform constructor | 07 Aug 2004 11:31 GMT | 1 |
Can a winform have 2 overloaded constructors? Thanks ushas
|
| Frustration.. | 07 Aug 2004 02:54 GMT | 4 |
Bitmap.MakeTransparent( ) causes some really wild graphical anomalies. This must me a bug. Does anyone know a work-around? Can anyone shed some light on this issue? To see this in action just do the following:
|
| ExecuteCommand on Windows Service | 06 Aug 2004 23:02 GMT | 1 |
I have a windows forms app that interacts with a windows service that I made. My windows forms app can iteract with the windows service well. It can start & stop the service, etc.
|
| Owner-Drawn Buttons in C# | 06 Aug 2004 18:23 GMT | 8 |
I need a button control that will allow me to display mutiple icons/bitmaps simultaneously. Say for example you had a standard Forms.Button with text "Device 1" and you need to display
|
| How do I simulate a tab event in code? | 06 Aug 2004 16:34 GMT | 3 |
I would like to trap TextChanged events and validate them for correct values from values coming in from a pen panel. If the values are valid, I want to automatically tab to the next control. But.... How do I raise the tab event in software?
|
| Hosting Windows Forms Controls in IE & Compression | 06 Aug 2004 16:33 GMT | 6 |
I am writing an application where I am hosting a control I created in IE. Everything seems to work ok (aside from the minor security glitches here and there) but it seems to take a very long time to navigate to and from the page containing the custom control, even after it has been ...
|
| Consuming Returned Data in a WindowsForm App from a web service | 06 Aug 2004 15:31 GMT | 5 |
I have a weather web service, if I do the following I get the data return OK as XML... Dim WeatherData As New weather.WeatherInfo.GlobalWeather Debug.WriteLine(WeatherData.GetCitiesByCountry("United Kingdom"))
|
| Directory Selection Dialog | 06 Aug 2004 15:27 GMT | 1 |
How do I invoke the standard windows dialog which allows the user to browse the filing system and choose a directory or a file ?
|
| keyboard input | 06 Aug 2004 15:01 GMT | 1 |
Im working on a a control that is kind of console, with three richtextboxes, two of them readonly for output and the other one, for input data, My problem is that whem some of the readonly have the input focus and the user press a key, I want the input focus and the key on the ...
|
| How do I trigger a mouse click? | 06 Aug 2004 14:57 GMT | 1 |
I'm trying to generate a VB.NET code to trigger/make a mouse click. Can someone write me a sample code to do that? It'd also help me if you knew how to trigger a right mouse button click. Thank you!
|
| ListView control | 06 Aug 2004 14:44 GMT | 3 |
I need to display multiple items, each has a textual description, icon and enable multiple selection. So far the ListView control seems to be the ideal control to use. However, another requirement is that some of the items will have a checkbox
|
| Netadvantage Ultracombo & date time problem | 06 Aug 2004 14:00 GMT | 4 |
I have this application that I am fighting with for days now. Here is the whole project; www.infovis.biz/tasks.zip. Please run and press the new task button to see what I mean. Much of the code is either form taskvision or infragistics samples btw and requires netadvantage 2004 vol2 ...
|
| performance problerm with custom control | 06 Aug 2004 07:54 GMT | 1 |
I have a custom control A, that has two text fields and a datagrid object. the datagrid is populated within the control, quering the information from the database at the time of construction. Now I have a Form, with a tabbed control, let's name it B. On the object B we need to ...
|
| DataGrid array | 06 Aug 2004 04:47 GMT | 2 |
I have an array of DataGrid classes. Each DataGrid in the array needs to handle the SizeChanged event. How do I dynamically accomplish this using vb.net? In other words, how do I programmatically set a handler for each DataGrid in the array?
|
| Find the DotNet Directory | 05 Aug 2004 22:14 GMT | 3 |
How do I programmatically find the most recent DotNet Directory on the machine of the app that's running? Is there a variable/method/property?
|