Search:

Type: Posts; User: yonghan

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    592

    VS 2010 Re: Need help about vb6 function to vb.net

    Hi jmcilhinney,actually what I am trying to do is create an application to intercept new messenger message,reply and wait for another new message sort of autoresponder.Would you give a clue for me...
  2. Replies
    3
    Views
    592

    VS 2010 Need help about vb6 function to vb.net

    Hi all,i got a vb6 function like this



    Private Sub pause(ByVal interval As Variant)
    Dim Current As Variant

    Current = Timer
    Do While Timer - Current < Val(interval)
    ...
  3. VS 2008 Re: Error on returning list of string vb.net 2008 desktop application

    @jmcilhinney Ok,i'll check what's wrong with the function..Thanks..
  4. VS 2008 Re: Error on returning list of string vb.net 2008 desktop application

    Hi jmcilhinney,I'ved moved the Return statement from the If statement..If i put the getmenu function into the presentation layer,it gives me the result that i expected,but if i put it in the data...
  5. VS 2008 Re: Error on returning list of string vb.net 2008 desktop application

    HI amrita,i have checked,what should i do then to retrieve the data?Thanks...
  6. VS 2008 [RESOLVED] Error on returning list of string vb.net 2008 desktop application

    Hi,i'm trying to create a ntier desktop application using vb.net 2008.I'm trying this code

    Presentation Layer





    Dim menu As New List(Of String)
    If cnn.State = ConnectionState.Open...
  7. Thread: show menu

    by yonghan
    Replies
    0
    Views
    419

    VS 2008 show menu

    Hi all,i'm trying to set ToolStripMenuItems.visible=true/flase based on user rights...I got menu like this

    http://i575.photobucket.com/albums/ss197/yonghan79/help-2.jpg

    I named Karyawan to...
  8. Replies
    3
    Views
    933

    Re: Free reporting tools for vb 2005 express

    I mean tool for creating reports.Thanks..
  9. Replies
    3
    Views
    933

    Re: Free reporting tools for vb 2005 express

    I mean creating reports
  10. Replies
    3
    Views
    933

    Free reporting tools for vb 2005 express

    Hi all,i want to ask.Does anyone knows free reporting tools for vb 2005 express?I'm using mysql as the database..Thanks a lot..
  11. defining mysql table as recordset in vb 2005 express

    HI all,i want to ask how to define a mysql table as recordset in vb 2005 express.What should i use,ADO.net or??Please help me..Thanks a lot..
  12. Replies
    3
    Views
    669

    Ask about images and icons

    Hi all,i want to ask where can i get free images/icons for button,toolbar.Like for log in,etc..Thanks a lot..
  13. Replies
    1
    Views
    361

    [RESOLVED] user type not defined

    hi all,i got a problem with declaring "public dbexample as database.I write it in a module,i'm using ms access 2000.What should i do?Please help me.Thanks.
  14. Re: Interrupt windows thread to get received string message

    Thanks..i'll try it..
  15. Re: Interrupt windows thread to get received string message

    I mean like getting text message from yahoo messenger..Thanks..
  16. Interrupt windows thread to get received string message

    HI all,i want to ask how to interrupt a windows thread so i can get received text string..Can anyone help me with reference that i should use??Thanks alot.
  17. Re: using multithreading to connect to other program

    I mean like connect to active application like yahoo messenger etc..
  18. using multithreading to connect to other program

    Hi all,i want to ask.Is it possible to connct to other application by using the vbgateway2?Thanks a lot..
  19. Re: Ask how to get the active form title

    Ok,thanks..
  20. Re: Ask how to get the active form title

    Thanks sir,it works..Any way,sir.I've downloaded the source code by mr woka about multithreading.Is is possible to connect to other application?Thanks a lot sir..
  21. Re: New code for simulating multithreading in VB6...

    Dear mr woka,is it possible to connect to other application too??Thanks a lot..
  22. [RESOLVED] Ask how to get the active form title

    Hi all,i want to ask for a reference about getting active windows thread that are clicked by mouse and the title of the form..Thanks a lot..
  23. Re: New code for simulating multithreading in VB6...

    I've compiled thee dll file..What should i fill in the extention textbox?Thanks
  24. Re: New code for simulating multithreading in VB6...

    Sir,how come the demoui doesn't work in my computer?It says that activex can't create object.Thanks a lot..
Results 1 to 24 of 24



Click Here to Expand Forum to Full Width