| Thread | Last Post | Replies |
|
| Datetimepicker in a datagrid | 08 Sep 2004 21:54 GMT | 1 |
Can anyone point me to a sample of a datagrid that contains a column style with a datetimepicker control in it? thanks!
|
| MergeType + MergeOder problem | 08 Sep 2004 16:12 GMT | 1 |
I'm currently developping a windowsForms prg in C#. My main form (MDI form) include ? MainMenu with the following menuitem text - name - mergetype - mergeorder File - mnuFile - MergeItems - 0
|
| Dynamic Form or place holder? | 08 Sep 2004 14:12 GMT | 1 |
I want to create a Winamp Preferences like forms.( it's a form contains a list box on the left, a sperator and a free space on right, each item in list box shows up a form in the right side. ) are they dynamic forms or there is a place holder or something to load
|
| COOKIES HELP Please | 08 Sep 2004 13:09 GMT | 1 |
Can anyone give an example of how to create a cookie store data in it and read it out again from windows forms??? Thanks in Advance.
|
| Virtual Monitor in VB.Net? | 08 Sep 2004 12:36 GMT | 16 |
Is it possible to emulate a monitor (create a virtual monitor) using vb.net? Any code snippets or pointers to helpful articles would be very much appreciated.
|
| Clipboard Question | 08 Sep 2004 11:52 GMT | 4 |
Hi, Group I need transfer a listView.Item's data control to Windows Clipboard for retrive in MS-Excel or another program. Some Idea , some code, may be WEB site which advisor will be wellcome.
|
| Detect Form Closing | 08 Sep 2004 09:52 GMT | 4 |
I have a main form that is open by using: Application.Run(New fFormCriteria) And then I have a form that runs invisible that is open by using: Dim myForm As New fVersionTimer
|
| where is ip address control? | 08 Sep 2004 09:27 GMT | 1 |
vs.net 2003, vc.net project, i want to add a ip address control on my form, but...where is it?
|
| ControlDesigner.GetHitTest Method | 08 Sep 2004 07:45 GMT | 1 |
MSDN describes the ControlDesigner.GetHitTest Method as: Indicates whether a mouse click at the specified point should be handled by the control. How exactly is this method used? Is this a method checked from the designer
|
| Label Alignment | 08 Sep 2004 01:58 GMT | 3 |
I'm having trouble getting all my labels to properly align on a form. In VB6, I used to be able to align all the labels and they would display aligned to the right/left as I expected them to. However, in VS 2003 the labels don't seem to want to align properly. I
|
| panel autoscroll problem | 07 Sep 2004 23:08 GMT | 5 |
I have a problem with a graphic error that shows up when scrolling a picturebox within a panel which AutoScroll property is set to true. As until now nobody could help me and I didn?t find anything suspicious by myself it has to be a bug in .NET ;-)
|
| Called A Function in Array Of MDI Child Forms | 07 Sep 2004 22:58 GMT | 3 |
I have a bunch of mdi child forms and I use a collection for which forms are opened. I would like to call a public function in the open forms called ChangeFormat, but I am getting the following error: 'ChangeFormat' is not a member of 'System.Windows.Forms.Form'.
|
| Windows Form Locking up | 07 Sep 2004 20:59 GMT | 2 |
I have developed a rather large application and am running into a bug that causes the application to lock up. No exception is ever thrown, it just simply refuses to take input. The only thing that you can do to the Form is double click the title bar to restore/maximize the window ...
|
| CODEDOM | 07 Sep 2004 18:25 GMT | 1 |
I am working on a dynamic code generation tool and I have run into a problem. When I add the declaration statement for a control, I cannot find how to make it add the "WithEvents" to the declaration thereby not surfacing any events when you pull the result file into the IDE. I am
|
| hide row selector on datagrid | 07 Sep 2004 18:12 GMT | 1 |
there is an initial column on a datagrid that I call a row selector. It is essentially a column with a triangle pointing to the right and you can select the entire row by clicking on it..... is there anyway to hide the row selector on a datagrid?
|