| Thread | Last Post | Replies |
|
| Thread.Abort() | 30 Apr 2004 03:31 GMT | 2 |
I am running a worker thread that manipulates some hardware setting every so often. My problem is that the hardware manipulation cannot be interrupted once it has started How can I ensure that the entire operation will run to completion even when the ThreadAbortException is ...
|
| How to find the row clicked in a datagrid | 29 Apr 2004 22:11 GMT | 2 |
How do I find the row I clicked on the datagird Thanks in advance.
|
| installing manually to the downloaded assembly cache... | 29 Apr 2004 21:52 GMT | 4 |
Is there any way to manually install to the downloaded assembly cache? I'd like to write winform controls that run in IE but it'd be a better customer experience to use a plugin installer that puts the assemblies in the downloaded assembly cache rather than having to wait a long
|
| Codebehind | 29 Apr 2004 17:27 GMT | 2 |
I have heard that you can use codebehind and still have it compile dynamically. Is this true? Regards Gav
|
| Regular Expressions | 29 Apr 2004 17:07 GMT | 8 |
I am trying to work out a regular expression which will validate a password box. The following rules apply Must be 8 characters
|
| Disabling controls without changing their appearance | 29 Apr 2004 17:07 GMT | 1 |
is there any way to disable the controls on a form without changing their appearance? i would like to make it impossible for a user to click buttons and edit text boxes while the controls retain their normal appearance. When disabled, the text in text boxes becomes difficult to ...
|
| master/detail foreign keys during insert | 29 Apr 2004 16:51 GMT | 2 |
when I insert a new record into a master record - I need to update the new child record with the autonumbered ID key from the master recor Is there a simple way to do this? I insert the record - then try to find it - then read the key and that seems silly thx for your assistance
|
| Events and delegates... | 29 Apr 2004 16:06 GMT | 7 |
I have populated an a web form with dynamically created radiobuutons in a table. I wnat some of the radio buttons to fire events when their .CheckChanged property has changed. I understand and was told this can be done with events and delegates. But my
|
| printing image without viewing | 29 Apr 2004 15:11 GMT | 1 |
In c# is there a way to print an image without viewing it? I have the location of the file, all I need to do is print the image with no interaction from the user
|
| Autoreplace in VS.NET? | 29 Apr 2004 12:23 GMT | 2 |
Is there any sort of auto-replace functionality in VS.net? I use this feature a lot in other products and I am wondering if it exists here. Any ideas?
|
| Insert images to MySQL with C# | 29 Apr 2004 12:15 GMT | 1 |
I am using OleDbConnection for connecting with MySQL.Using INSERT query for inserting images to MySQL db with C# code. The code is given below : string strConn="PROVIDER=MySQLProv;SERVER=192.168.1.8;DB=test;UID=test;PWD=;PORT=;"; ...
|
| How to use #If (Conditional Compilation) for framework versions? | 29 Apr 2004 11:51 GMT | 2 |
Is there a way to include an #If ... directive in my code to enable conditional compilation based on the framework version? The idea is to be able to compile the "same" code for both the 1.0 framework and the 1.1 framework, something like
|
| Competitors of .Net | 29 Apr 2004 11:45 GMT | 3 |
As we all know, Microsoft is the market leader in the IT Industry. If we were to identify the competitiors for .Net, who could be the competitors ? Regards Sheetal -----------------------
|
| File signing?? | 29 Apr 2004 11:25 GMT | 1 |
not too sure if signing is the correct term but I want to extract a signature from a file that will allow me to virify that the file hasn't changed. something that will allow me to do the following:
|
| .Net Technology | 29 Apr 2004 11:22 GMT | 1 |
Greetings!!! What is the possibility of global usage of .Net Framework over any other technology? Regards Sheetal -----------------------
|