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# / January 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
WPF - Get ProgressBar Template to Stretch to fit Parent Grid07 Jan 2008 07:05 GMT3
I have defined a control template for a progress bar.  This progress bar
sits in a grid column with the width set to *.  How do I get the progress bar
to fill in the entire space of that grid column (like it does if a
non-templated progress bar is used)?
processes and mutexes07 Jan 2008 03:19 GMT3
I have a C# program that fires an external VB6 program which writes to
a file and terminates.
It is ugly, but this is how I have to do it. I cannot change this part
of the program.
Newbie question on dotnet - OOP07 Jan 2008 00:58 GMT6
I would like some examples on using OOP with dotnet developing tools
(For VB & VC), please.
Also what are the main difference of version 3.0 and priors (2 & 1.1).
Need some samples, and tutorials please.
newbie question about axd07 Jan 2008 00:55 GMT1
What are the porposes of files with .axd extensions? Some say they are http
handlers, then why not just create .ashx files?
TIA
Lock Threads07 Jan 2008 00:53 GMT2
I have a Static Class with a few Methods/functions
im trying to make them thread safe...
public static myclass
{
is temporary variable necessary?07 Jan 2008 00:00 GMT11
hi, could anyone tell me which is better of the 2 code below?
① string[] columnInfo = columnDescription.Split(new char[] { '-' });
② char[] splitter = new char[]{'-'};
   string[] columnInfo = columnDescription.Split(splitter);
It is important to measure a performance06 Jan 2008 19:21 GMT1
It is important to measure a performance
http://gg08.net.cn/business3.htm
Is it really important to measure a business performance? I think if
you will even need to purchase someone's business, then you will never
Delegate of/Pointer to object instance06 Jan 2008 18:25 GMT4
Hey there,
What i know is that a delegate is a (address)reference to a method or a
object-instance's method.
But how can i have a reference JUST to a object instance? Is this also
XsltCompiledTransform06 Jan 2008 18:20 GMT2
c#2.0
I am Calling the below
Xslt.Transform(InputFile,OutPutFile);
I get the Below Error when transforming a large file
Help Required06 Jan 2008 17:51 GMT1
I have a requirement as follows
I need to navigate to a folder X which contains numerous folders a,b,c etc.
Each
of the folders a,b,c have files withing them. i need to count the files in
reg SSL06 Jan 2008 17:47 GMT1
We are using SSL to provide security to our web application we have
created. But this shows a Security Alert Box  every time any user logins. Can
any one pls tell me how this can be avoided? The same security alert box does
not come up when we login to gmail or some other secure ...
Delegate to call a function06 Jan 2008 16:14 GMT5
I have a function to fill combo box items. I pass SQL query and combo
box name as arguments. This function is located in another class. In
my Form, I have declared a delegate to this function before the
namespace as;
Adding data columns to a disconnected database06 Jan 2008 14:36 GMT2
I am having trouble adding data columns to a disconnected database. I
first load a datatable using:
   private DataTable dtMacros = new DataTable();
   private ArrayList macro = new ArrayList();
DataTable.Select - Thread.CurrentThread.CurrentCulture - String.Format06 Jan 2008 13:13 GMT5
Hi NG,
in my application a <myDataTable>.Select fails with "Syntax error in the
expression."
It took me a while, isolate the cause to this:
Get properties in native order for DbLinq06 Jan 2008 12:45 GMT7
I need to get type t properies in the native order as they appear in class
definition .cs file.
Type t has full-property constructor whose parameters are all properties in
native order.
 
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.