Click here to Skip to main content
15,922,574 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to post articles ? Pin
leppie7-Aug-06 20:47
leppie7-Aug-06 20:47 
QuestionProgrammatically Restarting SQL Server Pin
wasife7-Aug-06 17:39
wasife7-Aug-06 17:39 
AnswerRe: Programmatically Restarting SQL Server Pin
leppie7-Aug-06 20:35
leppie7-Aug-06 20:35 
Questionregular expression Pin
sarojkumarjena7-Aug-06 17:25
sarojkumarjena7-Aug-06 17:25 
AnswerRe: regular expression Pin
leppie7-Aug-06 20:28
leppie7-Aug-06 20:28 
QuestionHow to show a value in message box Pin
sarojkumarjena7-Aug-06 17:22
sarojkumarjena7-Aug-06 17:22 
AnswerRe: How to show a value in message box Pin
Judah Gabriel Himango7-Aug-06 18:01
sponsorJudah Gabriel Himango7-Aug-06 18:01 
AnswerRe: How to show a value in message box Pin
wasife7-Aug-06 18:22
wasife7-Aug-06 18:22 
QuestionSQLLite c# Wrapper Pin
aruna_koride7-Aug-06 16:22
aruna_koride7-Aug-06 16:22 
AnswerRe: SQLLite c# Wrapper Pin
Rob Graham7-Aug-06 16:28
Rob Graham7-Aug-06 16:28 
GeneralRe: SQLLite c# Wrapper Pin
aruna_koride7-Aug-06 16:41
aruna_koride7-Aug-06 16:41 
AnswerRe: SQLLite c# Wrapper Pin
Sk8tzz7-Aug-06 20:15
Sk8tzz7-Aug-06 20:15 
GeneralRe: SQLLite c# Wrapper Pin
aruna_koride7-Aug-06 20:58
aruna_koride7-Aug-06 20:58 
GeneralRe: SQLLite c# Wrapper Pin
Sk8tzz7-Aug-06 21:12
Sk8tzz7-Aug-06 21:12 
QuestionCancel process with a button Pin
Leo Smith7-Aug-06 13:48
Leo Smith7-Aug-06 13:48 
AnswerRe: Cancel process with a button Pin
Not Active7-Aug-06 14:03
mentorNot Active7-Aug-06 14:03 
QuestionFormatting ComboBoxes Pin
~~~Johnny~~~7-Aug-06 13:23
~~~Johnny~~~7-Aug-06 13:23 
AnswerRe: Formatting ComboBoxes Pin
Dave Kreskowiak7-Aug-06 14:46
mveDave Kreskowiak7-Aug-06 14:46 
QuestionDataGridView Accepting Program Assigned Data Pin
tkewebstrands7-Aug-06 12:34
tkewebstrands7-Aug-06 12:34 
AnswerRe: DataGridView Accepting Program Assigned Data Pin
tkewebstrands8-Aug-06 3:55
tkewebstrands8-Aug-06 3:55 
QuestionDataset and sum Pin
Saamir7-Aug-06 11:12
Saamir7-Aug-06 11:12 
AnswerRe: Dataset and sum Pin
Not Active7-Aug-06 14:10
mentorNot Active7-Aug-06 14:10 
QuestionRe: Dataset and sum Pin
Saamir8-Aug-06 3:58
Saamir8-Aug-06 3:58 
Questionprinting a populated form Pin
TWatson477-Aug-06 11:05
TWatson477-Aug-06 11:05 
AnswerRe: printing a populated form Pin
Not Active7-Aug-06 14:16
mentorNot Active7-Aug-06 14:16 
Printing the form isn't to difficult, you could use the same technique. Create an image of the pdf and place the data using Graphics.DrawString. Saving it as pdf is the tricky part. There are plenty of tools out there to assist with, check here for a start

http://www.codeproject.com/showcase/TallComponents.asp[^]
http://www.codeproject.com/dotnet/PdfLibrary.asp
[^]

only two letters away from being an asset

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.