| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Our product has implementation both in managed & unmanaged code. So also,
user interface dialogs are both in managed & unmanaged. Currently,...
Deepak Malkan [Bentley]
|
03-16-2005 01:54 AM
AT | 5 | 21 |
|  | I created a custom control , somthing like TextBox but i don't know how to
display a cursor blink?
robic
|
03-16-2005 01:30 AM
Vijayakrishna Pondala | 1 | 19 |
|  | Dear All,
I need to design an application where I need to keep all the option in
the left side of screen (frame) and need to leave rest of the...
Ahmed Jewahar
|
03-15-2005 11:51 PM
Ahmed Jewahar | 2 | 13 |
|  | Hi,
i am developing a windows form application. Basically i want to the form to
appear as an icon at the taskbar near the volume control (i mean in...
ve
|
03-15-2005 10:35 PM
ve | 4 | 17 |
|  | Hi,
I created a custom control CarParkBoard which is a subclass of Board,
which is a subclass of UserControl.
For some reason the designer changed...
Bram
|
03-15-2005 07:00 PM
Bram | 1 | 24 |
|  | I'm sure this is asked tons of time.
How can we create the "mask" feature in vs.net ?
So that user can enter first character only as text, second...
Hemang Shah
|
03-15-2005 06:16 PM
Herfried K. Wagner [MVP] | 2 | 24 |
|  | I have written a handler to catch all unhandled exceptions. It works
fine except that I want to be able to determine the form or module in
which the...
J L
|
03-15-2005 05:13 PM
J L | 0 | 21 |
|  | Hi,
I've copied the sample code from the .net2 framework docs for the
BackgroundWorker class, but I'm having problems running it! If I compile
it...
Danny T
|
03-15-2005 04:23 PM
Danny T | 1 | 18 |
|  | I have turned on the DateTimePicker's checkbox with the ShowCheckBox
property, now I need to be able to initialize the checkbox to the...
Bill
|
03-15-2005 04:12 PM
Herfried K. Wagner [MVP] | 2 | 22 |
|  | Assume that you are designing a windows form that displays the details
(name, address, etc.) of a selected entity for editing by the user. When
the...
craig
|
03-15-2005 03:32 PM
craig | 0 | 22 |
|  | Hi
I work for a large bank organization in the US. They would like me to put
together a presentation of .Net - hopefully this will help us getting...
Ronen
|
03-15-2005 01:19 PM
Ronen | 0 | 35 |
|  | Hi Folks,
I apologise if I am asking something that has been answered already on
this group. I just can't seem to find anything which answers...
AT
|
03-15-2005 12:19 PM
wjousts | 2 | 18 |
|  | I've got a printing and print preview function working in my app but I've
noticed a couple of things with print preview that are quite...
wjousts
|
03-15-2005 12:13 PM
wjousts | 0 | 24 |
|  | Hello,
I'm developing a C# - windows forms application. To get some information
for my application, I'm connecting to an URL, wich gives me...
Kristof Thys
|
03-15-2005 11:39 AM
at | 22 | 48 |
|  | hi guys
I Need to perform a permutation from 2 to 9 numbers ordered in groups of 3
e.g permutation of 2345..9
234
243
254
534
Kenny M.
|
03-15-2005 11:23 AM
Kenny M. | 0 | 25 |
|  | Hi,
I have created a Windows User Control and I am trying to override the Text
property which sets a labels Text property. I have added the...
Steve Norman
|
03-15-2005 11:02 AM
Herfried K. Wagner [MVP] | 1 | 25 |
|  | Hello!
I have a panel filled with squares. Each square is a usercontrol with a
single picturebox. What I want to do is click in one square, colour...
Miro
|
03-15-2005 08:43 AM
Miro | 0 | 23 |
|  | Hi *
I have a MDI Windows forms application with several axshdocvw web browser
controls.
Is it possible to configure each axshdocvw web browser...
Paulo Morgado [MVP]
|
03-15-2005 08:41 AM
Paulo Morgado [MVP] | 0 | 26 |
|  | Thanks Robbe. Unfortunately, I was not able gleem anything out of your
posting that would draw a line on a form at runtime. I am interested in...
Mark Gaeth
|
03-15-2005 08:27 AM
markgaeth | 1 | 16 |
|  | I'm sorry if I've missed the answer for this one
....
When you create a MDI form, you can attach a main menu to the parent and to
the child. When a...
ariel lieberman
|
03-15-2005 08:17 AM
ariel lieberman | 0 | 21 |
|  | I have a TreeView Control which I update often from code. When the XP-OS is
set to Fade or Scroll Effect this TreeView flickers a lot and looks...
Andreas Zita
|
03-15-2005 07:00 AM
Andreas Zita | 2 | 23 |
|  | Hi
I have a VB.NET Windows Forms application. Controls are built using the
default font, Microsoft Sans Serif. When I install the application on
NT...
AT
|
03-15-2005 06:45 AM
AT | 0 | 24 |
|  | Dear All.
In VB 6.0 we can palce many controls inside the Frames, Picture Box
etc.. Advantage of this, you can easily move all the objects that...
Ahmed Jewahar
|
03-15-2005 06:28 AM
Ahmed Jewahar | 2 | 24 |
|  | Is it possible to create an irregular window with per pixel alpha so that it
blends in to the desktop at the edges? I've managed to create an...
AT
|
03-15-2005 06:21 AM
AT | 0 | 32 |
|  | Is there a way to disable node selection in a asp.net treeview webcontrol?
-----------------------
Posted by a user from .NET 247...
nav via .NET 247
|
03-15-2005 05:02 AM
nav via .NET 247 | 0 | 23 |
|  | Hello
I'm trying to implement 'in place' node adding to treeview. Ie, user
requests new item and it appears in treeview reade to edit.
I have this...
Adam Klobukowski
|
03-15-2005 04:15 AM
Adam Klobukowski | 1 | 29 |
|  | My form startup implements some logic that takes a little while, but my form
isn't showing fully until it has all finished. I write progress messages...
JezB
|
03-15-2005 03:44 AM
JezB | 5 | 24 |
|  | This should be so easy it's embarassing, but I've looked & looked on the
inet...
What's the equivalent in VB .NET of the old Basic String$()...
VB Learner
|
03-15-2005 03:29 AM
VB Learner | 5 | 25 |
|  | Hi,
I have an MDI container with several MDIchildren. When more than 1 childform
is opened i get a problem when clicking another form to get to it...
bjorn
|
03-15-2005 01:47 AM
bjorn | 1 | 23 |
|  | Dear All
Am using Windows.Forms.Timer control in my application to refresh some graph
at a specified interval.This working fine.When I tried to stop...
KK
|
03-15-2005 01:37 AM
KK | 0 | 29 |
|  | Is there a built in type for this or do I need to make my own TypeConverter
and UITypeEditor.
I just what a button that allows the user to browse...
Scythen
|
03-14-2005 10:52 PM
joeycalisay | 1 | 28 |
|  | Hi All,
I'am a newbie in .net programming.My requirement is in vb.net on
formload i'am filling my datagrid with the columns from table.but i
wan't...
kalyan kamesh
|
03-14-2005 09:34 PM
kalyan kamesh | 2 | 21 |
|  | Hi,
I have a control of type Panel which hosts other controls of type Label. The
user can click on a label and drag it around. It may happen that...
Z
|
03-14-2005 08:45 PM
Z | 0 | 19 |
|  | Hi all,
I"m making a small WinForm application in VB.NET. It has 2 textboxes on the
form which can only contain numbers > 0. On the right of each...
John Verheek via DotNetMonster.com
|
03-14-2005 05:26 PM
John Verheek via DotNetMonster.com | 0 | 20 |
|  | The MSDN has an article titled:
"HOW TO: Dynamically Add Nodes to a TreeView WebBrowser Control by Using
Visual C# .NET".
The article exploits a...
Cezar
|
03-14-2005 05:09 PM
Cezar | 2 | 29 |
|  | How does an app config file support roaming users?
Isn't the registry still better suited to store app data?
my favorite usage pattern are CTI...
herbert
|
03-14-2005 03:53 PM
herbert | 0 | 18 |
|  | Hi,
Sometimes when my app goes from maximized to normal via the provided
button in the upper right hand corner next to the close button, the...
Tyson Kamp
|
03-14-2005 03:29 PM
Tyson Kamp | 0 | 22 |
|  | I was just playing around with error handling and put this code on a
button
Dim sng1 As Single
Try
sng1 = 1/0
MessageBox.Show(sng1.ToString)
Catch...
J L
|
03-14-2005 03:04 PM
J L | 5 | 20 |
|  | By overriding the InputKeys and KeyDown methods on the datagrid, I can
intercept the Tab. However, this is not the case with the Shift+Tab.
What I...
Christopher C. Bernholt
|
03-14-2005 12:28 PM
Christopher C. Bernholt | 0 | 24 |
|  | Hello.
I have a form with a tab control with some tabpages. On each of the tabpages
I have separate user controls. The user controls constist of...
Niklas Ringdahl
|
03-14-2005 04:00 AM
Saurabh | 10 | 54 |
|  | Hi all,
i have a situation to place label controls inside rich textbox
control and i have done that using richTextbox1.controls.add method. But...
Muthu
|
03-13-2005 10:03 PM
Muthu | 2 | 17 |
|  | Continues - Clicking a button and pressing Enter key act different in MDI.
Jeffrey
It's not a new problem. I think I described a problem where the...
tsiGeorge
|
03-13-2005 09:05 PM
AT | 4 | 23 |
|  | Hi there
When I run the following code (excerpts shown) the form frmSync shows,
controls on the form update well while the procedures run, and the...
Loane Sharp
|
03-13-2005 05:54 PM
Bob Powell [MVP] | 1 | 22 |
|  | Hi,
I've just started using Windows Forms, .NET and C#. I have Visual
Studio 2005 Express Edition and I am looking to develop an application
to...
Matthew Bates
|
03-13-2005 05:52 PM
Bob Powell [MVP] | 1 | 27 |
|  | Hi,
I have a small graphics app and am trying to improve on the undo/redo
mecahism for the users. Currently jusy kee a track of the last 5 items...
Lini
|
03-13-2005 12:02 PM
Tim Wilson | 10 | 38 |
|  | I don't know whether this item should go here but I can't find out where it
should go.
I have a custom control that draws icons at various locations...
Chris
|
03-13-2005 05:21 AM
Chris | 1 | 23 |
|  | Hi, i have DataGridView whose sourse i set to a datatable with 5
columns
containing data. i then remove the 3rd column, created...
devx
|
03-12-2005 11:23 PM
Dom | 1 | 19 |
|  | The documentation states that you can use the SelectionStart property of the
TextBox to get the position of the caret in the TextBox. Well, what if...
dlgproc
|
03-12-2005 07:08 PM
Tobin Harris | 1 | 24 |
|  | Hi all,
I'm trying to send mail via SMTP. My application is written in C# and I
can't seem to include the System.Web.Mail namespace at the top in...
Erwin Pant via DotNetMonster.com
|
03-12-2005 03:36 PM
Erwin Pant via DotNetMonster.com | 2 | 21 |
|  | I am working on a form designer. I have defined my own controls to list into
a IToolBoxService, and the PropertyGrid, but I am having a difficult...
Lucas Curley
|
03-12-2005 12:37 PM
Bob Powell [MVP] | 5 | 25 |