| Thread | Last Post | Replies |
|
| GlobalMultiuse? | 20 Dec 2005 10:12 GMT | 1 |
How can I make an item accessible to all areas of my assembly? For instance say I have a string constant called sProgramName that I set to be "My Program" located in a class called CConstants. How can I make this string accessible to all classes within my assembly without 1) ...
|
| Crystal Reports in Runtime | 20 Dec 2005 09:04 GMT | 1 |
Hi.. I am very bew in Visual C#.NET and crystal resports. So , I dont know whether i as a simple question.. I have to connect to different tables of different databases (MS Access). Then i have to report this data in runtime.
|
| Help me | 20 Dec 2005 08:29 GMT | 1 |
I am not able to see advanced members (again). I have unchecked (and tried checking unchecking) "Hide Advanced Members" in options. For C# it remains what I select but for "All Languages" it do not change even after making any changes. It revert back to checked. I have tried ...
|
| SQL statement and C# code separation | 20 Dec 2005 08:25 GMT | 8 |
I am developing a C# application in which I have several SQL statements. Currently I have each SQL statement residing inside a text file. In the C# code, I will load the text files, and execute the SQL statements. The reason I do this is because the other (more common)
|
| Create new winform datagrid | 20 Dec 2005 07:30 GMT | 1 |
Everyone: Using C#, I'm trying to create a datagrid on a winform programatically. I placed the datagrid and the form and named it CHGrid. Here's the code I'm using:
|
| MissingManifestResourceException after renaming namespace | 20 Dec 2005 07:24 GMT | 1 |
I started a project in VS and chose a stupid default name like WindowsApplication11. I'm finished coding and I want to rename my namespace to something more descriptive. When I change all instances of "namespace WindowsApplication11" to something else, I get a runtime
|
| event handling | 20 Dec 2005 05:57 GMT | 7 |
i am using com dll in my project which fires up event code in vb is like this Option Explicit Dim WithEvents p As CLAMXLib.ClamEngine
|
| RichTextBox horizontal scrollbar | 20 Dec 2005 05:32 GMT | 3 |
Consider a RichTextBox which is say 200 pixels wide and you do: richTextBox.WordWrap = false; richTextBox.Rtf = <lots of text> Assume the width of the rendered text is wider than 200 pixels so
|
| SendKeys in ProcessCmdKey: change Shift-Space to just a Space | 20 Dec 2005 04:01 GMT | 1 |
I'm trying to override the SHIFT-SPACE "negative feature" in the Winforms datagrid, to only be a space. The following link describes this: http://www.dotnet247.com/247reference/msgs/52/262224.aspx
|
| XML to XML conversion | 20 Dec 2005 03:53 GMT | 3 |
The requirement is to convert an XML file from one format to another. What is the best way to accomplish the same in C# 2.0? Coming from VB6 background, I could think of the following: 1. Write C# code for the conversion
|
| Datagrid Column Width | 20 Dec 2005 02:33 GMT | 24 |
This is for a Win form, in C# 2005. I want to load a datagrid, make some columns width 0, and then clean out the record I added. I get the error message, ""Index was out of range. Must be non-negative and
|
| Converting html page to image | 20 Dec 2005 01:13 GMT | 5 |
Has C# any classes to convert html page to gif or tif? Anyone could please, give how to do it? Br Wew
|
| Type Literals | 20 Dec 2005 00:21 GMT | 4 |
Just wondering if anyone can point me at some documentation for specifying literals with type in C#. I have searched for this a couple of times with no luck (found the VB.NET equivalent). I've tried google, msdn, etc, etc. Obviously I must be using the wrong keywords or ...
|
| Terminal Services API - Get Login/Idle Time? | 19 Dec 2005 23:58 GMT | 1 |
I've implemented most of the Terminal Services API in C# 2.0 (as documented here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termse rv/wtsquerysessioninformation.asp ) , but I really need to get to the login time and idle time as shown in
|
| Active Directory Programming in C#? | 19 Dec 2005 23:20 GMT | 2 |
I need to retrieve and set information in Active Directory in a new project that I'll be working on. I went to Amazon.com to look for a good book on this subject but found books on this subject all using C++. Can I make ADSI and LDAP API calls using C#? Can someone recommend a ...
|