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
~380 People Reached
Favorite Forums
Favorite Tags
Member Avatar for NtheN

SELECT airplanes.ID_airplane FROM (airplanes LEFT OUTER JOIN airplanes_hangar ON airplanes.ID_airplane = airplanes_hangar.ID_airplane) WHERE (airplanes_hangar.ID_airplane IS NULL) This is the vb code. Me.AirplanesTableAdapter.superawesome(Me.Hangar_DataSet.airplanes) I want to pass the values returned to a combobox, or a string, doesn't matter i can take it from there. Can someone tell me how can I …

Member Avatar for poojavb
0
86
Member Avatar for NtheN

I want to pass an image in a picture box to a certain position on an image list. Does anyone know how to this? I tried: [code=vbnet]imagelist1.images(0)=picturebox1.image[/code] But this is read only, what can i use to accomplish this? Thanks, NtheN

Member Avatar for lolafuertes
0
126
Member Avatar for NtheN

[CODE]Imports System.IO Public Class LoginForm1 Dim password_guardada As String Dim user As String Dim pass As String Dim pass_desincriptada As String Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click Dim erro As Boolean = False If UsernameTextBox.Text = Nothing Then MsgBox("Erro, não pode deixar o campo …

Member Avatar for NtheN
0
168