| Thread | Last Post | Replies |
|
| string.IndexOf help | 22 Aug 2007 12:30 GMT | 4 |
In my project I want to search thru a text in a text box or RichTextBox. When I search I want to list all lines that contain the string I am searching for. e.g.
|
| Derived ListBox Control | 22 Aug 2007 10:44 GMT | 2 |
I am deriving a custom control from a list box, in order to add the ability to edit a list item's text. The easiest way to do it is to simply place a text box at the appropriate position on the list box, edit in the text box, then get the value from the text box when it loses ...
|
| Authentication using principals | 22 Aug 2007 08:57 GMT | 3 |
I have seen some examples of authentication using principals, this is for an intranet so a somewhat low level of security is required, however I woudl like to know the disadvantages of using principals. Also when I generate the identity for my principal, I use
|
| Application without installer, exe only | 22 Aug 2007 07:52 GMT | 2 |
Just started trying out Windows programming (after programming PHP websites for 4-5 years). Just downloaded and installed Visual C# Express and made my first program using an example from the help file. But it made an installer and all that crap. I just want to have an exe file that ...
|
| Sharing Code | 22 Aug 2007 07:25 GMT | 47 |
I'd like to write any number of classes and then use those classes from any number of .NET applications. Since we've supposedly left "DLL Hell" and ActiveX objects behind, what has taken it's place.
|
| .NET Assembly used as COM object Exception | 22 Aug 2007 06:18 GMT | 2 |
I have developed a .NET assembly and registered it on my workstation to be used as a COM object. I call a new instance of this object from a script using the Windows Scripting Host and it works great. However, when I throw an Exception
|
| Vertical sizing of controls | 22 Aug 2007 05:15 GMT | 2 |
I want to prevent the user being able to vertically size a control, in the same manner that single line textbox and autosize labels do. I can override SetBoundsCore which prevents the actual sizing but the vertical resize grips still show for the user, even though they have no
|
| ASP .NET Web Site | 22 Aug 2007 01:32 GMT | 2 |
I created a ASP .NET Web Site project (C#) on my PC and want to remove the project from the PC. Do I need to manually delete anything fro IIS? Thanks.
|
| Moving from 2003 to 2005. Getting my resources to work again | 22 Aug 2007 01:20 GMT | 1 |
For localization, I create resx files containing stringlists. I have several in my project, attached to individual projects/dlls Since moving across my application doesnt seem to be able to find the resources I've attached.
|
| How do I create an embeddable object? | 21 Aug 2007 22:56 GMT | 5 |
I have written a small media player in VB and I have decided to rewrite it in C# (both in .Net 2003). Meanwhile, I am going to take this opportunity to write it so it can later be embedded in a browser page and all the controls like pause, rewind, fast forward etc can be ...
|
| WriteLine for Mobile Device | 21 Aug 2007 21:44 GMT | 2 |
I'm just starting to play around with programming using c# for a WM6 mobile device using VS2008 (B2). I created a new c# project for the mobile device, and have been able to get some basic UI together and set up handlers on the back end. In the process of doing slightly
|
| Bitmask Databing | 21 Aug 2007 21:19 GMT | 3 |
Is there a way to DataBind controls to a specific Bit in Bitmask? Here is some sample code of what I am trying to do ... I am trying to bind the Visible and Enabled properties of a Button to specific bits in a Bitmask stored in a DataTable.
|
| Error calling 32 bit COM (C++) dll from C# console application from 64 bit machine | 21 Aug 2007 21:18 GMT | 2 |
I have some question about using unmanaged 32 bit COM (C++) dll with C# . We use Visual Studio 2005 to develop this C# dll on 64 bit machine. (1) When I call the C# dll built with ANY CPU option (which use the 32
|
| multi language resource files in single dll?? | 21 Aug 2007 20:48 GMT | 1 |
i have a project that has to be in two languges. therefore i have resource files for english and for german. i am using the dll of this project in to another project. the problem i am facing is that when i compile the project the english resource files gets embedded in to the
|
| Strongly typed DataTables | 21 Aug 2007 20:32 GMT | 1 |
Silly question maybe, but I've been doing the following for far too long now: public static DataTable myDataTable() {
|