| Thread | Last Post | Replies |
|
| Accessing private attributes from within classes | 14 Jun 2007 16:31 GMT | 3 |
In the classes I develop my attributes are always private and are exposed using properties.
>From within the class is more correct to access the attributes directly or to access the attributes using the properties?
|
| Code to parse a SQL Result into list of datatables | 14 Jun 2007 16:12 GMT | 1 |
Is there any code part of the .NET Framework or any suggestions at the best way to handle the following situation? Results from SQL Select statement: MeasureDate | Name | Width | Height
|
| Create something akin to VS.NET Form Designer | 14 Jun 2007 16:12 GMT | 4 |
I was wondering if anyone knew of any resources that would help me build something akin to the VS.NET form designer? Meaning, say I have a Button object on my form. I want it to have that kind of border around it, with the "handles" at each corner (and in the middle of
|
| StreamWriter invalidates web service cache: bug? | 14 Jun 2007 16:11 GMT | 5 |
I insert a string in cache in a property set and I retrieve that string in the get. I retrieve my string with Read web method and I insert it with Write web method: to try cache I do Read, Write, Read.
|
| Convert international characters | 14 Jun 2007 16:05 GMT | 1 |
I am writing an application where I need to process some text read from files, and write information to a content-management-system. Unfortunately the CMS does not accept international characters in some text strings (eg for names of entities), like the Danish Å, Ø, Æ.
|
| gridview sorting | 14 Jun 2007 15:56 GMT | 3 |
I have a question that maybe somebody can help me out. I have a gridview that is bound to a sqltable, and I have created two template columns. I am having problems getting the sorting to work. I turned on the Allow
|
| Getting Error Using Report Viewer(SSRS) with Ajax | 14 Jun 2007 15:51 GMT | 2 |
I am using Ajax control(Update Panel) in my web page(ASP.Net 2.0) and putting Report Viewer(Sql Server Reporting Services 2005) Control in it. When I am displaying any report it is coming ,But Report Viewer Toolbar is not working Ex Print Command Button and if I try to move to ...
|
| Prevent form from closing | 14 Jun 2007 15:34 GMT | 3 |
i want to prevent a form from closing.. to do this i want to handle the formClosing or FormClosed events. from here i want to prevent the form from closing. New instance of same form should not be used.
|
| How to customize the Label and set the property of AutoSize to False? | 14 Jun 2007 15:28 GMT | 1 |
As we known, in Visual Stdio 2003 or 2005, the property of Autosize of Label is set to True by defaut, how can I customize this and set property of Autosize to False?
|
| Order of Items in a collection object | 14 Jun 2007 15:22 GMT | 4 |
I am developing using MS Visual Studio .net 2005, c# 2.0. My query/confusion is as follows: If I have a collection of a particular type of object. While moving in the collection using foreach or forloop, will I get the
|
| Barcode Reading | 14 Jun 2007 15:17 GMT | 2 |
I have an application with a barcode in the Image. I want to read the barcode from the image using program. Image resolution is 120 X 120 DPI.I tried to read thru different barcode SDKs available in the market ( like ; Leadtools , Pegasus , Atalasoft etc..),but none couldn’t ...
|
| Messenger-esque windows service: How do major messengers do it? | 14 Jun 2007 14:36 GMT | 2 |
I am fairly new to C# development. I have read a number of articles about developing messenger applications, but they all assume that it is operating internally and that the IP address of the client is known. I would like to develop a messenger-esque service that will
|
| MDIParent + NullReferenceException: Object reference not set to an instance of an object | 14 Jun 2007 13:38 GMT | 3 |
I have this code that makes the form as an MDIChild: chartWindowController.GetForm().MdiParent = _expertTradeMainFrm; chartWindowController.GetForm().WindowState
|
| C# handling Form events | 14 Jun 2007 11:49 GMT | 2 |
how can we handle the FormClosed and FormClosing events in C# i am able find those events in VB.NET application Code part.(Form1 Events) i don't find that in the C3 how can i handle those events
|
| WOW6432Node detection | 14 Jun 2007 11:28 GMT | 3 |
OK, I know this has been discussed before. I need to detect when I am running on 64 bit windows, and write a specific key to the 32 bit node for VS 2005 to load my plugin (I am 64 bit, it is 32 bit). ManagementObjectSearcher mso = new ManagementObjectSearcher("SELECT *
|