| Thread | Last Post | Replies |
|
| createCaret under vb.net | 26 Nov 2004 23:09 GMT | 1 |
I want to create a block caret for a textbox under vb.net . Any idea? DT
|
| Multiple web applications and web.config | 26 Nov 2004 22:46 GMT | 3 |
I've developed an single sign on web application that we'd like to use with all the applications we're developing. The application's connection string is stored in web.config. I've gotten some basic functionality worked out and I'm attempting to test it on another application, ...
|
| Re-Repost: Unable to use Help Integration Wizard (beta) | 26 Nov 2004 21:27 GMT | 2 |
Here is again my question: (We had some more people on our side trying independently to do it. Everyone failed :-(( ) I have downloaded the Help Integration Wizard from MSDN (November 18) and
|
| Checking items in an arraylist | 26 Nov 2004 15:31 GMT | 6 |
Im trying to carry work out an else if clause in the below method but i'm having a lot of difficulty getting the correct code which allows me to check and see if an arraylist items has text in it containing Address not supplied. Im trying to do something below but its not ...
|
| Crystal Reports and .Net Windows application. | 26 Nov 2004 14:35 GMT | 2 |
Hi I was wondering if anyone could help me, i have a .net windows application which uses crystal reports to create numerous reports for the application, this works fine on
|
| Windows Service Assembly Version ? | 26 Nov 2004 11:34 GMT | 3 |
I know how to retrieve the Assembly Version for a WinForm program : Application.ProductVersion. But how to do it for a windows service in C# ??? Thx for your help
|
| Programmetically locate Source file | 26 Nov 2004 08:42 GMT | 1 |
I am trying to build some utilities for our internal development. Is there any way I can programmetically find out the original source file for a given class? Say I am inspecting a CLR type in our own application and I would like to know where is the source file defining that ...
|
| Web Browser | 26 Nov 2004 08:39 GMT | 1 |
Not too sure if this is the write place to post this, im sure someone will correct me if im in the wrong place. I have been developing a C# DLL component based on the WBCustomizer object from microsoft.
|
| Strange Problem | 26 Nov 2004 08:37 GMT | 1 |
I am seeing a very strange issue with a winform I have. There are a few statements in the code, that at one point were working just fine. I had compiled the code a few days ago and everything was working as desired.
|
| Running aplication from share on other server | 26 Nov 2004 07:58 GMT | 7 |
Whe i'm running my .net aplication from share on other server, i've got an error. Can someone explain what i must do? Unhandle exception:System.Security.SecurityException: Permission demand type System.Security.Permissions.EnvironmentPermission, mscorlib,
|
| cancel form from painting | 26 Nov 2004 07:25 GMT | 1 |
I would like to cancel a windows form from painting in the form's activate event. How do I do this? DT
|
| How to programmatically show the dropdown of a combobox in vb.net? | 26 Nov 2004 05:25 GMT | 4 |
How to programmatically show the dropdown of a combobox in vb.net? please help.
|
| Problem with mouse events in VB 2005 Express Edition Beta | 26 Nov 2004 03:49 GMT | 1 |
I can't get mouse events to fire in this new version. Is this a bug or limitation of the beta or am I missing something?
|
| What is 'System.ExecutionEngineException' occurred in Unknown Module? | 26 Nov 2004 01:35 GMT | 1 |
I have just completed a project and everything was run nicely and then I decided to change the project name, assembly name, and add another Blank Solution and add the project into that new solution. I'm sure evrything was done correctly and has change nothing inside my code. But ...
|
| Trying to debug an exe in VisualStusio .NET. | 25 Nov 2004 21:49 GMT | 4 |
I have to debug an exe with the VS studio .NET environment. but first my exe has to be started using another exe. So I arranged my project properties to start this first exe. Doing so, my breakpoints are not working. It seems that the debugger cannot attach itself to my program ...
|