| Thread | Last Post | Replies |
|
| System.Windows.Forms.Form and System.Windows.Forms.RichTextBox | 23 Mar 2006 10:41 GMT | 4 |
1. When i refresh control, position of scrollbars is deleted. I can not change BackgroundImage from System.Windows.Forms.RichTextBox before text of control is painted and after. I tried use events Paint,BackgroundImagedChanged and timer event for
|
| VISUAL BASIC .NET TRAINING | 23 Mar 2006 10:29 GMT | 2 |
Please could anyone give advice on visual basic .net on-line training, i) have you found it useful? ii) is the microsoft site the only place that offers this on-line trainin? Thanks
|
| any dot net guru here can answer this question? | 23 Mar 2006 09:58 GMT | 2 |
Does anyone know how to get IE browser control to print in printer duplex mode, as far as I know printersetting class can print duplex in txt files, but I want IE browser to open an html docs then print in dupelx mode.
|
| how to format datagrid coloumns header text | 23 Mar 2006 09:54 GMT | 1 |
i am developing an appllication, in this appllication i am using datagrid . in this datagrid coloumns header text i want to change coloumn header text in vertically it means
|
| ClickOnce and com controls | 23 Mar 2006 09:24 GMT | 1 |
I have a .net 2.0 winforms app which I'm deploying via clickonce. Unfortunately one of the things that needs to be installed during the clickonce is an MS Access mde application which uses a 3rd party control. this 3rd party control is an 'ocx' file. In the old days I would ...
|
| Visual Studio 2002 and Net 2.0 | 23 Mar 2006 07:29 GMT | 3 |
Is it possible to use Net 2.0 with Visual Studio 2002? Thanks in advance /
|
| compiling C code at runtime | 23 Mar 2006 07:21 GMT | 1 |
I am generating a C code in my application and I need to compile, execute, display errors at runtime. How can I do it in VIsual Studio.Net? I found some clue in CodeCompiler Class but did not get the solution for C code.
|
| Macros coming from VS2003 not working right in VS2005 | 23 Mar 2006 07:12 GMT | 1 |
I have two macros I used to use in VS 2003. I recently tried to import them for use in VS 2005, but they don't seem to work. I open the macro explorer, right click and do run, but it's like VS never calls the things. What the heck am I doing wrong?
|
| Deploying ClickOnce is failing on web server | 23 Mar 2006 06:57 GMT | 11 |
I have a .net 2.0 smarclient app and am trying to deploy it to IIS where users can access it from. I created an application folder in IIS where I'm trying to deployee to. 1) When the application folder was set to 'Allow scripts only', I get an
|
| Encryption, PGP, and .NET | 23 Mar 2006 05:11 GMT | 3 |
I read a Microsoft paper explaining the basic concepts of encryption. For example, I now understand the difference between asymmetric and symmetric encryption and have successfully used the .NET crypto classes. I'm now working on a project where I need to download a file ...
|
| FileSystemWatcher unable to watch network drive as a windows service | 23 Mar 2006 03:28 GMT | 6 |
PLEASE HELP!!!!!! Here is the exception that I am getting Exception: System.ArgumentException Message: The directory name W:\AudioFiles is invalid.
|
| Attribute Based Programming - Tracing | 23 Mar 2006 02:11 GMT | 3 |
I'm interested in building a component that will be used to trace an application with minimal coding. The applications we build are typically we applications. The trace and debug classes offer some of this functionality, but I'm looking for something that a little cleaner to ...
|
| VB.NET Compiler Error | 22 Mar 2006 23:13 GMT | 3 |
I am working on a .NET solution that contains both C# and VB.NET projects. It worked fine but for the past few days, I get this VB.NET Compiler Error that states: Visual Basic .NET compiler is unable to recover from the following
|
| Code to insert record | 22 Mar 2006 20:43 GMT | 3 |
I am using Visual Web Developer and the .net 2.0 framework. My intention is to send an email then insert the form's field values into an Access Table. I created a dataset called ContactFormData.xsd. I found code in Help, to add date to a Typed Dateset. It seems like what I want ...
|
| are System.Data.SqlClient.SqlConnection thread safe? can many threads share a System.Data.SqlClient.SqlConnection instance without any synchronization? | 22 Mar 2006 20:01 GMT | 2 |
are System.Data.SqlClient.SqlConnection thread safe? can many threads share a System.Data.SqlClient.SqlConnection instance without any synchronization?
|