all groups > dotnet windows forms > june 2004 > threads for wednesday june 9
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
Potential bug in dash pattern
Posted by Anders Forsgren at 6/9/2004 11:55:01 PM
For custom dash patterns, the device space lines drawn depend on (from the documentation)
1. Pattern specification (float[])
2. Transform (scale etc.)
3. Pen width
I have noticed that the line pattern is also affected by the following two, but I can't seem to get coherent results, or find an... more >>
ItemChangedEventArgs
Posted by pdavis68 NO[at]SPAM hotmail.com at 6/9/2004 8:06:33 PM
I've got a grid class that I'm writing and it's hooked up to a
CurrencyManager object.
Maybe I'm not understanding this correctly, but when an edit is performed,
shouldn't I be triggering an ItemChanged event in the currency manager for
the indexed item?
And if so, how am I supposed to acco... more >>
Mailing Label
Posted by Selena at 6/9/2004 7:52:01 PM
Hi, I need to add field to mailing label dynamically during runtime. Is there any methods? Thanks~... more >>
How can the parent retrieve child mouse events?
Posted by pkujchliu NO[at]SPAM yahoo.com at 6/9/2004 5:25:42 PM
I have a customized control inherited from panel (let's call it
panel). I use it as container and dynamically add some other
customized controls (let's call it ellipse). How can the panel
retrieve or know the mouse events on child controls (ellipses)? Any
idea are welcome. Thanks in advance.... more >>
GDI+ on Windows Forms
Posted by R K at 6/9/2004 5:09:16 PM
Hi,
I'm new to WinForms and GDI+ and decided to use .NET and c# to complete an
assignment which all of my other classmates are doing in Java using AWT.
Being relatively new to WinForms and GDI+ I need help. I hate to be stuck
and submit an incomplete assignment being the only person doing ... more >>
DataBound ComboBox
Posted by Dave at 6/9/2004 4:06:21 PM
I've got a data bound comboBox on a tag page, by default I manually set the
selectedIndex to -1. When the user changes tabs, and then changes tabs back
the selectedIndex goes to 0. (I originally had problems setting the
selectedIndex to -1, but found it was a framework 1.0 bug with a work
arou... more >>
Updating a mainform from a thread generated by a modal dialog!
Posted by Jon at 6/9/2004 3:54:01 PM
Hi
I have a main form which can have controls updated from separate threads, using Control.Invoke(). In actual fact, these are update methods called by events from a remoted singleton. Now, I have a modal dialog called from the main form, which changes settings in the remoted singleton. The singl... more >>
alpha channels in icons
Posted by Stephan Steiner at 6/9/2004 3:31:38 PM
Hi
I have created a bunch of 32 bit icons with a transparent background.
Windows' integrated image viewer clearly shows the background as being
transparent. However, if I use any of those icons as NotifyIcon, they are
shown on a black background, rather than a transparent one. Is there
anythi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
deadlock issue
Posted by Stephan Steiner at 6/9/2004 3:28:26 PM
Hi
I think I have a deadlock issue that I can't seem to avoid. Basically, I
have a service firing remote events, and an event sink on the same machine
processing those events. The remote events are no problem, they arrive just
fine. However, then my communicator class sends the events to my GU... more >>
Injecting keyevents
Posted by LJJ at 6/9/2004 3:21:01 PM
Hi:
I need to develop an onscreen keyboard for a WinForm application - the keyboard will be part of the same application. Is there a way to inject keypress events into the message loop of the application so as to avoid having to handle each keypress explicitly for whatever is the currently focused ... more >>
Setting a ComboBox's Value
Posted by Fred at 6/9/2004 1:52:46 PM
Hi,
I am having a problem setting a combobox value in code on form load using
comboBox.SelectedValue method. The code below when debugging show the
combobox equal to an undefined value. The value I am trying to set is
present the items collection. I also have tried using .SelectedItem metho... more >>
Smart divice applications
Posted by Mircea Pleteriu at 6/9/2004 10:39:53 AM
Hi all,
Is it possible to create a windows forms user control for smart device
applications?
... more >>
MDI for as Child and Parent?
Posted by John Rugo at 6/9/2004 10:34:02 AM
Hi All,
I am trying to figure out the following:
Main form is a MDI Parent.
I have several forms that are children that I want always to be Maximized
within the Parent.
However, I also have children that I want NOT to be Maximized by default.
This scenario has alluded me for awhile. Can't... more >>
dataset and locks
Posted by kk at 6/9/2004 10:31:02 AM
Hi Guys
I have three datatables, which are related as described below
I have not put any constraints on the table, the are never written to
a datbase, the problem I am having is updating them programaticcally, the user ca
never update them. I lock the dataset, and iterate through... more >>
MDIParent or ParentForm not working in MDIChild
Posted by Daniel Mantilla at 6/9/2004 10:16:42 AM
I am creating child forms using this standard code:
Dim newDoc As New frmAnswer
newDoc.MdiParent = Me
newDoc.Show()
Inside the child form I need to know who the parent is, but MDIParent and
ParentForm are Nothing. Why is that? Even the IsMDIChild property is False.
What am I doing wrong?
... more >>
.NET and the 32Bit Icon support (imagelist)
Posted by Sérgio_Almeida at 6/9/2004 9:54:55 AM
greetings
i want to use icons on my app but i'm not able to do so, because it
seems .net does not support 32 bit icons (*.ico) on imagelist control.
Am I correct? If so, is there any workaround for .net to support 32 bit
icons?
TIA
Almeida... more >>
will a software developed in VS .Net run in a computer without ms framework
Posted by Vedant Lath at 6/9/2004 9:08:47 AM
Will a software developed in Visual Studio .Net run on a computer which is
not having MS Framework ?
... more >>
Raise a keydown event
Posted by Tanya at 6/9/2004 8:26:03 AM
I use a touch screen and I need to simulate a keydown event every time a user starts typing. Is it possible to do it or I have no option but use windows API's?... more >>
equivalent of the VB6 ExitProcess in vb.net
Posted by Éric at 6/9/2004 7:51:03 AM
Hi
I need to convert a VB6 console application. In this application, when a error is detected, the process is terminated with the command : "ExitProcess 99"
How I can do that with vb.net. I know that I can use "System.Diagnostics.Process.GetCurrentProcess.CloseMainWindow" but I am unable send th... more >>
No Touch with XP look
Posted by Tom at 6/9/2004 5:30:50 AM
I'm using no touch deployment for my .Net forms
application. I have a manifest file that makes the
controls take the XP look on XP machines (article from
Microsoft about this). Using no touch deployment will
not load my application with the XP look on my XP machine
though.
The simpl... more >>
|