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# / March 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ListView with Icons15 Mar 2006 16:04 GMT1
I have a listview with the View property set as Details.  I have set 4
columns, and now I am trying to set some Icons on the column headers.
Is this possible?
Thanks in Advance
wrapper in .NET 1.1 to call a .NET 215 Mar 2006 15:59 GMT2
I have a .NET 1.1 application that load and call a custom assembly.
Problem is that this is working only with .net 1.1 custom assemblies, and I
have no access to the code for this application.
Is it possible to create a wrapper assembly in.NET 1.1 that could load and
Split string to NameValuecollection15 Mar 2006 15:37 GMT5
I have a string like this:
key1="value 1 with blanks" key2="another value"
How can I import this two pairs of Name/Value into a
NameValuecollection?
Web Form Designer generated code15 Mar 2006 15:35 GMT7
Dear colleagues,
   Does anyone have an idea where I could find precise and detailed
explanation of each and every statement of the following “Web Form Designer
generated code”:
Strange thing about System.Console.Read()???15 Mar 2006 15:35 GMT4
for the following code snippet:
int k;
char c;
while (true)
A problem with UserControls and MessageBoxes15 Mar 2006 15:20 GMT3
I am currently investigating a very annoying problem with one of our
applications.
We have a UserControl that runs in IE.
As the control fires up the constructor does some status checking and if the
How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler?15 Mar 2006 15:08 GMT3
How to access a network file path \\foo\bar.txt from an .aspx and from a
custom IHttpHandler?
How to specify which account that aspx application should use when doing
file IO from network paths?
ascii char set15 Mar 2006 14:54 GMT2
I'm trying to parse a binary file to help me with some analysis...what
I'd like to do is take a byte of data and display its ascii char value
(37='%', 38='&', etc.).
private void ParseFile(string fileName)
MessageBox.Show and program behaviour15 Mar 2006 14:26 GMT2
Why does the MessageBox.Show function in the thread below changes the
program behaviour, in other words, the APListView becomes filled with
values with a call to RefreshAPListView. Without the MessageBox.Show
function, in my laptop, the code doesn't get past the inner loop where
Sending SMS in .NET15 Mar 2006 13:25 GMT8
We appreciate if you let us know how to send SMS using .NET.
Signature

Mike

Non-default values for a struct ?15 Mar 2006 13:03 GMT3
struct MyStruct
{
 int value = 64; // does not compile
 public MyStruct()
Dynamically changing HTML in page beofore output to user15 Mar 2006 12:35 GMT2
I have a problem, and for some reason I have not been able to find an
answer on the net.
In a nutshell, I have some codes on my page, which I want to change to
an appropriate string (from a hashtable). Since I do not want to pass
How can I place text in the rowheader column of my DataGridView in C#15 Mar 2006 12:33 GMT1
Hi Team,
This is saravanan i am new to C#.. I am using VS2005 for my windows
based application.. I am using DataGridView to show the values.. What i
want is i want to display the text in the rowheaders of the
How to change the following code to using x509 certs in a cert store the local machine?15 Mar 2006 11:10 GMT2
HttpWebRequest req =
(HttpWebRequest)HttpWebRequest.Create(ConfigurationManager.AppSettings["URI"]);
req.Proxy = new
System.Net.WebProxy(ConfigurationManager.AppSettings["ProxyString"], true);
Unable to load DLL - The file is there15 Mar 2006 11:03 GMT7
I have a problem loading a DLL file that is exactly in the same
directory of the executable. The DLL is not in .NET format but can be
accessed through P/Invoke.
This never happened to me.
 
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.