Search:

Type: Posts; User: DanielT

Search: Search took 0.02 seconds.

  1. Thread: ListView Help

    by DanielT
    Replies
    4
    Views
    1,826

    Re: ListView Help

    Thanks for the reply akhileshbc ' MartinLiss!

    akhileshbc code is working, but still its deleting unselected record

    @MartinLiss thanks!
    Set ListView.SelectedItem = Nothing 'i think you...
  2. Thread: ListView Help

    by DanielT
    Replies
    4
    Views
    1,826

    ListView Help

    Hello
    Im having problem with the code below...


    Private Sub Command1_Click()
    If Not (ListView.SelectedItem Is Nothing) Then
    ListView.ListItems.Remove (ListView.SelectedItem.Index)...
  3. Replies
    2
    Views
    1,462

    Re: Question about form border...

    Great!!! this is what im looking for...

    Thanks PinoyAko you are totaly pinoy :)

    ______________________________________
    :afrog: <--- What is this? hehe 'Green Peace
  4. Replies
    2
    Views
    1,462

    [RESOLVED] Question about form border...

    Hello! :wave:

    I am wondering is it posible to resize a form without border / BorderStyle = 0.?


    Thanks!!!


    ______________________________________
    :afrog: <--- What is this? hehe 'Green...
  5. Re: Sending Email with LIVE Mail SMTP Server via CDO

    hmmm same here cant either send a message, maybe theres something wrong with their outgoing server.

    Port 25 give's this message.
    Transport error code was 0x8004017. The server reponse was not...
  6. Re: Sending Email with LIVE Mail SMTP Server via CDO

    Hello :wave:

    Try this one...

    Dim iMsg As Object
    Dim iConf As Object

    Dim Flds As Variant
  7. Replies
    2
    Views
    533

    Re: .cls file missing

    Glad you found it... :)))
  8. Thread: Timer

    by DanielT
    Replies
    3
    Views
    932

    Re: Timer

    Timer refresh everytime you move your mouse or press a key. The basis is correct. I dont seen another method to do that. Becuase the time needs to update itself when an event done if idle and reach 5...
  9. Re: Help with this conditional statement

    Hey dee-u thanks for your reply.

    Oh yea why did I forgot this one, it should work now thanks a lot!!!
  10. [RESOLVED] Help with this conditional statement

    Hello, Help! Got stocked in this...


    The textbox must only accepts number so i write this code

    Private Sub cmdOK_Change()
    If Not IsNumeric(txtnum.Text) Then
    MsgBox ("Input a valid number.")...
  11. Re: Need help opening a file in a program i compiled

    Hello... :wave:

    You mean you "open with" the file from your desktop? But didn't load?
  12. Replies
    9
    Views
    665

    Re: Problem with open form after migrating ;/

    Welcome to vbforums!!!

    I think you need this code buddy.

    Dim FormName as new rsFrm



    Becuase in VB.NET the new form should first be declared and named before the execution.
  13. Replies
    5
    Views
    1,252

    Re: Single setup file

    Try putting it on your Resource File.
  14. Re: Checkbox to show password Character in textbox

    I think you simply need to clear PasswordChar?


    txtPassword.PasswordChar = ""
  15. Replies
    4
    Views
    5,264

    Re: How to add time to current running time?

    I think you probably need to write a code that the first timer will synchronize with computer time. Then a second timer which will be your editable timer.

    Try this simple code :)
    You can add...
  16. Replies
    50
    Views
    116,853

    Re: vb6 - send email with attachment using smtp

    Tested and working! thanks man!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Results 1 to 16 of 16



Click Here to Expand Forum to Full Width