Click here to Skip to main content
15,912,273 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Timer Pin
Mycroft Holmes15-Mar-08 22:11
professionalMycroft Holmes15-Mar-08 22:11 
QuestionHow Rotate a Control? Pin
Orlando_Herrera13-Mar-08 10:59
Orlando_Herrera13-Mar-08 10:59 
AnswerRe: How Rotate a Control? Pin
Christian Graus13-Mar-08 11:18
protectorChristian Graus13-Mar-08 11:18 
Questionrandom question from MS access database Pin
bapu288913-Mar-08 10:37
bapu288913-Mar-08 10:37 
GeneralRe: random question from MS access database Pin
Christian Graus13-Mar-08 11:20
protectorChristian Graus13-Mar-08 11:20 
QuestionRe: random question from MS access database Pin
bapu288916-Mar-08 8:20
bapu288916-Mar-08 8:20 
AnswerUse a collection to keep track of numbers already used Pin
David Mujica29-Mar-08 11:26
David Mujica29-Mar-08 11:26 
QuestionRe: Use a collection to keep track of numbers already used Pin
bapu288930-Mar-08 1:49
bapu288930-Mar-08 1:49 
hello sir

first of all thank you very much for your rep.

it works fine but i have done some thing like this , and it's not showing same question again Unsure | :~

is this right way to do it ?


If AskedQ >= ArraySize Then<br />
          MessageBox.Show("Finish want to play again..?", "Finish", MessageBoxButtons.OK)<br />
          For I As Integer = 0 To ArraySize<br />
              Asked(I) = False<br />
              AskedQ = 0<br />
          Next<br />
          txtQ.Text = "" : txtA.Text = "" : txtB.Text = "" : txtC.Text = "" : txtD.Text = ""<br />
          Button1.Enabled = True : Button2.Enabled = True<br />
          Exit Sub<br />
      Else<br />
          Try<br />
              Do<br />
                  odaTest.Fill(dsTest)<br />
                  R = CInt(Int(ArraySize * Rnd()))<br />
                 <br />
                  '[Go to the next entry]<br />
                  Me.BindingContext(dsTest, "MyTest").Position = R<br />
              Loop Until Asked(R) = False<br />
            <br />
              AskedQ += 1<br />
              Asked(R) = True<br />
          Catch eLoad As System.Exception<br />
              MessageBox.Show(eLoad.Message)<br />
          End Try<br />
          '[See custom procedures]<br />
          Me.dsContacts_PositionChanged()<br />
      End If


thanks again
GeneralNetwork communication from a mobile device to desktop [modified] Pin
Cory Kimble13-Mar-08 9:58
Cory Kimble13-Mar-08 9:58 
GeneralRe: Network communication from a mobile device to desktop Pin
nlarson1113-Mar-08 10:54
nlarson1113-Mar-08 10:54 
GeneralRe: Network communication from a mobile device to desktop Pin
Cory Kimble13-Mar-08 11:09
Cory Kimble13-Mar-08 11:09 
GeneralRe: Network communication from a mobile device to desktop Pin
nlarson1113-Mar-08 11:12
nlarson1113-Mar-08 11:12 
GeneralRe: Network communication from a mobile device to desktop Pin
Cory Kimble13-Mar-08 11:20
Cory Kimble13-Mar-08 11:20 
GeneralRe: Network communication from a mobile device to desktop Pin
nlarson1113-Mar-08 11:21
nlarson1113-Mar-08 11:21 
GeneralRe: Network communication from a mobile device to desktop Pin
Cory Kimble14-Mar-08 3:40
Cory Kimble14-Mar-08 3:40 
GeneralPage Break for report Pin
Chris Dykes13-Mar-08 9:52
Chris Dykes13-Mar-08 9:52 
GeneralRe: Page Break for report Pin
Dave Kreskowiak14-Mar-08 8:15
mveDave Kreskowiak14-Mar-08 8:15 
GeneralRe: Page Break for report Pin
Chris Dykes14-Mar-08 8:20
Chris Dykes14-Mar-08 8:20 
GeneralRe: Page Break for report Pin
Dave Kreskowiak14-Mar-08 9:50
mveDave Kreskowiak14-Mar-08 9:50 
GeneralConfused about ByVal Pin
Kevin Brydon13-Mar-08 6:19
Kevin Brydon13-Mar-08 6:19 
GeneralRe: Confused about ByVal Pin
Christian Graus13-Mar-08 9:57
protectorChristian Graus13-Mar-08 9:57 
GeneralRe: Confused about ByVal Pin
MikeMarq13-Mar-08 10:40
MikeMarq13-Mar-08 10:40 
GeneralRe: Confused about ByVal Pin
Kevin Brydon13-Mar-08 23:14
Kevin Brydon13-Mar-08 23:14 
QuestionOpening database connection Pin
johnjsm13-Mar-08 5:24
johnjsm13-Mar-08 5:24 
GeneralRe: Opening database connection Pin
Christian Graus13-Mar-08 9:58
protectorChristian Graus13-Mar-08 9:58 

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.