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

Search:

Type: Posts; User: jonelo

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,331

    thank you for your generous responses! I got...

    thank you for your generous responses!

    I got it now...

    myText.selstart = len(myText.text) 'this line puts the cursor
    at the end of my text making the scrollbar move to its maximum value (down)...
  2. Is it possible to show a vb form over a power point show?

    I need your help.

    This is the scenario, I am playing a power point show and
    I want a form be shown so that I can click on a command button

    how do i do this? is this doable?

    i need...
  3. Replies
    0
    Views
    505

    broadcasting captured audio

    hello,

    I obtained a code that can captured audio from the sound card.
    Locally or in my computer I can hear the captured audio (live). What I want to do know is send this audio to other computer...
  4. detect event while playing power point embedded in an OLE

    The title says my questions but let me just elaborate it more...

    at runtime, I can embed a power point file to an OLE.
    I can now run the power point with ole.doverb event, i am broadcasting each...
  5. Replies
    1
    Views
    812

    Help: Multi-User WINSOCK CHAT

    Hi!

    I would like to ask your help for the following problem.
    I have two VB applications. One accepts connection request from the other. No problem if a connection request is done a few seconds (5...
  6. Replies
    4
    Views
    1,256

    I think it's not a silly question cjard. You said...

    I think it's not a silly question cjard. You said it is because that is how you look at it! :-)

    There must be minimum requirements (most especially on the hardware part). I am asking because I...
  7. Replies
    4
    Views
    1,256

    LAN chat, hardware/software requirements

    Hello,

    A good day! I've am developing a chat program that uses winsock control. I am using a Pentium 4 computer during development process.

    I have the program in a setup (self-installing...
  8. Replies
    1
    Views
    507

    Error: Class not found?

    Hello,

    I'd like to seek your help.
    I am on the process of creating a program that uses winsock control. I made it executable. When I ran it on other PC, the error message, '...class not found...'...
  9. Replies
    6
    Views
    1,331

    Question

    How could I auto scroll the vertical scrollbar of a multiline textbox?
    What I mean is that when my multiline textbox is filled with texts or the text consumes a height greater than the height of the...
  10. Replies
    6
    Views
    477

    how to access remote server?

    Hello,

    How could I access our remote server
    given the following:

    1.) IP ADDRESS
    2.) USERNAME
    3.) PASSWORD

    I must access the server using FTP but I do not know
  11. Replies
    2
    Views
    694

    store and return an array, how?

    Hi!

    Situation:

    1. I want to determine how many records I have in my database
    (mySQL).
    2. Use this record count as the size of my array
    3. Store data to the array from the database
    4....
  12. Replies
    4
    Views
    909

    I got an ocx component that is use in converting...

    I got an ocx component that is use in converting bmp file into jpeg files, captured image of screen is in bmp file. This captured screen is loaded to a picture box. What gets loaded is the bmp file....
  13. Replies
    6
    Views
    1,596

    I am sorry Pinky98, I forgot to ellaborate....

    I am sorry Pinky98, I forgot to ellaborate. Corrections below;

    - I need the list of computer names in a network (LAN)
    (this is answered by the codes posted by suhaib)

    - With those codes...
  14. Replies
    6
    Views
    1,596

    with winsock, chat is possible. will it also be...

    with winsock, chat is possible.
    will it also be possible to capture and view screen of any pc?
  15. how to have it in a loop?

    Hi jn8230!

    I found your code useful in getting the login name of PC in a LAN.
    I made a list box and place your codes in a module. Then on form load, I placed the following codes:

    Dim...
  16. I need the same guidelines too

    Same with anonymous, I need the same guidelines...
    screen capture is one of the solution, I somehow have an idea how to capture screen... capturing screens is also discussed in some of vb threads in...
  17. Replies
    1
    Views
    521

    displaying captured screen to another PC

    Hi,

    I need your ideas on the following.
    There are 50 PCs, one PC serves as Monitoring Unit.
    In a specific time interval, the screens of the 49 PCs
    must be captured and displayed on the screen...
  18. I got it. Thank you very much people! :-)

    I got it. Thank you very much people! :-)
  19. I know InStr() function. I haved used it in my...

    I know InStr() function. I haved used it in my codes. It simply determine if the letter is present in a given word but it does not get the position of that letter.

    In my example: Programmer the...
  20. determine position of a letter on a given string

    Example:

    Programmer is the given string
    once I type g, my program should print g on the 4th blank

    _ _ _ g _ _ _ _ _ _

    I alreay know whether a letter exists or not in a given string, but I...
  21. Replies
    0
    Views
    1,470

    how to change voice of ms agent?

    I got another question.
    I included sound in my profile.
    I am using direct text to speech vb component.
    I plan to use ms agent, how do I change voices
    male or female voices
  22. Replies
    2
    Views
    589

    thank you rxbagain

    thank you rxbagain... great, ucase function works.
    we are both from Philippines.
    I am in Manila City. I am a 4th year student of STI COLLEGE - Makati City.

    You may send me e-mail:...
  23. Replies
    2
    Views
    589

    vb functions: chaging case of strings

    sorry but my visual basic 6 software dont have MSDN
    so I'm here asking for your help.

    I am having hard time doing the following code

    if text1.text Like data1.recordset.fields("name").value...
  24. Replies
    2
    Views
    634

    how to add nodes to the treeview control?

    please help me, how can I add nodes to my treeview control?
  25. thank you cakkie and sorry for asking immediate...

    thank you cakkie and sorry for asking immediate answer
Results 1 to 25 of 54
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured