Click here to Skip to main content
15,911,848 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Timer Pin
AshokPatra14-Mar-08 1:59
AshokPatra14-Mar-08 1:59 
GeneralRe: Timer Pin
Dave Kreskowiak14-Mar-08 7:53
mveDave Kreskowiak14-Mar-08 7:53 
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 
hello sir
thanks for your rep.

this is what i have done, it's randomize the questions but i dont know how to stop displaying same question again

any help sir

Private Sub NavNext()<br />
        Try<br />
            odaTest.Fill(dsTest)<br />
            R = Rnd() * ArraySize<br />
            '[Go to the next entry]<br />
<br />
            Me.BindingContext(dsTest, "MyTest").Position = R<br />
        Catch eLoad As System.Exception<br />
            MessageBox.Show(eLoad.Message)<br />
        End Try<br />
        '[See custom procedures]<br />
        Me.dsContacts_PositionChanged()<br />
    End Sub


I dont know that this is the right way to do it but i am trying

waiting for your kind rep.Confused | :confused:
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 
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 

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.