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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
access modifiers applied to property10 Oct 2006 20:51 GMT2
If I define a property as
int age
{
   get;
RegLoadMUIString Vista P-Invoke10 Oct 2006 19:10 GMT10
I'm trying to get an MUI string out of the registry in display friendly
format.  From what I've read, strings in the following format:
“@[path]\dllname,-strID” are MUI strings and receive special handling via
the RegLoadMUIString API call.
populating treeview from database table10 Oct 2006 19:06 GMT3
I have a database table with 3 columns
table1:
eid ename parentid
0 root 0
Console app printing10 Oct 2006 18:59 GMT5
Does anyone know how to print an HTML file with images in a console
application?
Windows Service, MS SQL 2005 and late binding10 Oct 2006 18:40 GMT1
I am trying to develop a Windows Service that is able to connect to a MS SQL
Server 2005 database through late binding. However I am not able to find any
information about this. I hope that someone around here can help me with
this or at least point me to something useful. I am ...
Adding Stylesheet to XmlDocument10 Oct 2006 17:50 GMT1
is there a way to add a stylhesheet like:
<?xml-stylesheet type="text/css" href="styles.css" ?>
to an XmlDocument?
Regards,
Using Generics with System.DirectoryServices10 Oct 2006 17:21 GMT6
I'm in the process of updating an ASP.NET v1.1 web app to v2. The app uses
ActiveDirectory a great deal, and I'm trying to use the new
System.Collections.Generic namespace where possible, having been advised by
several luminaries that that is a "good thing to do"... :-)
Custom Sorting in DataGrid10 Oct 2006 17:15 GMT4
I want custom sorting on some of the columns in the datagrid. And i am able
to do the same by overriding MouseDown event. However, i need to rebind my
datatable to reflect the changes in grid. And with rebinding, sorting image
(little triangle on the column header) goes away.
checking for numbers in C#.net10 Oct 2006 17:15 GMT5
Is there a command in C# which will allow me to check whether or not a
variable is a number? Something similar to the VB isNumeric command?
Thanks,
Ben
Hiding Menu Items10 Oct 2006 16:50 GMT3
(using VS2005) I want to hide a menu item, but setting the Visible property
to False does not work! If it's initialy false and I set it to true, that
works. Any suggestions?
- Fred
Regex question10 Oct 2006 16:46 GMT7
I have a long string that I need to take a section out of and use.
The section I need always starts with "XX XX XX XX XX"
and always ends with "YY YY YY YY YY"
I want to throw away the rest and use whats between the 2 Marker
Default property10 Oct 2006 15:57 GMT2
How do I set a default property in C#? In VB we use the default keyword
before the property.
Apostrophe in Column value of DataTable select query10 Oct 2006 15:51 GMT2
Hi, I have some kind of problems with an apostrophe character ('). I would
like to select from DataTable DataRow containing value horses' (with an
apostrophe on the end). But when I do it in an obvious way, like this:
DataTable dt = new DataTable();
Help. MySQL OleDbDataAdapter Error Unrepresentable DateTiime10 Oct 2006 15:37 GMT1
I am performing a query on MySQL table which contains two DateTime
fields
Here is my code
string sqlCmd = "SELECT * FROM categories";
How would you make TreeView nodes turn into TextBoxes to edit?10 Oct 2006 15:01 GMT1
I have a TreeView and I would like to have it function so that when someone
right-clicks on a Node and chooses an option Edit under a context menu the
node changes from a read only label to a TextBox and I can edit the text.
What's a good way to accomplish this?
 
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.