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     
I'm trying to re-create the Undo menu in VS. If you click the arrow on the Undo button (when several actions have been performed), a context menu...
schneider
08-26-2004 10:37 AM
schneider Go to last post
2 8
I have a UserControl containing combo boxes with different values. A second UserControl needs to be able to retrieve the values from the ComboBoxes...
Brian Cobb
08-26-2004 08:17 AM
Brian Cobb Go to last post
2 15
There are cases where my Form receives its closing notification and I need to keep it from closing. How can I do this? Thanks, TJ
Tom Jones
08-26-2004 07:24 AM
AT Go to last post
2 16
I would like to retrieve Color settings, serialize them via XML and construct the Color struct afterwards in order to...
Klaus Bonadt
08-26-2004 06:42 AM
AT Go to last post
3 16
Thanx a lot "Jakob Christensen" <jchREMOVE (AT) pension (DOT) dk> wrote
Joey Callisay
08-26-2004 05:22 AM
Joey Callisay Go to last post
1 10
If it is a DataTable you are binding to, you can try setting the value directly through the CurrencyManager. CurrencyManager cm =...
ClayB [Syncfusion]
08-26-2004 04:20 AM
ClayB [Syncfusion] Go to last post
0 15
* =?Utf-8?B?Z3V5?= <guy (AT) discussions (DOT) microsoft.com> scripsit: From my FAQ (<URL:http://dotnet.mvps.org/dotnet/faqs/>): There is no...
AT
08-26-2004 02:47 AM
guy Go to last post
1 10
* =?Utf-8?B?UGF1bCBL?= <PaulK (AT) discussions (DOT) microsoft.com> scripsit: Try to call 'Application.DoEvents' after...
Paul K
08-26-2004 01:37 AM
schneider Go to last post
5 13
Hello, I would like a way to quickly launch a winform application that has a slow loading control(s) (datagrid in this case). I am working on...
Seeker
08-25-2004 09:56 PM
Seeker Go to last post
1 12
I have a modal form that takes a typed dataset and binds some of its comboboxes to it. Before i call ShowDialog() the dataset is just fine. In the...
AT
08-25-2004 09:03 PM
Lateralus [MCAD.Net] Go to last post
4 11
How could I customize MonthCalendar so that, for example, instead of standard selection circle I get some other graphic... I tried using...
Inter-biz
08-25-2004 04:23 PM
Inter-biz Go to last post
0 15
Yup, you're right. You can use reflection, though. Event though I wouldn't recomend it. Did you check that this is what cause the problem? I was only...
danikenan
08-25-2004 02:54 PM
Stoitcho Goutsev \(100\) [C# MVP] Go to last post
4 12
Has anyone been able to get PrivateFontCollection to work from inside OnPrintPage event? For example this does not work: PrivateFontCollection...
katie
08-25-2004 01:03 PM
katie Go to last post
0 23
A question for the experts, Is there a way to embed the window of a separate process as a child window of a windows forms control? I have a Direct...
AT
08-25-2004 11:42 AM
AT Go to last post
1 15
What happened to DrawFocusRect()? Do I need to use DllImport to call it directly from user32.dll? Why is it not supported in the Graphics object?
Greg Ennis
08-25-2004 09:52 AM
AT Go to last post
3 15
Using ProgressBar.Enabled = false does not dim the progress bar. There must be a way. I hope somebody could guide me. Thanks.
Maka Sili
08-25-2004 09:50 AM
AT Go to last post
2 12
Hello I would like to create my own property sheet as in Visual Studio to edit properties of my own business objects in a Windows...
Seli
08-25-2004 07:20 AM
AT Go to last post
1 11
Hi, In Windows Forms the usual approach to add a combobox in a datagrid involves adding a single combobox to the DataGrid.Controls, and then...
Richard Hallgren
08-25-2004 06:47 AM
Richard Hallgren Go to last post
0 19
sorry for the cross post but no response elsewhere... I have a object that is bound to various controls on a WinForm the controls and matching...
guy
08-25-2004 06:23 AM
guy Go to last post
1 16
Hello ppl I'm developing an app which has one panel in main form. Now, I´m building different forms that are added to the controls collection...
AT
08-25-2004 05:24 AM
AT Go to last post
2 8
Hi, how can I get the Hashtable-Entries in the way I´ve added them? I am getting them always mixed .... do I need to sort it (how?) afterward...
Olaf Pokorny
08-25-2004 04:49 AM
saurabh Go to last post
3 14
Hi, I use the WebBrowser ActiveX control on my Windows Forms to open an Excel spreadsheet. It works well when there is no other Excel instances...
Dotnetjunky
08-25-2004 03:43 AM
Dotnetjunky Go to last post
0 15
Hi, I have a form with a textbox, an errorprovider, and an Ok & Cancel button. The textbox cannot be empty when the dialog is dismissed. The...
Tom Jones
08-25-2004 03:26 AM
Claes Bergefall Go to last post
1 32
Hi, I draw a series of rectangles --like when you press save button in word, series of rectangles goes to bottom-- but all of those appears behind...
G. Alper Alaca
08-25-2004 02:55 AM
G. Alper Alaca Go to last post
2 18
New version of the Dialog Workshop .NET is available. This component set allows you to extend standard Windows common dialogs in many ways: add...
Serge Novogilov
08-25-2004 01:50 AM
Serge Novogilov Go to last post
0 12
Hello all, I have been looking around Google Groups trying to find out how to enable background images with System.Windows.Forms.ListView only...
Jason
08-24-2004 10:20 PM
Jason Go to last post
3 14
* "=?Utf-8?B?Um9zaGF3bg==?=" <Roshawn (AT) discussions (DOT) microsoft.com> scripsit: A listbox? Add a handler to the control's 'DoubleClick'...
AT
08-24-2004 05:48 PM
AT Go to last post
0 14
hy, from my c++-com-client I create and show a small .net-form via Com Callable Wrappers with the myForm.Show()-method. But I don't want to get the...
Ekim
08-24-2004 05:23 PM
Ekim Go to last post
0 11
Hi, I have a WinForms application written in C#, in which I am using an embedded Microsoft WebBrowser ActiveX control. Based on certain events, I...
AT
08-24-2004 01:21 PM
AT Go to last post
2 16
Hello, I made a program many months ago and I create a Print Document by drawing text and pictures on it. It has worked great for many months. But,...
Charles A. Lackman
08-24-2004 01:20 PM
Charles A. Lackman Go to last post
0 14
Hi, I'm using the Offline Application Block for the new version of the application I am working on. First It was looking good and impressive, But...
AT
08-24-2004 12:03 PM
AT Go to last post
0 17
Brian Pepin has an interesting article at http://www.urbanpotato.net/Default.aspx/document/970. The Visual Studio designer works by actually...
Joey Callisay
08-24-2004 11:29 AM
AT Go to last post
1 14
I want to split the header in my DataGrid into multiple lines E.g. "Customer Name" becomes: Customer Name
Andrew Chalk
08-24-2004 11:01 AM
Andrew Chalk Go to last post
0 17
System.Windows.Forms.ImageList --- Posted using Wimdows.net NntpNews Component - Post Made from http://www.DotNetJunkies.com/newsgroups Our...
DotNetJunkies User
08-24-2004 09:16 AM
DotNetJunkies User Go to last post
0 20
I have an application which displays a dialog box (Dialog A). When you press the close button I want to open a new dialog (Dialog B) and close the...
Evert Dieperink
08-24-2004 08:23 AM
Derrick [MCSD] Go to last post
1 12
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 13
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 13
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 17
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 13
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 21
Post New Thread

Display Options
Showing threads 14301 to 14350 of 21942
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.