Click here to Skip to main content
15,916,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCrystal reporting Pin
saurabh4u2222-Jun-07 0:52
saurabh4u2222-Jun-07 0:52 
AnswerRe: Crystal reporting Pin
Rupesh Kumar Swami22-Jun-07 1:09
Rupesh Kumar Swami22-Jun-07 1:09 
AnswerRe: Crystal reporting Pin
Dave Kreskowiak22-Jun-07 4:14
mveDave Kreskowiak22-Jun-07 4:14 
AnswerRe: Crystal reporting Pin
ctwalker22-Jun-07 5:02
ctwalker22-Jun-07 5:02 
QuestionHow do I increase the resolution of DrawPie [modified] Pin
GuyThiebaut22-Jun-07 0:40
professionalGuyThiebaut22-Jun-07 0:40 
AnswerRe: How do I increase the resolution of DrawPie Pin
saurabh4u2222-Jun-07 0:54
saurabh4u2222-Jun-07 0:54 
GeneralRe: How do I increase the resolution of DrawPie Pin
GuyThiebaut22-Jun-07 2:07
professionalGuyThiebaut22-Jun-07 2:07 
AnswerRe: How do I increase the resolution of DrawPie [modified] Pin
GuyThiebaut22-Jun-07 2:55
professionalGuyThiebaut22-Jun-07 2:55 
Solved it to some extent...

Using the built in anti-aliasing.
It's not perfect but it is good enough for the moment.

So here is the code:

Public b1 As Bitmap
Public g1 As Graphics

b1 = New Bitmap(Width, Height, Panel1.CreateGraphics())
g1 = Graphics.FromImage(b1)
g1.SmoothingMode = Drawing2D.SmoothingMode.AntiAlias



-- modified at 10:08 Friday 22nd June, 2007

You always pass failure, and a few fools, on the way to success.

QuestionAdd Data to combobox of Datagridview Pin
Rupesh Kumar Swami22-Jun-07 0:24
Rupesh Kumar Swami22-Jun-07 0:24 
AnswerRe: Add Data to combobox of Datagridview Pin
sathesh pandian22-Jun-07 0:53
sathesh pandian22-Jun-07 0:53 
GeneralRe: Add Data to combobox of Datagridview Pin
Rupesh Kumar Swami22-Jun-07 1:14
Rupesh Kumar Swami22-Jun-07 1:14 
Questioncreating text file Pin
warwarphoo22-Jun-07 0:19
warwarphoo22-Jun-07 0:19 
AnswerRe: creating text file Pin
Rupesh Kumar Swami22-Jun-07 0:38
Rupesh Kumar Swami22-Jun-07 0:38 
AnswerRe: creating text file Pin
Dave Kreskowiak22-Jun-07 4:09
mveDave Kreskowiak22-Jun-07 4:09 
QuestionHow to open pdf file in vb.net applicatin? Pin
Tariq Younas22-Jun-07 0:16
professionalTariq Younas22-Jun-07 0:16 
AnswerRe: How to open pdf file in vb.net applicatin? Pin
Dave Kreskowiak22-Jun-07 4:07
mveDave Kreskowiak22-Jun-07 4:07 
AnswerRe: How to open pdf file in vb.net applicatin? Pin
Vasudevan Deepak Kumar22-Jun-07 4:23
Vasudevan Deepak Kumar22-Jun-07 4:23 
QuestionInterop.MSXML2.dll Pin
Sebastian T Xavier22-Jun-07 0:14
Sebastian T Xavier22-Jun-07 0:14 
AnswerRe: Interop.MSXML2.dll Pin
Dave Kreskowiak22-Jun-07 4:05
mveDave Kreskowiak22-Jun-07 4:05 
QuestionLoad report failed Pin
Dipstar21-Jun-07 23:40
Dipstar21-Jun-07 23:40 
Questionsubstring in an array Pin
Sonia Gupta21-Jun-07 23:36
Sonia Gupta21-Jun-07 23:36 
AnswerRe: substring in an array Pin
Manas Bhardwaj21-Jun-07 23:55
professionalManas Bhardwaj21-Jun-07 23:55 
AnswerRe: substring in an array Pin
GoodID22-Jun-07 0:02
GoodID22-Jun-07 0:02 
AnswerRe: substring in an array Pin
Dave Kreskowiak22-Jun-07 3:57
mveDave Kreskowiak22-Jun-07 3:57 
AnswerRe: substring in an array Pin
ctwalker22-Jun-07 5:32
ctwalker22-Jun-07 5:32 

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.