HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (WinForms) microsoft.public.dotnet.framework.windowsforms


Discuss in the Dotnet Framework (WinForms) forum.



Post New Thread
Threads in Forum : Dotnet Framework (WinForms) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hi, I am having a TreeNode which represents my TreeView. How can I sort it simply? Anyone an idea? Regards, O.P.
Olaf Pokorny
08-24-2004 06:37 AM
Olaf Pokorny Go to last post
1 12
Hi All, I have created a vb.net application setup. The setup creates a short cut of the application in the desktop. When i run my vb.net setup in...
Anand
08-24-2004 06:09 AM
Anand Go to last post
1 11
Dear All, I am trying to pass a Window Handle to a Win32 dll function...but I sometimes get NullReferenceException...this is usually the first time I...
AT
08-24-2004 04:50 AM
Claes Bergefall Go to last post
3 19
Greetings, I need to create a lot of instances of WebBrowsers (let's try 100) and store that in a WebBrowser array according my following code, using...
zorhel
08-24-2004 04:39 AM
AT Go to last post
2 12
Hello everyone, I have the following ListBox that I populate from a DataView and do the Databinding as follows: myDataView =...
mzam
08-24-2004 02:33 AM
mzam Go to last post
3 14
MSDN has the following description about the DefaultSize property: The DefaultSize property represents the Size of the control when it is initially...
Joey Callisay
08-24-2004 01:38 AM
Joey Callisay Go to last post
0 18
My app creates muti-thread and the status of each thread are shown on a datagrid. I got following error message. from Application.Run(new...
GoodMorningSky
08-23-2004 09:13 PM
Jon Skeet [C# MVP] Go to last post
1 9
I'm having an unusual problem in an MDI application I'm working on. It seems that when one MDI child is active, pressing keyboard accelerator...
Eric Guthmann
08-23-2004 05:15 PM
Erik Petersen Go to last post
7 8
We have a time critical smart client application running on Windows 2000/XP systems. Is there any reliable service that would help in syncing the...
arcvonz
08-23-2004 05:01 PM
AT Go to last post
2 12
I have a base form that has a toolbar on it. I subclass the form and create a form called CustomerForm. In the base form I have a Select Case in...
William Gower
08-23-2004 05:00 PM
AT Go to last post
1 13
How can I override the environment style(Classic,XP, e.t.c)???? I need my application to use Windows Classic no matter what is the default on the...
Chris Calhoun
08-23-2004 12:34 PM
Chris Calhoun Go to last post
0 19
I working with an MDI application. This application has many child form which have common menu operations. For example ChildFormA supports...
Bob Rundle
08-23-2004 12:16 PM
Lateralus [MCAD.Net] Go to last post
6 13
This is how your hookproc should look like, please note that I am pasting just the proc here. I have defined the constants and imports in same...
saurabh
08-23-2004 11:14 AM
saurabh Go to last post
0 15
you can directly do something like this : Message msg...
saurabh
08-23-2004 11:07 AM
saurabh Go to last post
0 11
It will work. As I had said, there are limitations to it. For example, If you have a drop down combo on your modeless form, the tab key will work...
Imran Koradia
08-23-2004 10:53 AM
saurabh Go to last post
2 20
How can I control or determine the context for a Validating event on a TabControl page? I display a form that has a list of elements I can select,...
Ken Allen
08-23-2004 10:37 AM
Ken Allen Go to last post
0 17
I have an application where I have to store papersource settings for different printers. I'm reading the papersources like this: Dim pk As New...
Tosch
08-23-2004 08:23 AM
Tosch Go to last post
0 15
Dear All, I am facing a problem while displaying data read from two COM ports. I read two serial ports and update the data read in a text box in two...
Ram
08-23-2004 07:46 AM
Russ Gray Go to last post
2 22
Hi, I call up a modeless form (popup form) from another form, I wanted the popup form to close if itself when lost focus. Tried to use...
jjj
08-23-2004 07:18 AM
jjj Go to last post
4 16
I have developed a Windows Application using C#. I dont want multiple instances of my application to run. How to achieve this.. -- Sezhman
Sezhman
08-23-2004 05:43 AM
Jon Skeet [C# MVP] Go to last post
2 22
Hello, Hopefully this is a simple question: I have a Form with a Button and that button has a "Click" event handler. The button is marked as...
Steve
08-23-2004 05:23 AM
AT Go to last post
6 12
I have this 3 boolean properties for my base form which defines whether it uses 3 controls. Efficiency wise, the three controls should only be...
Joey Callisay
08-23-2004 04:43 AM
Joey Callisay Go to last post
0 12
I have a one form application to import selected data from an Access Database to a SQL Database. The idea is to be able to eventually schedule the...
Paul Say
08-23-2004 04:01 AM
Jon Skeet [C# MVP] Go to last post
3 11
Where is a string literal (say "test") stored, the stack or managed heap? I know a string variable is stored in the managed heap. In determining...
B Spencer
08-23-2004 03:49 AM
Jon Skeet [C# MVP] Go to last post
4 18
This is a project that I've worked on and this day, I am observing the following strange things - Upon opening a form in VS.NET, I get a box with the...
David
08-23-2004 01:16 AM
David Go to last post
1 10
Hi All In moving our winforms application from .NET 1.0 to .NET v1.1, I have noticed a disturbing change in behaviour when it comes to...
Stephen Lee
08-22-2004 09:18 PM
Stephen Lee Go to last post
0 10
Hi, I am trying to build a WinForm app with Wizard Navigator, app works fine, but I want to show the wizard inside my main form (not in a separate...
AT
08-22-2004 03:24 PM
AT Go to last post
0 14
In the constructor of my derived listbox control I do... SetStyle(ControlStyles.ResizeRedraw | ControlStyles.UserPaint...
Etienne Boucher
08-22-2004 02:10 PM
Etienne Boucher Go to last post
0 18
How do I set the default button in a dialog box to display with the emphasized border? The DialogResult property is set to "OK." but it looks like...
Ray Valenti
08-22-2004 01:14 PM
Ray Valenti Go to last post
3 13
I believe docking is preferable for visual inheritance since there is a problem with anchoring. I'm sure some of you have read and applied Roland...
Joey Callisay
08-22-2004 05:53 AM
marc Go to last post
1 12
Hi, Can I remove the borders from the header of a datagrid? I have some strange requirements that make me want to use the grid, but I need to...
Deanna Delapasse
08-21-2004 10:20 PM
Deanna Delapasse Go to last post
0 16
can this be done, or all of them have to have a grey back color ? thanks in advance, ant
Antonio Lopez Arredondo
08-21-2004 05:22 PM
AT Go to last post
3 14
I've done the example in "Microsoft Knowledge Base Article - 312045" exactly as printed - except for changing the connection string - and the code in...
William Robinson
08-21-2004 04:31 PM
William Robinson Go to last post
0 16
I use VS .Net 2002 and a C# project. When I set ToolBarButton.Enabled to false, the corresponding icon is just gray. I mean it is not grayed a little...
Klaus Bonadt
08-21-2004 04:08 PM
AT Go to last post
1 15
Hello, I have a textbox in a form in which I would like to validate the user data. If it is too long I want to pop up a messagebox. Here is the...
JR
08-21-2004 01:19 PM
Imran Koradia Go to last post
1 9
Hi, Before asking my doubt, first I want to tell you about my application structure. I want to design a Client Desktop program, which has an MDI...
TusharP
08-21-2004 10:36 AM
Madhav Bhagat Go to last post
2 16
* "=?Utf-8?B?U3RldmU=?=" <Steve (AT) discussions (DOT) microsoft.com> scripsit: There is such a setting in Windows 2000 too. The "feature" to hide...
ryang
08-20-2004 02:08 PM
AT Go to last post
3 11
Hi, all This is common problem when muti thread update an control. My app create threads that each thread transfers data from different server and...
GoodMorningSky
08-20-2004 01:51 PM
Jon Skeet [C# MVP] Go to last post
1 23
my combobox(cbo_Bezeichnung) is displaying data from tbl_NCC_Gegenstaende. Now if i insert a new record in this table and i want to refresh my...
AT
08-20-2004 09:18 AM
AT Go to last post
0 18
Is there a way to embed a dropdown combo box into a menu or toolbar? Thanks, TJ
Tom Jones
08-20-2004 08:36 AM
Stoitcho Goutsev \(100\) [C# MVP] Go to last post
2 13
I have Winform with 3 groupboxes One on the left one in the middle and one on the right size of the form Each groupbox have datagrid Problem is...
TomislaW
08-20-2004 08:32 AM
Stoitcho Goutsev \(100\) [C# MVP] Go to last post
1 15
When using the ListView without checkboxes can the selection bar be extended to the left of the control? I have hidden the checkboxes but space for...
Ray Valenti
08-20-2004 04:01 AM
Claes Bergefall Go to last post
5 16
I've tried everything I can think of to disable wordwrap. Here's the code that sets up my RichTextbox rtfSQL: With rtfSQL .AcceptsTab = True ' Tab...
Jay Ayliff
08-20-2004 02:37 AM
Jay Ayliff Go to last post
2 12
Hi I want to loop the background color on my "about" form. This is the code I've tried to use. It doesn't work. The about form newer shows up. I...
mortb
08-20-2004 02:15 AM
mortb Go to last post
3 14
Version 1.44 of the SharpLibrary has been released. A new update to our library has been released. Main highlights of this update: Six new...
Forums
08-20-2004 12:57 AM
Troy Simpson Go to last post
8 15
You should be able to create your own collection editor (I believe it is a UITypeEditor), and then create a TypeConverter that converts your type to...
Joshua Flanagan
08-20-2004 12:39 AM
Joshua Flanagan Go to last post
0 12
I have a byte array (byte() loaded from an image from a SQL Server database, this could be a pdf, doc, an image type, etc.) and I have a Microsoft...
Ken Beard
08-19-2004 05:12 PM
AT Go to last post
1 13
This is how I dropped into a specific field but it shows how to get the row. What a round-about way to get it done! Private Sub...
DotNetJunkies User
08-19-2004 04:40 PM
DotNetJunkies User Go to last post
0 12
This is how I dropped into a specific field but it shows how to get the row. What a round-about way to get it done! Private Sub...
DotNetJunkies User
08-19-2004 04:38 PM
DotNetJunkies User Go to last post
0 14
Framework 1.1 How can I trap the enter event prior to it's being raised and if need be suppress it? Thanks in advance for your help, Pete
Pete
08-19-2004 11:48 AM
Tom Dacon Go to last post
1 14
Post New Thread

Display Options
Showing threads 14301 to 14350 of 21908
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.