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
DataGridView OnPaint11 Oct 2006 15:18 GMT1
greetings I would like to be able to design some extra graphics above the
header cells of a datagridview that I have....
I've been trying to use e.cliprectangle.Offset(0,80); but it is useless the
drawing I make always became over the grid....
Automatic Memory Management Question11 Oct 2006 15:03 GMT3
Hello I am studying the ECMA specs and was doing wonderfully until just
now. They have just broached the topic of AMM and given some example
code which seems to be demanding a greater understanding from the
reader than the previous examples.
Transaction11 Oct 2006 14:52 GMT1
SqlCommand oCmd;
SqlTransaction tran;
oCmd = new SqlCommand("myStoredProcedure",myFunctions.createConnection());
oCmd.CommandType = CommandType.StoredProcedure;
Bridge pattern?  What is the use?11 Oct 2006 14:51 GMT12
The code below was taken from an example.
All the "noise" in the example was thrown out.
This is supposedly according to the bridge
pattern. What in the code (which lines)
Serialize XPathNavigator11 Oct 2006 14:08 GMT4
Does anyone know how to serialize an XPathNavigator object?
I have tried the following but it moans that the xpn does not have a parameterless
constructor.
           XPathNavigator xpn = e.Source.SelectSingleNode("/ns1:Invoice/ns1:InvoiceDetail/ns1:Lines/ns1:Line/ns1:Matches/ns1 ...
Create an event11 Oct 2006 13:53 GMT4
I create a WEB application and I use a textbox, server control.
It does not have an OnClick event. Is it possible to create one?
Thanks
ADO SQLConnection works only in Windows, but not in WEB11 Oct 2006 13:52 GMT2
I use the same connection string in a Windows and then in a WEB application
to connect to SQL Server.
When I try it in the WEB it doesn't work,
private SqlConnection conTest = new SqlConnection(@"data
WORKS IN TEST, NOT IN LIVE????11 Oct 2006 13:40 GMT2
Hey guys,
   I just wrote a web page form using C#/.NET. It works perfectly in the
"test" environment that Visual Studio 2005 sets up for you when you attempt
to run your web based application.
PropertyGrid Serialize Property of type SystemColor11 Oct 2006 12:50 GMT3
I have a propertygrid that I allow the user to pick a system.color and I
want to save to a file to load later
onto the propertygrid. String and bool values work but I am unable to save
colors
Transparency key is not working in Child Forms11 Oct 2006 11:38 GMT3
    When i use Transparency key with the parent form then its ok the form
become Transparent but when i add another form to parent and sets the child
form' transparency key it does not work at all.. child form never becomes
transparent neither by transparency key nor by  ...
CPU usage amd memory usage11 Oct 2006 11:27 GMT3
I am using the following code to get the CPU usage
PerformanceCounter myCounter;
myCounter = new PerformanceCounter();
myCounter.CategoryName = "Processor";
OOT: USB Port Dongle11 Oct 2006 11:25 GMT3
I am sorry moderator that I post an OOT question.
Did you all ever use Hardware lock or Dongle to protect your software?
How efektif it is?
Thank you In Advance
Treeview with in an checkbox in few of the nodes11 Oct 2006 08:18 GMT2
Anyone have a code example on how I make a treeview so it only
displays a checkbox on the nodes I decides that needs one? And not
just all of the nodes like the Microsoft standard version of treeview
dos it.
generics collection question11 Oct 2006 07:52 GMT14
I'm hoping to do something using Generics, but I'm not sure it's possible.
Let's say I want to have a bunch of business objects and a data access class
cooresponding to each business object. For each business object, I would
have something like below:
Application in focus11 Oct 2006 06:55 GMT4
How do I make my application back to focus during it is processing I switch
to other application and back ?
During my application processing, I open another application, eg. notepad.
Then I select my application, my application screen is in white.
 
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.