Click here to Skip to main content
15,905,963 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Working with numbers???? Pin
Ashfield10-Dec-09 21:08
Ashfield10-Dec-09 21:08 
GeneralRe: Working with numbers???? Pin
A-dogg200916-Dec-09 17:34
A-dogg200916-Dec-09 17:34 
QuestionLocal machine problem with SQL DMO !!! Pin
cotdot1111110-Dec-09 13:27
cotdot1111110-Dec-09 13:27 
AnswerRe: Local machine problem with SQL DMO !!! Pin
Luc Pattyn10-Dec-09 14:14
sitebuilderLuc Pattyn10-Dec-09 14:14 
AnswerRe: Local machine problem with SQL DMO !!! Pin
Eddy Vluggen11-Dec-09 2:20
professionalEddy Vluggen11-Dec-09 2:20 
QuestionDataGridView in VB.NET.The empty row in the end!!! Pin
tannghia10-Dec-09 11:58
tannghia10-Dec-09 11:58 
AnswerRe: DataGridView in VB.NET.The empty row in the end!!! Pin
Andy_L_J12-Dec-09 9:05
Andy_L_J12-Dec-09 9:05 
Questionfreehand draw problem Pin
O.G.I.10-Dec-09 10:19
O.G.I.10-Dec-09 10:19 
Hi,
I'm currently having a big problem with freehand drawing.
I want to do the following thing: I want to draw 2 freehand lines both with different colors and I need the final line to be on the top of the other lines created before. To store the lines I use 2 GraphicsPath objects, one GraphicsPath per color.
I tried to solve this problem by using two arrays like this:
Public MousePath0() As System.Drawing.Drawing2D.GraphicsPath
Public MousePath1() As System.Drawing.Drawing2D.GraphicsPath
My idea was to make a system which will remember the order of all lines and draw them correctly, but when I add an graphics path to the array and when I try to add line to this graphics path VB 2008 gives me an error "Object reference not set to an instance of an object."
Please help, I don't want to use exactly a GraphicsPath for the lines, it can be something different.
Thank you!
QuestionSOAP/VB6 Reading Arrays Pin
ffowler10-Dec-09 5:37
ffowler10-Dec-09 5:37 
QuestionAntivirus Bloking My Application [modified] Pin
Anubhava Dimri10-Dec-09 1:54
Anubhava Dimri10-Dec-09 1:54 
AnswerRe: Antivirus Bloking My Application Pin
EliottA10-Dec-09 2:44
EliottA10-Dec-09 2:44 
GeneralRe: Antivirus Bloking My Application Pin
Luc Pattyn10-Dec-09 2:57
sitebuilderLuc Pattyn10-Dec-09 2:57 
QuestionApproximate zero values in an array Pin
Johnkokk9-Dec-09 23:52
Johnkokk9-Dec-09 23:52 
AnswerRe: Approximate zero values in an array Pin
Richard MacCutchan9-Dec-09 23:56
mveRichard MacCutchan9-Dec-09 23:56 
GeneralRe: Approximate zero values in an array Pin
David Skelly10-Dec-09 2:02
David Skelly10-Dec-09 2:02 
GeneralRe: Approximate zero values in an array Pin
Richard MacCutchan10-Dec-09 2:41
mveRichard MacCutchan10-Dec-09 2:41 
GeneralRe: Approximate zero values in an array Pin
EliottA10-Dec-09 2:45
EliottA10-Dec-09 2:45 
GeneralRe: Approximate zero values in an array Pin
Johnkokk10-Dec-09 6:08
Johnkokk10-Dec-09 6:08 
GeneralRe: Approximate zero values in an array Pin
nlarson1110-Dec-09 8:46
nlarson1110-Dec-09 8:46 
GeneralRe: Approximate zero values in an array Pin
Johnkokk10-Dec-09 20:52
Johnkokk10-Dec-09 20:52 
GeneralRe: Approximate zero values in an array Pin
nlarson1111-Dec-09 2:05
nlarson1111-Dec-09 2:05 
GeneralRe: Approximate zero values in an array Pin
Gideon Engelberth11-Dec-09 4:56
Gideon Engelberth11-Dec-09 4:56 
GeneralRe: Approximate zero values in an array Pin
Gideon Engelberth11-Dec-09 4:51
Gideon Engelberth11-Dec-09 4:51 
GeneralRe: Approximate zero values in an array Pin
peterchen11-Dec-09 2:43
peterchen11-Dec-09 2:43 
QuestionHow to get Hexadecimal code Pin
Pasan1489-Dec-09 23:01
Pasan1489-Dec-09 23:01 

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.