| Thread | Last Post | Replies |
|
| Avoiding circular reference between two forms in separate projects? | 25 Jun 2007 11:22 GMT | 1 |
I currently have a setup that looks like: Project1 -- Form1 Project2
|
| ToolTip with Click Event | 25 Jun 2007 08:32 GMT | 2 |
I use a ToolTip with the Show function e.g. toolTip1.Show("text", button1) Is it possible to catch the Click Event when the user clicks on the ToolTip window? Or is it possible to add one or more buttons to the toolTip?
|
| Writing control properties to xml | 25 Jun 2007 08:27 GMT | 1 |
I am trying to right all control properties on my form to an xml file. My complete VB code so far is given at the end below. I have two problems currently. 1. On the line PropValue = Prop.GetValue(Ctrl) I get the error "Conversion
|
| Writing/reading control properties to a file | 25 Jun 2007 08:20 GMT | 6 |
I am trying to save settings of controls on my form to a file so I can read them back later and recreate the controls on the form. I have figured out how to go through all controls and get their properties (see code below). What I am not sure is; how and what type of file format ...
|
| Updating Form Controls from Separate Worker Thread - Must all code be in the same source file? | 24 Jun 2007 02:25 GMT | 3 |
I have a small problem that's keeping my up late....very late... It's the standard updating the controls on a windows form from a separate worker thread problem. I create a simple form in VB with a Start button (to start the worker
|
| Accessing form control in separate thread. | 22 Jun 2007 14:57 GMT | 6 |
I have a Windows Forms application with a ProgressBar control on a form. In that form, I create a new process to run another program. I register an event handler for the Exited() event. I start the progressbar scrolling (Marquee) and start the process.
|
| How to use the editor attribute? | 22 Jun 2007 09:21 GMT | 1 |
Dear Sir, Please I need help on how to use the editor attribute. I am trying to learn how to create User Controls. I created a UserControl using VB.NET that contine a treeview control. I want to expose the treeview nodes collection
|
| My first C# project | 22 Jun 2007 00:01 GMT | 12 |
I've written my first real C# program. I am posting this here, because I would like your opinion. Is it good, bad, where can I improve etc.? The project is a simple calculator, I've got the basics working and I'll probably extend its functionality with a filelogger and
|
| How to disable a WebBrowser control on a window? | 21 Jun 2007 23:08 GMT | 2 |
Windows.Forms application with .NET 2.0. I have a need to disable user interaction with the WebBrowser control on a form while another thread runs to completion. But the "enabled" property on this control is not implemented according to documentation.
|
| Adobe Flex vs. .NET WinForms | 21 Jun 2007 15:20 GMT | 11 |
Guys, I've been designing applications for the financial services industry using MSFT technologies for many years (Win32 API, MFC, and now .NET WinForms). All applications are Internet-based, with a "thick client" which makes calls
|
| Printer status and monitoring (WMI , SNMP) | 21 Jun 2007 10:38 GMT | 3 |
I'm using VB.NET 2005 (with a little c#) Before printing a document my app need to know if the printer is functioning. A paper jam, low on toner etc could have knocked the printer out. I'm trying two approached to this: WMI and SNMP.
|
| Question on access modifiers | 20 Jun 2007 23:19 GMT | 1 |
Lets say I have this class definition: public class Class1 { private int _privInt = 2;
|
| Deleting and creating controls via code | 20 Jun 2007 20:25 GMT | 1 |
Is it possible to enumerate all controls on a form and then save the info in an xml file via code? Is it possible to reverse the process i.e. read info from and xml and recreate all controls on a blank form? I am just trying to find a way to cerate "templates" so users can choose ...
|
| Question about Use and formatting of URLs within a RichTextBox | 20 Jun 2007 17:33 GMT | 2 |
I would like to copy a url to a richtextbox on a form. This particular url is actually a link to a jpeg sitting on a windows server. I have set the box's DetectURLs property to true. To make matters more complicated, this url has spaces in it.
|
| Desperate! "Parameter must be of type Image" | 20 Jun 2007 15:27 GMT | 2 |
I am really frustrated with this.. I have been trying to sort this for 2 days now. Please help! I am currently porting a .NET 1.1 project to 2.0 this a cf project which gets images dynamically from a resource file.
|