| Thread | Last Post | Replies |
|
| newbie: removing node from treeview | 15 Sep 2003 22:25 GMT | 1 |
This must really be a stupid question, but after banging my head against it for a few hours I'll just have to ask it. I've got a context menu attached to a treeview with a menu
|
| I am looking for a list of switches for the RichTextBox | 15 Sep 2003 22:10 GMT | 1 |
I am interested in finding a list of switches for the RichTextBox. I was hoping that microsoft would have a change of heart and make things a little easier to find, but alas they have stayed firm with their cavalier
|
| dotnetfx.net | 15 Sep 2003 22:07 GMT | 1 |
I tried to make a distributable application and got the message "...no dotnetfx.net...". What is this, do I need it, and where can I get it? Thanks,
|
| How can I stop a form from being loaded? | 15 Sep 2003 22:05 GMT | 2 |
Does anyone know how to stop a form from being loaded while in the load routine. I am wanting to stop the load and go back to the form that called it if a file does not exist at that exact moment in time. Due to timing, I can't check for the file to exist on the previous form ...
|
| Margin for Listbox | 15 Sep 2003 21:53 GMT | 1 |
Hai all I want the items inside the list box to be displayed little offset to the left and bottom corners ..how do i achieve it ? Regards,
|
| Context Menu won't go away. | 15 Sep 2003 20:18 GMT | 4 |
On 2 of the 3 context menu selections, I show a new form, and the context menu disappears. But one of the selections just causes the parent form to refresh itself and the menu stays active. How do I hide it programmatically?
|
| Befuddled about SendKey | 15 Sep 2003 19:47 GMT | 3 |
I'm trying to use System.Windows.Forms.SendKeys.Send({UP}) to programmatically send an up arrow keystroke to my application. According to the .NET Framework class library documentation, this is the correct syntax (i.e.
|
| MDI childforms and gripping | 15 Sep 2003 15:19 GMT | 5 |
I have a problem with MID child forms which has a statusbar of its own but the gripping part of the form does not respond to the mouse grip actions. Only the form border can be clicked and dragged.
|
| Caret on left side of selected text in textbox | 15 Sep 2003 14:35 GMT | 6 |
how can select some text in the textbox, but have the caret on the LEFT side of the selection? You can do that with the mouse by drawing the mouse cursor from right to left over some text. But how can it be done programmatically? I played around with textbox.SelectionStart and ...
|
| what specific advantages over webforms are there? | 15 Sep 2003 14:30 GMT | 4 |
If I wanted to razzle dazzle a client with a Windows Form to show them its advantage over a Web or HTML based form as I might create in asp.net, what kind of properties or methods should I be looking at? What kind of look and feel? Is there a link to a reference that I could go to ...
|
| Anchoring forms | 15 Sep 2003 13:09 GMT | 2 |
Is there a way of anchoring one's window form in/on the middle of your desktop. Or should I say not enabling the user to move the form after start-up of the application?? I am using C#.NET for windows form programming.
|
| MS Project Experts attention please! | 15 Sep 2003 12:33 GMT | 1 |
Dear friends: Do you know how to change working time(under Tool menu) in MS Project by C#? I open a project file in C#. I got MSProject.Application and MSProject.Project objects. Now I want to use them to change work time, like set 25-Dec-03 as a non-working day. Do you know how ...
|
| Print Form as is. | 15 Sep 2003 12:27 GMT | 2 |
Dear Sirs, How can I print a windows form as is with VB.NET. Regards, Yahya
|
| GDI+ and Graphics.GetHdc errors | 15 Sep 2003 12:19 GMT | 9 |
I am having a huge problem with using the GetHdc method of various graphics objects in various user defined controls. I am constantly getting an 'invalid paramter used' error on my main thread in TOTALY RANDOM scenarios. I have been trying to debug this for weeks...
|
| how to a refernce to a control dynamically | 15 Sep 2003 09:07 GMT | 3 |
I'm trying to achieve something like this: <codesnipet> Label label; string labelref = "labelName";
|