Search:

Type: Posts; User: ericyeoh

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    657

    VB6 Timer need help

    Hi,


    Any 1 know how to write a VB6.0 code to call a function after few minutes?

    Besides, the the program will not disturb other functions while the time function is also working.
  2. Replies
    9
    Views
    14,814

    Re: Snapshot from webcam

    do you mean by savepicture picture1(0).picture, "desktop" & "\campic.bmp"

    it gives an error
  3. Replies
    9
    Views
    14,814

    Re: Snapshot from webcam

    the program only taking 5 snapshort only right it didnot save the picture correct?
    what if i want to save the photo in desktop how should i write it?
  4. Replies
    1
    Views
    562

    resize jpeg file

    How can i resize a JPEG file from original name (sumthing.jpg) 250kb into
    blabla1.jpg with only 40kb and the format of 320x280.
  5. Replies
    1
    Views
    600

    VB + logitech camera

    I'm very confusing now, how can i use VB press a button and then call the logictech camera to autocapture a photo with the size 320X240 JPEG format.

    I'm just expecting to capture a image with the...
  6. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    Yup! if i use MA = Split(FC, vbNewLine)
    MA(0) is my 1st paragraft already
    MA(1) is my second .....

    actually each of the paragraft contain of 400 integer

    want i want to do next is how can i...
  7. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    yes!! i've successfully display the full text file in the text box already now can you teach me how to break into array for each of the long paragraft?

    The code that i succesfully display the...
  8. Replies
    28
    Views
    1,903

    Re: Classic VB - How to do basic manipulation of text files

    Hai, i hope you might help me here!
    So far i've successfully done create a button press to read a text file if the text file contain just 1 paragraph and display in text box!

    But if my text file...
  9. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    I look into the file category and i c that the code for reading the file
    i change the location of the folder and the error 53 is still occure
    I think i know the what's causes error 53 occure...
  10. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    No yet but this is what i going to do next ... thx!
  11. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    okok...i try in another mathode thx
  12. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    Er..pro! i need another help here...i surpose display this in text but error in the open function there
    Option Explicit
    Public LineCnt As Long
    Public nFileNo As Integer
    Public sText As String...
  13. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    Private Sub Command1_Click()

    Shell "C:\Documents and Settings\Eric\bin2text ""C:\Documents and Settings\Eric\test2.jpg"" ""C:\Documents and Settings\Eric\test.text"" 200"
    End Sub

    Finally i...
  14. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    if the bin2text also under folder it also to be specifield right?
  15. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    So how can i write to the shell function with specified the folder?
    can you help me on it?
  16. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    Shell function is not working....
    when i play with my command promt in accessories
    i just open it, it will appear
    C:\Documents and Settings\Eric>(then type)bin2text test2.jpg test2.text 200(then...
  17. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    which forum code u refer too?

    actually can VB call out the wed cam to capture photo?
  18. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    well i C now if i want to save a long sentences that appear in the text file
    dim A as long continue with dim b as long , dim c .....so on... how could i drag out ..please take a look for the jpg...
  19. Replies
    28
    Views
    1,903

    Re: Command promt in vb

    Thx for reply,
    so u mean i have to open the command prompt only then i use shell in VB correct>?
  20. Replies
    28
    Views
    1,903

    Command promt in vb

    Guy, I have no idea how to use VB6.0 to open command prompt and type this string in the command prompt
    Bin2text test.jpg test.text 200 vbCrLf

    After that i want to drag this test.text entire...
  21. Replies
    7
    Views
    5,331

    Re: read GSM modem message

    Is it the same??
    At+cmgl=all
    or should it to be
    at+cmgl="all"
Results 1 to 21 of 21



Click Here to Expand Forum to Full Width