all groups > dotnet windows forms > april 2004 > threads for friday april 30
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
Remove from Source control !!!!
Posted by Alok at 4/30/2004 8:30:25 PM
Hi,
I have an application that gets the solution from VSS and then builds it
using the command line tools.
only thing i can't configure is how to remove the VSS bindings once the
solution is taken onto the Hard Disk.
Any help ??
TIA
P.S.: Know that this is not the correct forum for th... more >>
Sorted datagrid on a form and display selected row on a dialog-HELP
Posted by kll at 4/30/2004 6:26:02 PM
I have been on newsgroup for week. I have seen anything that will help me. Basically, I have a form with a datagrid that can be sorted or unsorted (it is up to the user). Then, I display the data of the selected row in textboxes on dialog that execute by the user press a button. The following co... more >>
Is there any way to suspend the trigger of a particular event?
Posted by babylon at 4/30/2004 3:53:06 PM
I have 2 ComboBoxes,
the selectedIndexChanged event handler in ComboBox A change the
SelectedIndex of ComboBox B
the selectedIndexChanged event handler in ComboBox B change the
SelectedIndex of ComboBox A
so whenever I change anyone of them, they would trigger the
SelectedIndexChanged event ... more >>
Need real time of day in WinForms app, not computer's time
Posted by sandman at 4/30/2004 2:21:05 PM
We have an Windows application that is date/time sensitive and we need to get the real time of day somewhere. We can't rely on the user's computer time (DateTime.Now) because they could change it. The network administrator suggested Network Time Protocol (NTP). Also he's going to look into creatin... more >>
textbox readonly backcolor
Posted by nospam NO[at]SPAM crlf.com at 4/30/2004 12:56:03 PM
If I have a textbox with readonly set to true
The backcolor shown is "control"
However if you read the property it says Window
What controls setting of the backcolor property when it is ReadOnly
Can the defalut ReadOnly backcolor be changed, read, or set
Is there a way to determine the textbox... more >>
Interaction between user controls and win forms
Posted by Anita C at 4/30/2004 11:56:15 AM
Hi,
I have a 'UserControl1', which has comboboxes, texboxes and buttons. In the
click event for the 'Ok' button on 'UserControl1', I have code to do some
processing with the data collected from the textboxes etc. At the end of all
the processing I want to be able to close the form hosting UserC... more >>
Designer Throwing Error
Posted by Mark at 4/30/2004 9:16:02 AM
Hi
I am having forms that are in Design Mode, throw an custom class error, when the form is closed in the Designer. The error comes from a custom class. This class and the form are clearly not instantiated when the form is in Design Mode. How can I detect what is causing this error. The error... more >>
Inconsistent Design Time behaviour
Posted by Simon Bond at 4/30/2004 9:12:16 AM
I develop on a workstation running in 96 dpi. When i design my forms in
VS.NET, layout is immaculate and everything looks great. When my client
loads up the software and displays it on their large panel LCD running 120
dpi, the layout all goes to hell.
Now, I previously thought I had a solutio... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Development for multiple panels for a window
Posted by Marc at 4/30/2004 5:01:04 AM
I have 1 window with several panels that fill the window depending on what view the user wants to see. Is there any way to speed development instead of changing ordering(z-order) for a particular panel and visually develop on it
I would like to be able go back and forth between panels visually wit... more >>
column size of datagrid be fixed
Posted by user at 4/30/2004 4:56:02 AM
hi all
I want to fix column size of datagrid fixed. How to do that
Please help.... more >>
Change the Column display prior to show the DataGrid
Posted by Carl at 4/30/2004 4:41:05 AM
Is there an easy way to change a DataGrid specific column display
to something else then the actual bind data value from the datase
using something like the format or parse ?
What I would like to append before the grid is show, is to make some transformation
from one integer field from the dat... more >>
GUI with drag and drop
Posted by Bobstar at 4/30/2004 4:26:05 AM
Hello
Just to myself started I need some good advices. Im planning to develop a gui with some sort of a toolbox and from that toolbox the users should be able to drag and drop the toolbox items onto a workspace. It could be something like MDI it think... etc..
The workspace should be like a work... more >>
|