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've just noticed that if I set a form's window state to be maximized, and also disable the maximize button on the title bar, then the form will...
AT
03-10-2005 04:03 AM
AT Go to last post
0 20
What is the accepted method of creating a data class or business rules object class with properties that will allow the returning of null...
D Witherspoon
03-10-2005 02:13 AM
bteskera Go to last post
14 28
I want to be sure I understand the rules when casting classes and sub-classes. If I have a class Person and a sub-class Employee that...
J L
03-09-2005 05:31 PM
J L Go to last post
8 20
I have a MDI application, but that isn't important, and why I posted it here instead of the MDI forum. I have class "App Loader" that contains Main....
joshblair
03-09-2005 05:27 PM
joshblair Go to last post
0 18
Is there a way to make the parent node not display a checkbox but each child node have one? Thank you in advance, Pauly C
Pauly C
03-09-2005 05:22 PM
alejandro lapeyre Go to last post
5 18
Hi everyone, I'm developing a form with .Net, in C++. I have to display a choosen image on a pic-box and then I have to do some elaborations on it. I...
arwen_h
03-09-2005 05:21 PM
ftsarchitect Go to last post
2 24
I have such sentence in my program: {... ... DataView dataView = new DataView(dataSet.Tables); Console.Writeline(dataView.Count.toString());} And...
Chester
03-09-2005 05:11 PM
Chester Go to last post
0 17
How can I create a borderless System.Windows.Forms.ComboBox? -------------------------------- From: dan fisherman ----------------------- Posted by...
dan fisherman via .NET 247
03-09-2005 04:56 PM
Herfried K. Wagner [MVP] Go to last post
1 20
I used Visual Studio 2003/Windows XP SP1 to create a window application. At the form, I put a button and run debug. I put some break point on the...
AT
03-09-2005 04:55 PM
AT Go to last post
0 19
Hi All, I have this xml file and loaded it by XmlDataDocument.load function. After XmlDataDocument.load function called, I need to load another xml...
Shwe Ko
03-09-2005 04:29 PM
Shwe Ko Go to last post
0 17
Try some ready solution that is free of that problem: http://www.rustemsoft.com/DataGridColumns.htm -- Message posted via...
Rustem Soft via DotNetMonster.com
03-09-2005 03:51 PM
Rustem Soft via DotNetMonster.com Go to last post
0 19
FlyGrid.Net 1.0 is released! 9Rays.Net is proving that great things indeed come in small packages. Having enjoyed success in beta preliminary release...
Al Ponomarev
03-09-2005 03:41 PM
Al Ponomarev Go to last post
0 16
An ArrayList contains Person objects with Properties Name, Age, Phone. A Windows Form displays - TextBoxes for these properties as well as - a...
herbert
03-09-2005 03:27 PM
herbert Go to last post
0 21
i've read about everything i can find online about this, but nothing seems to work right. the info is queried from MySql and entered into a dataset...
oscar
03-09-2005 02:39 PM
oscar Go to last post
0 13
I am trying to add sub menu options at runtime. It was a simple task in VB6 For x = 0 to 5 Load mnuNames(x) mnuNames(x).enabled =...
Schlauberger
03-09-2005 02:29 PM
Schlauberger Go to last post
2 18
Hi all, I have a function that handles opening child forms in a MDIContainer, I want the child forms to accept a parameter to setup the form when...
Gav
03-09-2005 02:00 PM
Jakob Bengtsson-Jensen Go to last post
1 19
This is what I would like to do: - The splitter window splitting the view to a tree view on the left and entry dialog on the right. The tree view and...
Cezar
03-09-2005 12:39 PM
Cezar Go to last post
5 19
Which version of the .Net framework do you use? One bug was fixed in the SP1 version. Markus "Larry Johnson via .NET 247" <anonymous (AT)...
Markus Heinrichs
03-09-2005 11:55 AM
Markus Heinrichs Go to last post
0 16
Hi all, Is it possible to call a mdicontainer's function from a child window? Basically I have an function in the main MDIContainer form which...
Gav
03-09-2005 11:21 AM
Herfried K. Wagner [MVP] Go to last post
3 21
I have a .NET windows forms application with one form displaying data. I have a tree view on the left side and the datagrid on the right side. Tree...
Sanjay
03-09-2005 10:51 AM
Sanjay Go to last post
0 15
Hi all, does anyone of you know of a free (possibly OSS) implementation of a VisualStudio.NET-like UI-framework (dockable/floating sidebars...
Jo Siffert
03-09-2005 10:39 AM
Craig Vermeer Go to last post
5 15
I have like 50 controls from data grid and textboxes bound to a dataset in windows form. Some one told me the extensive data binding will slow down...
zhaounknown
03-09-2005 10:37 AM
zhaounknown Go to last post
2 17
I am looking for a way to distrubute my client application. Once I distrubute my application, I will want it to automatically update itself. I will...
SouthSpawn
03-09-2005 10:29 AM
Robin Sanner Go to last post
1 18
I have three comboboxes on the form. When the record is displayed, all the three combo boxes are blank. If I select a value in the first combo box,...
Hemang Shah
03-09-2005 10:25 AM
Hemang Shah Go to last post
0 20
Hello I'm writing an APP for an PocketPC Because of the small Size of the Display I want to use Tabs! The problem is, if I work with the...
Norbert Thek (News)
03-09-2005 10:24 AM
Herfried K. Wagner [MVP] Go to last post
4 23
Hello, I need to add charting to my application. I didn't have this need before so I missed the resource kit free offer. How can I get a...
Alexis
03-09-2005 08:51 AM
Alexis Go to last post
0 23
Hi, I have created a Windows UserControl. This Control hosts a PropertyGrid and a Button control. The UserControl project also includes a class...
Dhwanil Shah via DotNetMonster.com
03-09-2005 08:28 AM
Dhwanil Shah via DotNetMonster.com Go to last post
0 20
Hi, I have an array that I am binding to a datagrid, however I do not want all the columns to be visible (eg the ID). The way to do this, I...
Steve Norman
03-09-2005 03:39 AM
Steve Norman Go to last post
2 24
Hi, is there a property on the VScrollbar to activate this feature or is custom coding required? This feature exists on MS Word's vertical scrollbar...
rh
03-09-2005 03:06 AM
Adrian Go to last post
1 17
Hi, I am deriving a windows control into a custom class. How can I "re-declare" the events to make them available for use in the new, derived...
ReMeN
03-09-2005 01:10 AM
Adrian Go to last post
1 18
I have had this issue before and a check around the groups shows a few other people have had this problem too with no real resolution. I have a...
03-08-2005 09:17 PM
AT Go to last post
6 19
Hello NG, in my MDI-App, I'd like to checkfor how long the User hasn't done anything (moved the mouse, pressed a key) so that I can do some stuff...
Diana Mueller
03-08-2005 09:17 PM
AMercer Go to last post
2 18
I have a static ContextMenu already built and it works. I am trying to add a submenu (right arrow with a new menuitem list) dynamically when the...
snesbit
03-08-2005 09:08 PM
AT Go to last post
3 26
Using Visual C# .NET. I have successfully created my own Windows forms from scratch and been able to view and edit both the code and the designer...
Jeff Connelly
03-08-2005 05:13 PM
Alex Clark Go to last post
1 28
I have created a user control that's purpose is to to basically encapsulate some other control. Is there any kind of way to make the tooltip work...
Lance Johnson
03-08-2005 03:26 PM
Marcos Stefanakopolus Go to last post
3 21
I have a simple mailsys solution that works splendidly. I decided to add a listview with file association icons to replace a listbox that displays...
Bernie Yaeger
03-08-2005 03:08 PM
Bernie Yaeger Go to last post
1 21
I'm having a problem getting listbox items to show up in VB.NET. I'm using a test program that has one form with a listbox. I'm using this code in...
Ron Call
03-08-2005 01:09 PM
Ron Call Go to last post
2 15
I have an old product that generates a Word document using Word Automation (tables, pictures, etc). The execution speed is quite slow and I'm...
FinallyInSeattle
03-08-2005 12:20 PM
FinallyInSeattle Go to last post
2 18
hi i am using managed directx/directdraw (i know deprecated) to draw something in windowed mode, and durng flipping the backbuffer i...
Florian Demmer
03-08-2005 11:55 AM
Florian Demmer Go to last post
0 24
Whenever I try to show a message box with caption text that includes word "Error", the message box shows only briefly. It doesn't wait for user...
AT
03-08-2005 11:25 AM
Herfried K. Wagner [MVP] Go to last post
4 18
I've read elsewhere that databound controls on a tab are not actually bound to the datasource until the tab is made visible. I have an IsDirty flag...
Kyle Baley
03-08-2005 09:47 AM
Kyle Baley Go to last post
0 19
I have a windows form that has a toolbar on it. There are 4 buttons and there is an image list associated with this toolbar. During a recent edit of...
Butch
03-08-2005 08:11 AM
Butch Go to last post
3 21
Hello, i'm searchin for an easy solution i'v got for e.g. an text that go after measurestring 4 lines This is my Text
Martin Madreza
03-08-2005 08:10 AM
Morten Wennevik Go to last post
5 23
I am having difficulty using System::Drawing. I am writing the following in formDlg.h #using <mscorlib #using namespace System How do I include the...
davebh
03-08-2005 06:09 AM
davebh Go to last post
0 18
Hi I am developing a windows application. This contains a Data grid which will populate data from a data table in a Dataset. The application will do...
Umesh MS
03-08-2005 03:59 AM
Umesh MS Go to last post
0 17
If you want to show more than one line of text in the text box, then set Multiline property to true. txtSummary.Multiline = true; Gaidar "vv uu...
gaidar
03-08-2005 03:27 AM
gaidar Go to last post
0 22
Dear Sirs, I am using the WebRequest and WebResponse methods to download documents from a webstore, the code is running successfully and the...
Yahya
03-08-2005 02:14 AM
Yahya Go to last post
0 19
Use the Control.TopLevelControl property.
todd
03-07-2005 10:40 PM
todd Go to last post
0 25
I am developing a Windows Forms application in VS.NET 2003 and C#. The application is using the MDI style. I have one or more child forms...
Dave Leach
03-07-2005 08:03 PM
AT Go to last post
5 17
I know how to tell which version I have installed on my mobile device. But I seem to be missing some libraries that I should have on my development...
Pat Reddy
03-07-2005 05:03 PM
Tim Wilson Go to last post
3 21
Post New Thread

Display Options
Showing threads 11401 to 11450 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.