Click here to Skip to main content
15,915,865 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to fetch rows from a dataview? Pin
Suman Singh14-Apr-05 11:49
professionalSuman Singh14-Apr-05 11:49 
Generalprinting using tcp/ip Pin
confirmnot10-Apr-05 22:34
confirmnot10-Apr-05 22:34 
GeneralChange line in text file Pin
johnjsm10-Apr-05 22:32
johnjsm10-Apr-05 22:32 
GeneralRe: Change line in text file Pin
Dave Kreskowiak11-Apr-05 1:22
mveDave Kreskowiak11-Apr-05 1:22 
GeneralDatgrid Column style Pin
Anonymous10-Apr-05 21:31
Anonymous10-Apr-05 21:31 
GeneralRe: Datgrid Column style Pin
Suman Singh10-Apr-05 23:11
professionalSuman Singh10-Apr-05 23:11 
GeneralPlease help to solve this error "ActiveX Component Can't create Object". Pin
Murtuza Husain Miyan Patel10-Apr-05 20:34
professionalMurtuza Husain Miyan Patel10-Apr-05 20:34 
Questioncollision detection, why doesnt this work? Pin
bloodybunny10-Apr-05 19:45
bloodybunny10-Apr-05 19:45 
Hey, im fairly new to VB.net and am coding a game of sorts which requires Collision detection
the way i have set it up is that whenever "pic" moves 4 functions check to see if it is in collision with "wall"
this is one of the functions, it checks to see if it has collided on the right side


Function cd1()
If (pic.Left + pic.Width) = wall.Left Then
If pic.Top < wall.Top Then
If (pic.Top + pic.Height) > (wall.Top + wall.Height) Then
'MsgBox("IT WORKS")
Dim Form10 As Form10
Dim Form1 As Form1
Form1 = New Form1
Form1.Show()
Me.Hide()
End If
End If
End If
End Function


Hand please
GeneralDll Entry Point not Found Pin
jatin.mehta@gmail.com10-Apr-05 19:04
jatin.mehta@gmail.com10-Apr-05 19:04 
GeneralValidation on datagrid Pin
Mr Dabbah10-Apr-05 10:13
Mr Dabbah10-Apr-05 10:13 
GeneralRe: Validation on datagrid Pin
Anonymous10-Apr-05 11:26
Anonymous10-Apr-05 11:26 
Generalset &amp; retrive data from an image Pin
gopi_nkrishna10-Apr-05 5:27
gopi_nkrishna10-Apr-05 5:27 
GeneralRe: set &amp; retrive data from an image Pin
Anonymous10-Apr-05 6:01
Anonymous10-Apr-05 6:01 
Generalsendkeys.send(&quot;{BS}&quot;) Pin
vertig073010-Apr-05 2:21
vertig073010-Apr-05 2:21 
GeneralRe: sendkeys.send(&quot;{BS}&quot;) Pin
Dave Kreskowiak10-Apr-05 4:15
mveDave Kreskowiak10-Apr-05 4:15 
GeneralRe: sendkeys.send(&quot;{BS}&quot;) Pin
vertig073010-Apr-05 12:41
vertig073010-Apr-05 12:41 
GeneralRe: sendkeys.send(&quot;{BS}&quot;) Pin
Dave Kreskowiak10-Apr-05 15:10
mveDave Kreskowiak10-Apr-05 15:10 
GeneralRe: sendkeys.send(&quot;{BS}&quot;) Pin
vertig073010-Apr-05 15:33
vertig073010-Apr-05 15:33 
GeneralVB.NET and Outlook Addin Pin
JSNAGI9-Apr-05 18:29
JSNAGI9-Apr-05 18:29 
GeneralRe: VB.NET and Outlook Addin Pin
Anonymous10-Apr-05 6:21
Anonymous10-Apr-05 6:21 
GeneralObject reference not set to an instance of an object Pin
KAND1239-Apr-05 3:14
KAND1239-Apr-05 3:14 
GeneralRe: Object reference not set to an instance of an object Pin
Dave Kreskowiak9-Apr-05 5:20
mveDave Kreskowiak9-Apr-05 5:20 
Generalrunning exe after installation Pin
Rizwan Bashir9-Apr-05 2:01
Rizwan Bashir9-Apr-05 2:01 
GeneralRe: running exe after installation Pin
Dave Kreskowiak9-Apr-05 5:13
mveDave Kreskowiak9-Apr-05 5:13 
GeneralRe: running exe after installation Pin
Rizwan Bashir10-Apr-05 0:48
Rizwan Bashir10-Apr-05 0:48 

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.