| Thread | Last Post | Replies |
|
| Tables don't show in drop down of tablestyle in property window of datagrid | 27 Feb 2004 22:51 GMT | 4 |
Ok I'm working on a custom IDE though it's using alot of the same technologies as the VS.Net IDE. I drag and drop the datagrid onto the form (root component) and there is a dataset with tables in the component tray. I then just set the datasource to the dataset and then the ...
|
| Tab Control/Web Browser Control Flicker | 27 Feb 2004 19:06 GMT | 2 |
I have a tab control with a web browser control embedded in the first tab page. Whenever I resize the tab control the tab itself and web browser control flicker like crazy. Is there anyway to eliminate this flicker? Thanks in advance.
|
| Dll Import problem | 27 Feb 2004 15:42 GMT | 1 |
I have a Dll written in C. And I want to Import that Dll into my C# program and use a function in the Dll. In a previous newsgroup article I saw that I may need to wrap the Dll in a C++ .NET class and then use that in my C# application. But when I run my program I get an error
|
| Radiobutton databinding: | 27 Feb 2004 15:37 GMT | 2 |
I have a radio button group which I want to bind to a table column whose value is a string. Based on the string value, I want to checkmark one of the radio buttons. Here is my code in an attempt to do this. But it fails. The events don't even fire. I don't know what I am missing ...
|
| Search for Files with System.IO.DirectoryInfo.GetFiles() | 27 Feb 2004 14:49 GMT | 1 |
I am trying to locate all image files in a particular folder. I use the System.IO.DirectoryInfo to open information about the specific directory. I am then trying to query all of the images in that folder whether the extension be .jpg, gif, or bmp. So far I have not had any luck ...
|
| Controlling program flow in VB.NET | 27 Feb 2004 14:47 GMT | 2 |
I am a beginner in using VB.Net although I do have experience in VB6. It always seems that I have to keep my startup object in memory otherwise the application will just end. Even if I have transfered control to another
|
| Form Properites | 27 Feb 2004 14:20 GMT | 1 |
Is there a possibility to write a properties (or method) to class derived from Form to make a some changes in InitializeComponent() for ALL child: for example add MYFUNCTION to retrieve item Name?
|
| Deployment COM Interop question | 27 Feb 2004 10:55 GMT | 3 |
I have a .NET component which needs to be deployed on the target machine so that It can be exposed to the COM world. On the development machine, the 'register for com interop' setting when set to true, does the trick. When I deploy it on a target machine (I am using Installshield ...
|
| PropertyGrid in UserControl doesn't reflect changes to displayed class | 27 Feb 2004 10:52 GMT | 1 |
Hello. I have a propertygrid in a usercontrol which I have placed on a form. I assign a class to this property grid in the control's constructor and it displays the properties of my class with no problem. I then invoke a method on the control which updates the class displayed in ...
|
| system keys | 27 Feb 2004 09:25 GMT | 5 |
I am creating a control, based on TextBox. How do I filter DEL and other system keys Now I do it by trapping WM_KEYDOWN in WndProc override, but is not there a .NET way Thank you
|
| queueing messages | 27 Feb 2004 08:57 GMT | 2 |
Ok, since I began writing this post, I have figured out the majority of my problem. I started out without a clue about how to use messages in my application (not referring to System.Messaging, but to good old windows messages). I want a Win32 application that runs without a ...
|
| FolderBrowserDialog- No Disk error | 27 Feb 2004 05:48 GMT | 1 |
lately, whenever I call the FolderBRowserDialog (Visual Basic.net 2003) and there is no media in my internal zip drive D:, I get the following eror No Dis There is no disk in the dirve. Please insert a disk into drive \Device\Harddisk1\DR1 I see this is a common error, but I do not ...
|
| Font Class - a big performance eater? | 27 Feb 2004 05:23 GMT | 1 |
I was curious if anybody else noticed this fact. Everytime you use the font class, especially creating multiple instances of the Font class in an iteration, there is a significant performance hit. The way I noticed was due to a bug in my code. I have a list class where each item ...
|
| capturing how a form was closed | 27 Feb 2004 04:50 GMT | 4 |
I have a 2 form application - the first form opens the second form, which allows a user to create a file. The first form then needs to do something based on how the form was closed. how the code looks
|
| Changing the default border color/appearrance of WindowsForms | 27 Feb 2004 03:01 GMT | 1 |
Short of globally changing the appearance of a WindowsForm's border color, appearrance...(like changing the color scheme in Display Properties), is there a way to change simple things like the border color at the application level Michael
|