Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~166 People Reached
Favorite Forums
Favorite Tags
Member Avatar for suedasszyy

hye guys.. i have problems with my programm.This are the codes.. '############################## public class EndErgebnisse public Structure Ergebnisse1 public Angebot as Double public AnzahlForderung as Double public Mitt_Bedzeit as Double Sub berechnen Angebote = AnzahlForderung / Mitt_Bedzeit End Sub sub züruck_click (button) [B]Me.finalize[/B] End sub End Structure End Class ################################################## …

Member Avatar for waynespangler
0
110
Member Avatar for suedasszyy

haii everyone... i really need your help... I have to link between console application and window form together [B][U]for example: [/U][/B] [U]console application:[/U] Writeline("Please enter your Point1:") Readline() Writeline("Please enter your Point2:") Readline() [B][U] window Form :[/U][/B] Dim Point1 Point2 as New Point Drawcurve (Ponit1,Point2) Plottpoint(Point1,Point2) that means, when i'm …

0
56