suedasszyy 0 Newbie Poster

haii everyone...
i really need your help...

I have to link between console application and window form together

for example:

console application:

Writeline("Please enter your Point1:")
Readline()
Writeline("Please enter your Point2:")
Readline()


window Form :


Dim Point1 Point2 as New Point
Drawcurve (Ponit1,Point2)
Plottpoint(Point1,Point2)

that means, when i'm running the programm,

the console apll wil pope out those question
and then window form will draw the point using the data in console .

i don't know how to use those data in windows form.:rolleyes:


PLZZZZ help me.. thank you so much...:p

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.