| Thread | Last Post | Replies |
|
| populating a combo box | 22 Nov 2006 15:36 GMT | 1 |
I'm new to C# and I can't seem to manage doing something which is supposed to be very simple: I have a table in SQL Server with 2 columns: Id, Name. I have a form in visual studio 2005 in which there is a combo box. I want to
|
| Inheritance | 22 Nov 2006 15:19 GMT | 5 |
I am developing an application using c# sharp.I have a base form and all other forms inherits from the base form. all was running so well until i was given the task to find out which inherited form is actually being used.
|
| C# Equivalent of C++ MD5 Algorith | 22 Nov 2006 14:58 GMT | 6 |
I am re-writing a C++ application in C# that takes a user's password, encrypts it using MD5 (I think), and compares it to what was encrypted and stored in the database when the user initially created their password. The problem is that the C++ encryption generates 110
|
| Renaming a directory | 22 Nov 2006 14:30 GMT | 4 |
Maybe this has been covered in the past in this group, but I wasn't able to find any references. If it has been covered, please provide me with a link of some sort. I'm trying to rename a directory, eg.: C:\TestDir\Dirname1 to
|
| Join DataTables in same dataset | 22 Nov 2006 14:24 GMT | 3 |
I have written a program to hold a sales contact db. It is written in c# express. an update is sent from head office in xl format, i need to import only the new rows to an access database.
|
| Add a Value to an ArrayList | 22 Nov 2006 13:49 GMT | 2 |
I would like to add a value to my ArrayList. When I add u to orderedpair below I get the same data for each. I know why, I am Add ing u. I want to add the VALUE of u at the point in the for loop, NOT q. Does anyone know how to do this?
|
| Object design question | 22 Nov 2006 13:46 GMT | 6 |
I'm wondering if someone can help me with some design questions I have. I'm trying to create a class in C# to represent my customers. I know how to create teh Customer class and all, but my problem comes with some conceptual issues I have:
|
| How to read operating system's current culture (regional settings) | 22 Nov 2006 13:23 GMT | 4 |
I'm using .NET Framework 1.1 My application needs to read the system's language settings. How to do this? Thanks.
|
| code snippet insertion | 22 Nov 2006 12:42 GMT | 5 |
hey all, i noticed when i'm in the code-behind and i type, let's just say the word IF, well in the auto-complete list the tool tip show it as a code-snippet. Is there a key-stroke to stub the snippet out? I know you can right-click and
|
| Exception from HRESULT: 0x8007007E | 22 Nov 2006 12:15 GMT | 1 |
I have a problem with an IIS server on windows 2003 server. I developed a web application on Windows Xp with the standard classes Membershi(System.Web.Security.SqlMembershipProvider, System.Web.Security.SqlRoleProvider). When I finished my development I copy my Web ...
|
| Convert structure object to pointer | 22 Nov 2006 11:21 GMT | 2 |
I have one structure named CHAINPOINT,like CHAINPOINT { int x,y;
|
| Defining a managed member functi on which takes a “ref” param | 22 Nov 2006 11:03 GMT | 5 |
The following code: public __gc class MyClass { public:
|
| CheckBox | 22 Nov 2006 10:44 GMT | 2 |
Help me to validate a checkbox wherein i want to display different messages when the checkbox is checked and unchecked.....
|
| Integer from a decimal. | 22 Nov 2006 10:42 GMT | 11 |
I'm looking for a function that will return the lowest integer that is greater than or equal to a decimal number. eg. 3.1(decimal) returns 4(integer)
|
| Ramifications of No Namespace | 22 Nov 2006 10:40 GMT | 5 |
Normally, when I create C# modules, the class appears within a namespace. However, I've just created a Web service and new classes have no namespace. Can anyone tell me why this is? And what the ramifications are of having or not having classes defined within a namespace?
|