| Thread | Last Post | Replies |
|
| simulating asp.net impersonation | 07 Apr 2005 04:03 GMT | 1 |
i have win app that access web services for information.I want to lock down web services. I want to add users or groups to authorization tag to restrict access to only a few users. The only way i know to do this is to: add each person separetely - this means i have to maintain this ...
|
| API declaration in C# to be converted into VB.NET - HELP !!! | 06 Apr 2005 23:35 GMT | 2 |
Below code I found in a post which bit older. I really appreciate if any of you could help me out to convert into VB.NET. Declare the API function. ---------------------------
|
| datagrid keydown event | 06 Apr 2005 22:43 GMT | 1 |
I am using the datagrid keydown event to make changes to selected rows (increment a column value when + is pressed). This works for the first time the key is pressed but the datagrid then goes in edit mode and jumps into the first textcolumn for editing.
|
| autostart an internal thread in a winform | 06 Apr 2005 20:48 GMT | 3 |
I am looking for a form event that fires when form_load has been completed. I need to start a long running process in the background and the process need to start by itself. What is the best way autostart an internal thread in a winform?
|
| A select box | 06 Apr 2005 20:03 GMT | 2 |
I am a web designer/programmer who is attempting to hammer out a little windows application. I can not figure out what is the equivilenet of a select box. The combobox looks right but you can type in it like a textbox. The listbox/listview don't look right and have scrollies
|
| Binding property with CancelCurrentEdit | 06 Apr 2005 19:37 GMT | 11 |
I have a text control bound to a column that is of type Decimal. I am doing the validation myself to see if the user typed in something invalid, calling CancelCurrentEdit and cancelling the validation event. If the user typed in something that is not a number, such as 'abc', then ...
|
| Problems with reading tag property | 06 Apr 2005 17:59 GMT | 5 |
At design time I have entered some text into the tag property of some of my controls. (text boxes, labels etc) At run time I try and read the tag (MyCntrl.Tag.ToString), but it is always
|
| Empty row at the bottom of DataGrid ... | 06 Apr 2005 17:43 GMT | 1 |
The DataGrid control always displays empty row at the bottom with the star in the row header. Is there any way to hide or delete this row? Thanks
|
| Running a process from a Windows Service App | 06 Apr 2005 17:34 GMT | 2 |
I have a service that I want to start a process to run another process. My code is Sub ExecuteProcess() Try
|
| Help - Assigning MDI Child to MDI Container when called in a Modul | 06 Apr 2005 17:15 GMT | 2 |
I am trying to figure out how to assign the child form to the mdi container, in VB, when the child is called from a module and not from the container form. I know when called from the container form it is just: dim form1 as new form1
|
| Why does the OnPaint method not be invoked in TreeView | 06 Apr 2005 17:15 GMT | 1 |
I create a class derived from TreeView and override the OnPaint method in which I add some drawing act. But when I run the program and find that the OnPaint method not be invoked actually.
|
| Check box question | 06 Apr 2005 17:10 GMT | 1 |
How do you change the displayed check when a checkbox is checked? I would like to show a red X in the box instead of the check mark. Thanks, Craig
|
| Exception in Application.Run() | 06 Apr 2005 15:21 GMT | 1 |
Hi - I am getting a Null Reference Exception that is being thrown from Application.Run() method. This ocurrs after multiple events are raised which update a few user controls inside the Main Form. i cannot seem to isolate the exception any further than the Run method()
|
| New to WindowsForms | 06 Apr 2005 14:45 GMT | 2 |
Hi I am learning windows fomrs and started with the sample in the quickstart tutorials and I am not able to display the control on my aspx page. I created a control library with one simple control having a panel and a button. panel's visible property is false by default and I ...
|
| the Values were shared by many forms ! | 06 Apr 2005 14:41 GMT | 3 |
How can I set a values in a mainform, and all the other's windows form can get this value ? I have a try, but failed !
|