| | Rating Thread /
Thread Starter | Last Post  | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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] | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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] | 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 | 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 | 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 | 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 | 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 | 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] | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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] | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 0 | 19 |
|  | Use the Control.TopLevelControl property.
todd
|
03-07-2005 10:40 PM
todd | 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 | 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 | 3 | 21 |