hi,
I think you need to clear the cookies for this entry....
User Profile
Collapse
-
hi,
Use the following format values to assign only time in the datagridview
DateTime.Now.To LongTimeString( );...Leave a comment:
-
hi,
Try the following code to retrieve the nodes.
xml = new XmlTextReader(A pplication.Star tupPath + "fname.ext" );
while (xml.Read()) {
switch (xml.Name) {
case "properties ":
break;
case "width":
...Leave a comment:
-
A Resolution Independent MDI application
Hi friends,
Can any one help me to code the MDI application as Resolution Independent using c# .NET?
Follwoing is the code which, I have implemented. But it was working partially for MDI application and working perfect for SDI Application.
int widthRatio = form.ClientRect angle.Width * 100 / startW;
int heightRatio = form.ClientRect angle.Height * 100 / startH;
...
No activity results to display
Show More
Leave a comment: