all groups > dotnet windows forms > june 2004 > threads for wednesday june 16
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
DragOver and DoubleClick Event
Posted by Saraswati Kaja at 6/16/2004 7:34:01 PM
When I register a DragOver Event handler DoubleClick event is not occuring.
Not Only DoubleClick none of the Mouse events are raised. What should I do?... more >>
Application.Idle event does not work
Posted by Alok at 6/16/2004 4:40:44 PM
Hi,
My application starts with the login form. After that the main form is
loaded on successfull login.
I need to show a time out screen if there is no user activity.
What happens is that the timeout screen popups regularly after the main form
is loaded even though i am performing actions.
Why... more >>
DateTimePicker using Themes
Posted by Berndt Johansson at 6/16/2004 12:47:57 PM
Hi
If I enable the theme support on my .NET 1.1 WinForm application that uses a
number of DateTimePicker controls the checked property of the DateTimePicker
will not work properly. I have seen some posts in groups about this problem
and our quick solution has been to remove the manifest file f... more >>
Setting font to bold or italic based on reg settings
Posted by TrussworksLeo at 6/16/2004 12:14:39 PM
Hello and thanks for the help in advance.
I am having issues getting this code to run. The code that is not working is in between the *** . The code works for everything else but the bold and italics?????
Any suggestions would be helpful.
I get this error:Additional information: Cannot fi... more >>
HowTo Get Window Handle or Control object for Edit part of ComboBox
Posted by Grigol Avetikov at 6/16/2004 12:07:02 PM
Hi,
I'm trying to get Control object of Edit part of ComboBox.
WinSpy shows that edit window is a child of combo, but HasChildren property
of combo returns false and components collection is empty.
I also tried to get the Control object with FromHandle method(using window
handle got from Spy) b... more >>
BACKSPACE without using the keyboard
Posted by Petter Gran via .NET 247 at 6/16/2004 11:50:57 AM
(Type your message here)
First I write "Petter" to a textBox then I want to delete the last r, but instead of deleting the last "r" I get a square box.
How can I delete the last "r" ?
I do not use the keyboard.
this.textBox1.Text = "Petter";
this.textBox1.Text += Convert.ToString('\u0008'... more >>
Problem making panels visible/invisible
Posted by Jan van Schalkwyk at 6/16/2004 11:31:07 AM
Hi,
I have a few PictureBoxes on a Panel. At startup, the panel is invisible.
At some stage pictures are loaded into the Pictureboxes, and I then make the
Panel visible. The whole panel is not repainted, and no controls (images,
or labels) are visible - sometimes I can see my development env... more >>
creating controls from xml file
Posted by e-mid at 6/16/2004 10:57:25 AM
i want to create controls on a form reading from an xml file. before
beginning, i want to know your ideas . eg how should the structure of xml
be?, or any tips and tricks about creating controls or any example or code
about these things.
thanks in advance
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
word documets and .net
Posted by Sérgio_Almeida at 6/16/2004 9:43:29 AM
greetings
it is possible to work with (open and sabe) word documents from dot net?
If so, how?
TIA
Almeida... more >>
Running an application as MDI ????
Posted by calderara serge at 6/16/2004 7:15:47 AM
Dear all,
I have an application from which all form is inherited from a based
windows from template that we have defined for our application.
The idea is that every shoudl run inside those application form. For
example we are able to call an application like noepad.exe or any other
and th... more >>
Tree view Control
Posted by Selva at 6/16/2004 7:07:01 AM
How do I selectively refresh a Node in Tree view.
Treeview is populated from the database, say I'm displaying Manager and Employees associated with Managers. For a Selected manager I might Add/Remove Employee, and I like to refresh just the Manager node. How do I do this?
Thanks In Advance
... more >>
SQL 2000 JOB Alerts
Posted by Baren at 6/16/2004 6:57:01 AM
Hi!.
I am developing a windowsn application where i need to give users alerts about their pending jobs once they login into the application. I am trying to create SQL Server jobs to give those alerts( If anyone has any other option kindly post the same). now can anyone tell me how do i populate t... more >>
|