| Thread | Last Post | Replies |
|
| I want to draw a black line like a status bar...aspx | 19 Sep 2005 18:59 GMT | 1 |
Ok, I want this to be inside something like a panel. a square line that I can set as sql loads a value from 0 to 100 across - left to right.
|
| Should I explicitly initialize all member variables? | 19 Sep 2005 18:53 GMT | 34 |
I come from a background of Ada and C++ programming, where it was considered good practice to explicitly initialize every variable. Now that I'm programming in C# I think that it would be best NOT to initialize class members, because every type has well defined initialization
|
| Imperative Role-Based Security | 19 Sep 2005 18:35 GMT | 1 |
Hi group How can I find out the role of user in my local computer using imperative role-based security? Regards,
|
| how to implement the alert box and confirm box in asp.net application | 19 Sep 2005 18:23 GMT | 2 |
how to implement the alert box and confirm box in asp.net web application through c# any help please
|
| Otaining Data as XML from SQL Server | 19 Sep 2005 18:18 GMT | 1 |
Hi guys 'n' girls, I tried to obtain data from SQL Server by using the "FOR XML AUTO, ELEMENTS" clause and executing the SQLCommand with the ExecuteXmlReader() method. My queries will not return very much data, but the data which they return
|
| Porting COM to C# lib to use from XLS | 19 Sep 2005 18:13 GMT | 1 |
My current architecture is as follows - I am using COM DLL from XLS, using XLA facilities. My business logic resides in COM libraries and XLS as front end. I would like to port this architecture to Dot net environment (C#). So
|
| extract the blue color | 19 Sep 2005 18:10 GMT | 4 |
I don't understand what I am doing wrong I wrote this code, in order to manipulate some Xml data, I have problem with level 4 (properties section): //CODE ...
|
| Class to process ZIP or CAB files | 19 Sep 2005 17:33 GMT | 4 |
A summary search in MSDN did not produce anything. Is there a class in .NET which allows management of ZIP or CAB files? Add/modify/remove files in a specified CAB or ZIP file. I could always call an external process but I rather do the ZIP/CAB file management from within my C# ...
|
| Store and Retrieve Session Information using C# and ASPState DB | 19 Sep 2005 17:25 GMT | 1 |
How do I store and retrieve session state information using C# and ASPState SQL Server Database? Thanks
|
| join() timesout even though thread has completed | 19 Sep 2005 17:09 GMT | 1 |
I'd just like to know why, when a System.Threading.Timer timer is fired, and I set a class variable to CurrentThread within the Timer method, that when calling Join on that thread in a different thread, it times out even though the Timer method has completed.
|
| C# newbie part2 | 19 Sep 2005 17:08 GMT | 6 |
I mixed up things in the previous post, sorry about that I was looking for the equivalents in C# 1) Dim myRow As DataRow For Each myRow In DataSetGroupSQL1.tblProfileGroups.Rows
|
| Control.Invoke...Lots of controls and need help starting... | 19 Sep 2005 16:36 GMT | 19 |
Ok, I start my thread job: Thread t = new Thread(new ThreadStart(invoicePrintingLongRunningCodeThread));
|
| C# Language Specification - Delegates | 19 Sep 2005 16:05 GMT | 15 |
First... let's deal with Delegates. Comments welcome. 1) Invoking a NULL delegate is annoying. ** (It should just do nothing rather than crash.) 2) It's too easy to accidently attach multiple redundant handlers onto
|
| Pocket PC Webcam Programming | 19 Sep 2005 16:04 GMT | 1 |
Hello all. I've seen some Pocket PC applications displaying the contents of an integrated webcamera. How do they do that... seems like in C# I can't program the webcamera at all capturing video to a PictureBox. WIA seems not to work with my VideoBlaster Webcam 3.
|
| Global Data | 19 Sep 2005 16:02 GMT | 1 |
I am desiging a windows form application that that will have a hierarchy of forms. Can anyone tell me the best way of passing data between these forms? Is it possible to use global variables or some sort of messaging like in
|