Click here to Skip to main content
15,891,943 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Is it possible to retrieve the GUID for a .dll based on the name only? Pin
Dave Kreskowiak22-Sep-08 8:52
mveDave Kreskowiak22-Sep-08 8:52 
GeneralRe: Is it possible to retrieve the GUID for a .dll based on the name only? Pin
Jon_Boy22-Sep-08 13:37
Jon_Boy22-Sep-08 13:37 
QuestionPrinting text file in vb.net - Formatting issue Pin
kedarrkulkarni22-Sep-08 2:36
kedarrkulkarni22-Sep-08 2:36 
AnswerRe: Printing text file in vb.net - Formatting issue Pin
kedarrkulkarni22-Sep-08 2:40
kedarrkulkarni22-Sep-08 2:40 
GeneralRe: Printing text file in vb.net - Formatting issue Pin
Thomas Stockwell22-Sep-08 6:12
professionalThomas Stockwell22-Sep-08 6:12 
GeneralRe: Printing text file in vb.net - Formatting issue Pin
kedarrkulkarni22-Sep-08 19:45
kedarrkulkarni22-Sep-08 19:45 
GeneralRe: Printing text file in vb.net - Formatting issue Pin
kedarrkulkarni23-Sep-08 1:35
kedarrkulkarni23-Sep-08 1:35 
GeneralRe: Printing text file in vb.net - Formatting issue Pin
Dave Kreskowiak23-Sep-08 1:58
mveDave Kreskowiak23-Sep-08 1:58 
That's because when you printed the test, you used a proportial spaced font. When you used Courier New, you started using a fixed space font. Proportial means that each character uses just the amount of space it needs to get rendered. For example, a 'W' needs more width than a '.' to render. In a fixed space font, every character uses the same amount of space when rendered, regardless of how much it actually needs.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Printing text file in vb.net - Formatting issue Pin
kedarrkulkarni23-Sep-08 3:31
kedarrkulkarni23-Sep-08 3:31 
GeneralRe: Printing text file in vb.net - Formatting issue Pin
Dave Kreskowiak23-Sep-08 6:56
mveDave Kreskowiak23-Sep-08 6:56 
GeneralRe: Printing text file in vb.net - Formatting issue Pin
kedarrkulkarni23-Sep-08 20:51
kedarrkulkarni23-Sep-08 20:51 
GeneralRe: Printing text file in vb.net - Formatting issue Pin
Dave Kreskowiak24-Sep-08 1:43
mveDave Kreskowiak24-Sep-08 1:43 
RantRe: Printing text file in vb.net - Formatting issue Pin
Thomas Stockwell23-Sep-08 2:01
professionalThomas Stockwell23-Sep-08 2:01 
Questionregarding MDI forms Pin
marygoldg21-Sep-08 23:46
marygoldg21-Sep-08 23:46 
AnswerRe: regarding MDI forms Pin
Rupesh Kumar Swami22-Sep-08 0:09
Rupesh Kumar Swami22-Sep-08 0:09 
AnswerRe: regarding MDI forms Pin
pdnet22-Sep-08 0:16
pdnet22-Sep-08 0:16 
AnswerRe: regarding MDI forms Pin
Dave Kreskowiak22-Sep-08 8:44
mveDave Kreskowiak22-Sep-08 8:44 
GeneralRe: regarding MDI forms Pin
marygoldg22-Sep-08 19:55
marygoldg22-Sep-08 19:55 
GeneralRe: regarding MDI forms Pin
Dave Kreskowiak23-Sep-08 1:55
mveDave Kreskowiak23-Sep-08 1:55 
QuestionSaving & Retrieving An Image Pin
Member 367504721-Sep-08 23:00
Member 367504721-Sep-08 23:00 
AnswerRe: Saving & Retrieving An Image Pin
jzonthemtn22-Sep-08 2:08
jzonthemtn22-Sep-08 2:08 
AnswerRe: Saving & Retrieving An Image Pin
Rupesh Kumar Swami22-Sep-08 3:05
Rupesh Kumar Swami22-Sep-08 3:05 
GeneralRe: Saving & Retrieving An Image Pin
EngrImad6-Nov-21 11:12
EngrImad6-Nov-21 11:12 
QuestionRunning a project from a mapped network drive Pin
Hazelrah21-Sep-08 21:02
Hazelrah21-Sep-08 21:02 
AnswerRe: Running a project from a mapped network drive Pin
Johan Hakkesteegt21-Sep-08 21:51
Johan Hakkesteegt21-Sep-08 21:51 

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.