Hi Geeks,:):) I am quite new to creating skinnable applications. Could anyone tell me how to approach this work in C# .Net. I checked out some links but most of them are commercial. Basically i want to add a new feature to my application, so that custom skins can be used as required. Thanks, know THE WAY, -SimSan
sim_san
Posts
-
Skinnable Application in C# -
Printing to the printer using WIN32 APIWell I am printing a page directly to the printer bypassing the driver. WritePrinter is one of the APIs used just to do that job.My collegue calls it DOS printing; if that sounds familiar. Printing with Printer object wouldnt give a draft mode print....would it???? I came across SelectObject API ,but still I dont get the required output. -SimSan
-
Printing to the printer using WIN32 APIHi Guys, I've got a problem while using APIs for printing text . The problem: Every consecutive newline of text needs to be printed with different fontsize and also some lines need to printed in bold. Well I have been using 'WritePrinter API'. (its one the APIs required for printing with WIN32 APIs); Are there any APIs that manipulate the printers fontsize,fontbold ,etc output. API wizards kindly help... -SimSan
-
SQL Server Date ProblemThanks again for your info..U've got it right!!! -SimSan
-
SQL Server Date ProblemThis works fine...Thanks for the tip. Well...I wanted to clarify if SQL Server treats Dates in American Date format.If it does,why this date format ('yyyy-mm-dd') is in use. -SimSan
-
SQL Server Date ProblemHi Geeks, I am quite new to SQL Server.Well I have a problem.. Could someone help me ?? This is my Query: sql="SELECT Id,Name, Age,City, AdmDate FROM IP LEFT JOIN MDoc ON IP.DoId=MDoc.DoId WHERE AdmDate='11/15/2003' ORDER BY IP_Id" Now in the IP table there are records containing date values i.e. AdmDate='15/11/2003' ;these date values r in small date format with precision to seconds. Now I want All the records of a paticular date irrespective of their time Value. -SimSan