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

Search:

Type: Posts; User: malowfetz0321

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    526

    out of the topic ^_^

    Guys..thanks for all the answered questions..^_^
    specially to dglienna and GremlinSA

    now i can graduate
  2. Replies
    3
    Views
    836

    Re: help me in adodc

    i cant see which part.. T_T
  3. Replies
    3
    Views
    836

    help me in adodc

    i will save numbers 1 to 10 to database using adodc ..
    now i want to view the lowest number(1) and the highest number(10) in separate textboxes..
    is that possible?
    can i have a code for that?
    ...
  4. Replies
    10
    Views
    1,124

    Re: help me on my winsock

    i want to know if what protocol do i need to use for this project..? is it TCP or UDP?


    i tried it peer to peer ,but it didnt work...
  5. Replies
    10
    Views
    1,124

    Re: help me on my winsock

    actually sir.. i dont know how to implement my work.. i only know how to create a project...
    but it runs smoothly in my pc.. but i never tried it in 2 pc, because i dont know how ^_^..
  6. Replies
    10
    Views
    1,124

    Re: help me on my winsock

    sorry for that... this for my server




    Option Explicit
    Private Sub Command1_Click()
    On Error Resume Next

    ws.LocalPort = textport.Text
  7. Thread: help

    by malowfetz0321
    Replies
    4
    Views
    868

    Re: help

    thank you... i thought this was like html ^_^
  8. Replies
    10
    Views
    1,124

    help me on my winsock

    i have here a project..
    i dont know if it is working on a 2 computer..
    i want to know if will run in a two pc .. server (1st)pc & client (2nd)pc

    if not can you give a code?

    thank you so...
  9. Thread: help

    by malowfetz0321
    Replies
    4
    Views
    868

    help

    i dont know hot to use code tag here ^_^
    can you teach me

    tnx
  10. Replies
    7
    Views
    1,151

    Re: winsock actual testing problem

    i want to know if this will work with two pc ??
    first pc is for server and the other pc is for the client ...


    see my attachment ...
    thank you
  11. Replies
    7
    Views
    1,151

    Re: winsock actual testing problem

    i want to know if this will work with two pc ??

    see my attachment ...
    thank you
  12. Replies
    7
    Views
    1,151

    winsock actual testing problem

    i created a simple lan chat program w/ winsock..
    it runs smoothly when i everytime i run it to my laptop, with IP = 12345, hostname = 127.0.01 ...
    now ..i want to try it with two(2) pc..
    what...
  13. Re: The text on the textbox will appear on other form

    form1 : you nid to have (1)textbox & (1)command button

    Private Sub Command1_Click()

    Form2.Show

    End Sub

    ===========================
  14. Re: help me please...creating a data report by passing it to MS word...help

    tnx sir...
  15. Re: help me please...creating a data report by passing it to MS word...help

    tnx sir..i used richtextbox as you've said ..^_^
    i can save them as .text file ... but its ok rather than 'none' ...^_^
  16. Re: creating LAN BASED SYSTEM USING mySQL not winsock..

    because i saw something like that...
    but im condused ...=))

    mysql is the server
  17. creating LAN BASED SYSTEM USING mySQL not winsock..

    is that possible to create a lan based program using SQL not winsock..? im using vb 6
  18. Re: help me please...creating a data report by passing it to MS word...help

    can you give me e-book/PDF of deitel's HOW TO PROGRAM : VB 6 ^_^
  19. Replies
    3
    Views
    633

    Re: how to network a system ??

    i need codes for that sir..
    can you give me a simple sample for a lan-based system..?
    thanks
  20. Re: help me please...creating a data report by passing it to MS word...help

    thanks sir ..
  21. help me please...creating a data report by passing it to MS word...help

    help me please..
    i have a button for viewing a report..
    and i want that report to see by MS word..is that possible? how can i do that..can you you give a codes? i need it badly for my thesis.. =((...
  22. Replies
    3
    Views
    633

    how to network a system ??

    guys can you help me..
    im working on my thesis.. a lan-based system..
    but i dont know how to connect my "server" and "client"
    i need a code for that..
  23. Re: I want format number of TextBox of VB6.0

    Private Sub Command1_Click()
    If Not IsNumeric(Text1.Text) Then
    MsgBox "enter numbers only"
    End If
    End Sub
Results 1 to 23 of 24





Click Here to Expand Forum to Full Width

Featured