Search:

Type: Posts; User: part0

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    1,653

    Re: Use VB6 to link with Wiimote

    Ya the wiimote (remote contoller) is the Nintendo Wii game system.

    Well if anyone of you happen to know how it works do drop in here thanks.
  2. Replies
    3
    Views
    1,653

    Use VB6 to link with Wiimote

    Hi,

    Anyone knows how to code VB6 to connect to the Wiimote and use it like a mouse cursor ???

    I was thinking this can be great to use it in VB6 games. :)

    WIll be appreciate it if someone can...
  3. Replies
    8
    Views
    1,048

    Re: Moving Object to Produce XY coordinates

    First of all, as mention in my first post i have no idea how to start in doing that.

    So if u can show me some lights to start will be great. Thanks.

    I design a form which having only two text...
  4. Replies
    8
    Views
    1,048

    Re: Moving Object to Produce XY coordinates

    ok i am looking at VB codes to achieve the objective.

    First, in a form there is one box which will contain a small box in it.

    Where the smaller box can be moved around freely when ur mouse...
  5. Replies
    8
    Views
    1,048

    Re: Moving Object to Produce XY coordinates

    first of all thanks.

    hmmm.. it still does not really have the concept of what i want althougth the items can move.

    What i want is that the moving white box can only move inside the blue box.
    ...
  6. Replies
    8
    Views
    1,048

    Re: Moving Object to Produce XY coordinates

    The white box will move when my mouse cursor move and click onto the white box.

    When i release the mouse click the white box will not move.
  7. Replies
    8
    Views
    1,048

    Moving Object to Produce XY coordinates

    hmm... first of all i hv no idea how to start it.. pls help..

    the attachment explains what i want. thanks
  8. Replies
    6
    Views
    620

    Re: Check File open

    thanks
  9. Replies
    6
    Views
    620

    Re: Check File open

    hmmm can that codes check whether a file been open ???

    what i mean is that to check whether a file been open or not.

    Let's said.
    for an example

    if filename = open then

    print something...
  10. Replies
    6
    Views
    620

    [RESOLVED] Check File open

    Hi,

    How do i check whether a file been open or not ?

    Example

    if (file is open) then

    print something into it
  11. Thread: Time Display

    by part0
    Replies
    7
    Views
    627

    Re: Time Display

    ok thanks ppl.
  12. Re: Display Form On Top the VB software

    ok thanks
  13. Re: Display Form On Top the VB software

    nope.
  14. [RESOLVED] Display Form On Top the VB software

    Ok what i mean is that.

    When i run the form it will be on top of the visual basic software but when i switch to another window using "alt and tab" and back to the form it will show the visual...
  15. Thread: Time Display

    by part0
    Replies
    7
    Views
    627

    Re: Time Display

    hmmm... i want it to run constantly updated the time.
  16. Thread: Time Display

    by part0
    Replies
    7
    Views
    627

    Time Display

    How can I display the time of the pc in the form ?

    Thanks
  17. Replies
    4
    Views
    478

    Re: How to Display Image in Form

    got it thanks.
  18. Replies
    4
    Views
    478

    [RESOLVED] How to Display Image in Form

    Anyone ???

    Thanks
  19. Replies
    2
    Views
    483

    Search Files Within a Folder

    Ok i have make a search on this topic but cant find a suitable answer.

    What I want is that how can i do a search and compare within a folder
    Example files that i have in a folder listed below....
  20. Replies
    4
    Views
    516

    Re: Check File and Insert Data

    Fazi got it, thanks.

    how can I insert a data into a specific place in a file?

    Example
    File contain "0134"

    I will like to insert a Zero at the back of the 4 like this "01340"

    I need the...
  21. Replies
    4
    Views
    516

    Check File and Insert Data

    How can I check whether the file contain an even or odd number of datas?

    let's said example.

    A file contain "123456789"

    And i know using the len(filename) can check the number of data in it....
  22. Replies
    4
    Views
    540

    Re: Error 380

    oic thanks a lot.
  23. Replies
    4
    Views
    540

    Re: Error 380

    hmm i get what you mean... but i not sure where goes wrong in my code.

    Private Sub Send_Click()
    Dim hFile As Integer
    Dim HStr As String
    Dim Tdata As String

    If Text9.Text <> "" Then
    hFile =...
  24. Replies
    2
    Views
    462

    Re: Stop Form Process

    ok thanks.
  25. Replies
    4
    Views
    540

    [RESOLVED] Error 380

    I dont understand why...

    Run time error '380'

    Invalid Property Value

    And it hightlights this statement
    Text4.SelStart = Len(Text4 & Hex(Asc(Sdata)) & vbCrLf)

    Anyone knows why it is ???
  26. Replies
    2
    Views
    462

    [RESOLVED] Stop Form Process

    Ok i have a few forms.

    How can I stop the other forms from loading when I want only the main form to be loaded??

    I will load other form only when i call them.
  27. Replies
    6
    Views
    792

    Re: Every 3 Secs Play Sound

    Ok with all the tries.. i finally solve it... and hack you are right but must includes the close at the top... like this.

    Private Sub Form_Load()

    'This will play one time when the form is...
  28. Replies
    5
    Views
    417

    Re: Tough Problem !!!!

    wow I really appreciate that pal....

    I have study the code and it looks wonderful now i going to test it on my end device. :)
  29. Replies
    5
    Views
    417

    Re: Tough Problem !!!!

    ok i try working and understand on that.

    If anyone has another solution do post it thanks.
  30. Replies
    5
    Views
    417

    Re: Tough Problem !!!!

    Or is there a way that i can convert the "A" chracater to binary 0000 1010 ??
  31. Replies
    6
    Views
    792

    Re: Every 3 Secs Play Sound

    is there another way if i want to use MMControl1 ??

    thanks
  32. Replies
    6
    Views
    792

    [RESOLVED] Every 3 Secs Play Sound

    Private Sub Form_Load()
    Me.Caption = ""
    AlertForm.Left = (Form1.ScaleWidth - AlertForm.Frame1.Width) / 2
    AlertForm.Top = (Form1.ScaleHeight - AlertForm.Frame1.Height) / 2

    Timer1.Interval = 3000...
  33. Replies
    5
    Views
    417

    Tough Problem !!!!

    This question relates to memory location.

    Hope I can get a solution in here....

    Example
    Ok first, i have a file that contains "ABCDEF"

    I open the file to read.

    So I send it out and the...
  34. Replies
    17
    Views
    985

    Re: [RESOLVED] Window Resize Issue

    lol true... indeed i am an noob lol... once again thanks.
  35. Replies
    17
    Views
    985

    Re: Window Resize Issue

    omg... yahoo... thanks. :)
  36. Thread: VB Drives Matlab

    by part0
    Replies
    3
    Views
    804

    Re: VB Drives Matlab

    well here is the link http://www.mathworks.com/products/matlab/
  37. Replies
    5
    Views
    611

    Re: String Break

    ok thanks.
  38. Replies
    17
    Views
    985

    Re: Window Resize Issue

    Ok the attachment is my code thanks.
  39. Replies
    17
    Views
    985

    Re: Window Resize Issue

    well i have tried everything that i can... by setting the borderstyle = 0 in property window and also tried in run time too.

    I have checked my other part of the codes too there is no change of...
  40. Replies
    5
    Views
    611

    [RESOLVED] String Break

    If let's said i have a string variable.

    Example
    Str = "123456789132456789................" (a lot of datas)

    so how can i break them up ??

    Str = "12345678913456478
    123456789"
Results 1 to 40 of 99
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width