CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: hao_han

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    589

    Data Report Problem

    Hi, im using vb data report.

    I would like to ask.. how to do some validation?
    like i would like to bold the number if the number is positive value, else change the color to red


    anyone can...
  2. Thread: RAS App

    by hao_han
    Replies
    0
    Views
    520

    RAS App

    anyone know how to dial to internet using RAS?

    p/s: i dun wan to use wininet.dll to dial
  3. Thread: DLLs

    by hao_han
    Replies
    3
    Views
    692

    yeah.. i found it... anyway.. it helps me in...

    yeah..
    i found it...
    anyway.. it helps me in which dll i want to view for .. :)
  4. Thread: DLLs

    by hao_han
    Replies
    3
    Views
    692

    DLLs

    Hi,

    is it any dll viewer?

    i want to konw bout the dll, wat value should i to SendMessage to it....]
  5. Replies
    2
    Views
    608

    Network Video Cam Help~~~

    anyone know how to get video from network camera?

    I wan to write a program like MS Netmeeting.. transfer video from camera in network computer...

    any idea....

    I need it urgently..
  6. Thread: Textbox

    by hao_han
    Replies
    4
    Views
    589

    it only would when i use TAB, but didn't select...

    it only would when i use TAB, but didn't select all if i using mouse click
  7. Thread: Textbox

    by hao_han
    Replies
    4
    Views
    589

    Textbox

    if i want to select all the text in textbox, my code should be


    private sub Text1_GotFocus()
    Text1.selstart = 0
    Text1.SelLength = len(Text1.text)
    End Sub


    if i my form have lots...
  8. Thread: NetWork CAmera

    by hao_han
    Replies
    0
    Views
    479

    NetWork CAmera

    Anyone know how to get the video directly from network computer? just like microsoft netmeeting.........


    and .. anyone know how to change the video format, video source programmically?
  9. Thread: Standby Mode

    by hao_han
    Replies
    1
    Views
    605

    Standby Mode

    how to call system to go into StandBy Mode?
  10. Thread: Network Cam

    by hao_han
    Replies
    1
    Views
    565

    anyone?

    anyone?
  11. Replies
    8
    Views
    903

    I found this is a great way :) copy from ...

    I found this is a great way :)

    copy from http://www.patorjk.com/vb16mafcode.htm


    pls rate it if you this code great for u .. :)
  12. Replies
    8
    Views
    903

    Yes, but if my form have lots of control and i...

    Yes, but if my form have lots of control and i want to resize it...
    .. with rules.. like label1 width is form's width 30% and text1 width is form's width 70% ... etc.

    is it i got to write code...
  13. Thread: Network Cam

    by hao_han
    Replies
    1
    Views
    565

    Network Cam

    any idea to receive the video from network camera
  14. Replies
    3
    Views
    621

    anyone?

    anyone?
  15. Thread: Console in VB6

    by hao_han
    Replies
    8
    Views
    5,997

    any samples? :)

    any samples? :)
  16. Replies
    3
    Views
    621

    Yes,, i tried... wat i want to learn about...

    Yes,, i tried...

    wat i want to learn about tapi32 is how to use it to send data and files
    anyone have tutorials or samples bout it?
  17. Thread: Console in VB6

    by hao_han
    Replies
    8
    Views
    5,997

    how? can u give some samples?

    how?

    can u give some samples?
  18. Replies
    3
    Views
    621

    Microsoft Telephony

    Anyone knows more about TAPI32 or not?

    May I have some tutorials about tapi32?

    thanks
  19. Replies
    1
    Views
    621

    Winsock Problem

    it is winsock able to test in computer without network?

    i create 2 application,

    1st app , host name is localhost

    and for th 2nd app, host name is localhost too

    but when i connect the 1st...
  20. Thread: Delay

    by hao_han
    Replies
    2
    Views
    718

    Doevents Yes , this command i forgot it.. ...

    Doevents Yes , this command
    i forgot it..

    btw, thanks
  21. Thread: Delay

    by hao_han
    Replies
    2
    Views
    718

    Delay

    Im using Loop function to add my record from database to listview

    during i looping it, i found my form "hang", i can't click on other button or move the form

    i tried sleep function, it just...
  22. Replies
    4
    Views
    716

    It works if you want the HTML layout by your own...

    It works if you want the HTML layout by your own style...

    but, access and datareport can export to html..
  23. Thread: MSH Flex Grid

    by hao_han
    Replies
    3
    Views
    1,428

    Thanks, I could Add the columns and data, but,...

    Thanks, I could Add the columns and data,

    but, how if i adding huge record in the grid?

    i tested with 1000 records ( 6 columns) and load it in the grid using For .... Next

    it take time to...
  24. Replies
    4
    Views
    786

    if u means add 2 field together in rptTextBox, u...

    if u means add 2 field together in rptTextBox,
    u can do it this way..

    SELECT (LastName & " " & FirstName) As FullName FROM Customers

    then set ur rtpTextBox datafield to FullName
  25. Replies
    4
    Views
    786

    what you means by 2 records in one row?

    what you means by 2 records in one row?
Results 1 to 25 of 65
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured