Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
I want to draw a black line like a status bar...aspx19 Sep 2005 18:59 GMT1
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 GMT34
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 Security19 Sep 2005 18:35 GMT1
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 application19 Sep 2005 18:23 GMT2
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 Server19 Sep 2005 18:18 GMT1
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 XLS19 Sep 2005 18:13 GMT1
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 color19 Sep 2005 18:10 GMT4
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 files19 Sep 2005 17:33 GMT4
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 DB19 Sep 2005 17:25 GMT1
How do I store and retrieve session state information using C# and
ASPState SQL Server Database?
Thanks
join() timesout even though thread has completed19 Sep 2005 17:09 GMT1
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 part219 Sep 2005 17:08 GMT6
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 GMT19
Ok,
I start my thread job:
Thread t = new Thread(new
ThreadStart(invoicePrintingLongRunningCodeThread));
C# Language Specification - Delegates19 Sep 2005 16:05 GMT15
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 Programming19 Sep 2005 16:04 GMT1
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 Data19 Sep 2005 16:02 GMT1
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.