| Thread | Last Post | Replies |
|
| How do I gently terminate a thread??? | 10 May 2004 20:26 GMT | 11 |
coming from win32 API I recall an ExitThread() call to gently terminate a thread from inside the same thread .... but now all I can see is an Abort call which seems to me a wrapper on the TerminateThread() Win32 API which is a brutal way to end a thread. Is there any other more ...
|
| Can a validation control trigger an property change on a web form ? | 10 May 2004 19:14 GMT | 1 |
I am using a Required Field validator control in a web form. If the control is /triggered/ can it change a property in the field? What I want to do is: If the value in the INPUT is not valid, set the background color to
|
| Visual Inheritance in WinForms | 10 May 2004 17:53 GMT | 2 |
If I have a form, say FORM_FOO, and a form that it inherits from, say FORM_BAR and on FORM_BAR, I have a button, say BTN_RETURN. Now, how do I make FORM_FOO actually do true inheritance when I change BTN_RETURN on FORM_BAR? In order to actually do that, I have to open every form
|
| Trying to find a physical dictionary | 10 May 2004 17:45 GMT | 1 |
It's nearly impossible to find anything on this because of the Dictionary class, included within the dotnet framework, that pollutes any search results pertinent to my question. I want to be able to access an array of words, just like it were a
|
| session state problem | 10 May 2004 17:00 GMT | 2 |
I have a .net application with many web forms. During the process of the application the user has the ablility to advance and return to a selected number of forms based on where they are in the application. This all works with the use of session state. The user has the ability
|
| Read color names from a JPEG image | 10 May 2004 14:07 GMT | 1 |
I want to read the colors used in a jpeg image. I want the code or any any other code components that can do that. any suggestion , links and samples will be gratly appreciated thanks in advance,
|
| Crystal report and VB | 10 May 2004 13:36 GMT | 2 |
I have written a Crystal Report 9 and put it as a control to VB 2002 in Visual Studio. In general, how do I put the Crystal Report on a web and how do I put the VB program, contained CR, to the web.
|
| Key Press event in datagrid of C# winform application | 10 May 2004 12:34 GMT | 1 |
I have a datagrid in which i want to capture the key press event and find which row i am in. Tried with the key press event provided by datagrid, but it does not fire. What could be wrong Thanks in advanc Mukesh
|
| ActiveUp - Source Code now for sale | 10 May 2004 11:18 GMT | 1 |
ActiveQ is a free mail queuing service and through popular demand, ActiveUp have released the source code for an amazing $499. For more information and product downloads please visit the site. http://www.activeup.com/products/applications/activeq/
|
| Modifying a dot net exe directly? | 10 May 2004 07:15 GMT | 4 |
I have an app (single exe) in which I want to modify a few strings depending on the type of user. I know I can set up an automatic build process to take care of this (I actually have done this), but it would be faster to use a little utility to directly modify a
|
| Cant solve this error. | 10 May 2004 05:30 GMT | 3 |
I keep recieving the following error message when i try to bind a combobox to the value that is in a textbox. the application crashes on the following line... Me.CBoxTitle.SelectedItem = frmExistingCustomer.TBTitle.Tex this is the error mesaage i recieve An unhandled ...
|
| about upload file | 10 May 2004 04:49 GMT | 3 |
does .net provide any control to upload file? as I need to use the following control to upload fil <input id="Upload1" type="file" name="Upload1" runat="server" but when I post back to server(haven't save the form yet, but doing other action), this control's value will lost. ...
|
| Deployment | 10 May 2004 04:30 GMT | 1 |
The first time I created a setup project for a VB.net project. I tried on my development PC which is running XP with .net framework, it's fine. Then I tried to install on a Win NT4 sp6 box with almost nothing else installed, it doesn't work. Says: "Windows installer service could ...
|
| Crystal Reports.Net | 10 May 2004 01:31 GMT | 1 |
Can any one advise alternative methods to deploy Crystal reports which is integrated into .Net ? I tried to Use Setup project and wizard. Crystal reports merge modules were also included. But still the
|
| controlls disappear from the forms | 10 May 2004 01:11 GMT | 2 |
I need to use the "Slider" control. When I drag and drop this contol I get a message that the ActiveX is not licensed and cannot be used In older version where this Slider was used successfully, when I open the form all controlls are invisible although all code is there Any ...
|