| Thread | Last Post | Replies |
|
| accessing local properties | 21 Sep 2005 21:18 GMT | 6 |
Ok, kind of a silly question I just want to know what the proper method is, When I have local Properties, ie: private bool _someVal;
|
| Calling a dll | 21 Sep 2005 21:17 GMT | 2 |
Hi, folks; Please instruct a newbie in a very regular matter. How'm I calling an unmanaged dll written in vb from unmanaged vc++? Same question for (mainframe) c++?
|
| Generics C# VS Generics java VS Template C++ | 21 Sep 2005 20:04 GMT | 2 |
What are the principal differences in term of type safe, performance, implementation?
|
| Array of structures from a COM callback. | 21 Sep 2005 19:56 GMT | 7 |
Hi we have a 3rd party in process com dll, which was written In C++ and our client is in c#. All is working fine apart from we get a callback from the DLL which contains an array of structures.
|
| Dynamically load a class out of a DLL and create an instance of it | 21 Sep 2005 19:49 GMT | 2 |
Hi guys 'n' girls, I would like to know if there is an easy way to load a class out of dll at runtime and create an instance of it. The class which should be loaded has a base class which is known to the "loader" and all classes which should be
|
| Simple C# question | 21 Sep 2005 19:48 GMT | 3 |
In VB.Net, Lines between A and B can be replaced with Lines between C and D is there something in C# like this (With... End With) ?? ---Line A------------------------------------------------------------ --vb.net code
|
| Variable accessible to all function within class | 21 Sep 2005 19:41 GMT | 7 |
I keep getting the error of not shared member or something. Basically within a class, I have a constructor that takes in an sql connection string and init a connection object to be accessible by all members instead of init several connections locally for each member function .
|
| return datareader and close connection | 21 Sep 2005 19:37 GMT | 3 |
I have some methods that open a database connection, get some data and then return a datareader. How do I manage closing the connection to the database then? public OracleDataReader ExecuteCommand(string cmdStr) {
|
| liability | 21 Sep 2005 19:36 GMT | 4 |
I don't know where else to ask this question so I will ask it here. Legally, if my employer asks me to take in sensitive information (credit cards, SSN, etc) on a public web site that does not use a secure connection, am I liable in any way if that information is compromised?
|
| Window Service Logon Change | 21 Sep 2005 19:29 GMT | 1 |
How do I set logon for window service to something different through c# code? JJ
|
| Datagrid - ReadXml | 21 Sep 2005 18:03 GMT | 3 |
I am trying to read an xml file and have it view data in the datagrid. (For example take the xml file viewer in the visual studio, when u open an xml file it has that nice readable grid). I though that when i use the ReadXml funtion it will automatically read data
|
| New to .net threads | 21 Sep 2005 17:56 GMT | 3 |
I am writing my first .net thread, I need it to run until it is told to stop. The thread will process records from a database table, sleep for x milliseconds. I have all of that working, the issue I have is knowing when the thread has been informed that it needs to stop. I've ...
|
| Problem with value passing | 21 Sep 2005 17:41 GMT | 8 |
I send a parameter from a Form (Form1) to an other form (Form2): Form2 frm2 = new Form2(); frm2.number_frm2 = number_frm1; frm2.Show();
|
| Need a C# tutor/mentor in New Jersey | 21 Sep 2005 17:21 GMT | 1 |
Folks, I need someone in Central NJ, who can be a C# turor/mentor to answer specific questions, explain problem areas etc. by email, phone call, or in-person (occasionally).
|
| KeyPress not fired in some cases when Form.KeyPreview is on | 21 Sep 2005 17:20 GMT | 1 |
I am running is some problems with the KeyPreview and KeyPress events. The KeyPress event is only triggered when there this an focusable control on the form. When all controls are disabled the Form.KeyPress event does not trigger anymore.
|