Click here to Skip to main content
16,005,339 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: callerid Pin
Guffa17-Apr-06 4:51
Guffa17-Apr-06 4:51 
AnswerRe: callerid Pin
Dave Kreskowiak17-Apr-06 6:25
mveDave Kreskowiak17-Apr-06 6:25 
QuestionPreventing key press Pin
formansworld17-Apr-06 4:13
formansworld17-Apr-06 4:13 
AnswerRe: Preventing key press Pin
Eric Dahlvang17-Apr-06 4:49
Eric Dahlvang17-Apr-06 4:49 
Questionhow can i read data from notepad Pin
Mr kilany17-Apr-06 3:23
Mr kilany17-Apr-06 3:23 
AnswerRe: how can i read data from notepad Pin
sathish s17-Apr-06 3:58
sathish s17-Apr-06 3:58 
GeneralRe: how can i read data from notepad Pin
Guffa17-Apr-06 6:17
Guffa17-Apr-06 6:17 
Questionwhy .....incorrect data printed from vb.net Pin
Mr kilany17-Apr-06 3:17
Mr kilany17-Apr-06 3:17 
Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click
Try


Dim cone As New Conection

Dim ii As Integer = ds.Tables(0).Rows(ComboBox1.SelectedIndex).Item(0)

Dim sh As String = cone.get_Special_data("select Switch_Access_Code from Swiches where Swich_ID=" & ii & "")


b2 = ""
b2 = sh

Me.WindowState = FormWindowState.Minimized
System.Windows.Forms.SendKeys.SendWait(b2)//b2="2494:" come from //database on sql server
Me.WindowState = FormWindowState.Normal
b2 = ""
Catch ex As Exception
MsgBox("الرجاء اختيار القسم")

End Try
End Sub



some times when i click on this button will type on active window 4294: but aslo some time type 44294: and some time 4294:: and some time 4294: and some time 4449942: althought the data which comes from data base is just 4294:
why the variable b2 some time print wrong data not as want ???????

kilany
AnswerRe: why .....incorrect data printed from vb.net Pin
Dave Kreskowiak17-Apr-06 6:22
mveDave Kreskowiak17-Apr-06 6:22 
GeneralRe: why .....incorrect data printed from vb.net Pin
Mr kilany18-Apr-06 3:29
Mr kilany18-Apr-06 3:29 
Questionproblem in deploymentof vs.net 2005 Application Pin
Amit Agarrwal17-Apr-06 2:50
Amit Agarrwal17-Apr-06 2:50 
AnswerRe: problem in deploymentof vs.net 2005 Application Pin
Dave Kreskowiak17-Apr-06 9:53
mveDave Kreskowiak17-Apr-06 9:53 
QuestionRegarding Common Dialog Control Pin
Vijaya Krishnamoorthy17-Apr-06 2:24
Vijaya Krishnamoorthy17-Apr-06 2:24 
QuestionRegarding WebServices Pin
Vijaya Krishnamoorthy17-Apr-06 2:20
Vijaya Krishnamoorthy17-Apr-06 2:20 
QuestionRegarding NameSpace Pin
Vijaya Krishnamoorthy17-Apr-06 2:06
Vijaya Krishnamoorthy17-Apr-06 2:06 
AnswerRe: Regarding NameSpace Pin
manish2417-Apr-06 2:14
manish2417-Apr-06 2:14 
GeneralRe: Regarding NameSpace Pin
Vijaya Krishnamoorthy17-Apr-06 2:26
Vijaya Krishnamoorthy17-Apr-06 2:26 
GeneralRe: Regarding NameSpace Pin
sathish s17-Apr-06 3:55
sathish s17-Apr-06 3:55 
GeneralRe: Regarding NameSpace Pin
Brad6ft417-Apr-06 9:51
Brad6ft417-Apr-06 9:51 
GeneralRe: Regarding NameSpace Pin
Vijaya Krishnamoorthy17-Apr-06 17:56
Vijaya Krishnamoorthy17-Apr-06 17:56 
Questionxml data fetching problem Pin
manish2417-Apr-06 2:03
manish2417-Apr-06 2:03 
AnswerRe: xml data fetching problem Pin
sathish s17-Apr-06 4:01
sathish s17-Apr-06 4:01 
GeneralRe: xml data fetching problem Pin
manish2418-Apr-06 1:24
manish2418-Apr-06 1:24 
QuestionIIS is not loading my default page Pin
Amit Agarrwal17-Apr-06 1:10
Amit Agarrwal17-Apr-06 1:10 
AnswerRe: IIS is not loading my default page Pin
Dave Kreskowiak17-Apr-06 4:53
mveDave Kreskowiak17-Apr-06 4:53 

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.