Search:

Type: Posts; User: vbnew

Page 1 of 13 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    15
    Views
    878

    Re: Ending program problematic ?

    Ooooh My Godddd !!

    Ahem, :blush: i am terribly sorry guys (westconn1, dglienna, MartinLiss)... i did a mistake and i found it already ... actually after issueing "unload me", the process will...
  2. Replies
    15
    Views
    878

    Re: Ending program problematic ?

    geeezz !! i am pretty exhausted already !!

    Well, i think got to use the final option of explicitly killing it. may i know is there a way to kill it..?
  3. Replies
    15
    Views
    878

    Re: Ending program problematic ?

    Okay, i did as you recommended but still the same case.
    Do you think it might be causing by third party ocx ?
    I notice this, when i open the program without using the program and exit. everything...
  4. Replies
    15
    Views
    878

    Re: Ending program problematic ?

    Oh Yaaa.. !! i do have several objects ocx haven't set to nothing. .. okay perhaps i should do so but i thought that when unloading form happen, all the objects on the form will automatically be like...
  5. Replies
    15
    Views
    878

    Re: Ending program problematic ?

    sounds like a loop in a sub is still running after the form has been unloaded, try to step through the code after you press the exit button, see where it leads you

    I am suspecting the same thing...
  6. Replies
    15
    Views
    878

    Re: Ending program problematic ?

    :D Ohhhh Yessssss!!! It works.. but MartinLiss, the process of completely shutting down is a bit too slow though. To completely shutting down the application program and vanish from the task manager...
  7. Replies
    15
    Views
    878

    Re: Ending program problematic ?

    :eek2: Ooooohhh!!

    :thumb: Thank You Soooooooo Much MartinLiss, i will look into it right away.... (Yesssss!)
  8. Replies
    15
    Views
    878

    Ending program problematic ?

    :confused:

    Guys,

    i am having difficulty ending my program. its very weird. okay the scenario goes like this.

    i am currently using the "end" command to end my program at the unload me sub....
  9. Replies
    2
    Views
    336

    Hmm... but what if the situation turn out to be like the following

    my program listed all the ip and subnet mask as follows


    ip : 192.168.100.10
    subnet : 255.255.255.0

    ip : 127.0.0.1
    subnet : 255.0.0.0

    ip : 202.13.44.2
  10. Replies
    2
    Views
    336

    How to know if its External IP?

    Guys,

    i am having trouble figuring out how to identify if that particular ip is an External IP address? i manage to list out all the IP addresses but now the problem is i don't know which one is...
  11. Replies
    5
    Views
    372

    Ideas Man 1. There is nothing wrong with it,...

    Ideas Man


    1. There is nothing wrong with it,
    but it's not a good practice for a number of reasons

    2. For enchanced security, place internet based servers
    (Mail, web etc.)
    ...
  12. Replies
    5
    Views
    372

    Good Morning Guys.

    Alright, its time to really dwell into deep details about all the servers stuff... hope you guys can help me out with this... Breaking all the question marks and puzzle and clueless mindset of...
  13. IIS 5.0 SMTP Server => Connection dropped by remote host

    Guys,

    Can help me please, i had a problem with the IIS 5.0 SMTP server...

    Each time when i use outlook to send an email using that smtp server locally, The email is sent under outlook...
  14. Replies
    1
    Views
    429

    windows 2K/XP services status

    Guys,

    is there a way to know whether a particular service is started or not?:wave:
  15. How can i make sure the USB device is installed or not?

    Guys,

    How can i be sure that the USB device is installed? please advise how should i go about it.. thank you ....
  16. Replies
    7
    Views
    2,434

    actually.. is not the cursor that i want to...

    actually.. is not the cursor that i want to animate.. i want to animate a picture in the picture box.. can that be done during the registration process?

    :wave:
  17. Replies
    7
    Views
    2,434

    hourglass gif ? anyone ?

    Guys,

    Does anyone has hourglass gif animated? i need to make it animate when the program is loading.... please help where can i find it.. ?

    and what is the best way to animate in VB ?
  18. Replies
    0
    Views
    361

    Check USB by Name

    guys,

    how can i know whether the USB device is installed and working properly through vb6?

    i need to identify it in order to launch the device installer, if found out that its not installed in...
  19. Replies
    11
    Views
    571

    all folders can be removed.. but i got to do it...

    all folders can be removed.. but i got to do it one by one.. each at the leaf of a directory tree..

    and this is taking alot of time... please advise?
  20. Replies
    11
    Views
    571

    guys.. this is taking months to clear off all .....

    guys.. this is taking months to clear off all .. the depth of the folder is really tiring ...

    is there any other better solution ? a program that can auto delete all of the weird folders without...
  21. Replies
    4
    Views
    612

    actually i know that.. is just that.. i want it...

    actually i know that.. is just that.. i want it fast...do you know searching through a directory of 250 GB is really long? this happen when the user install it in somewhere else... and definitely not...
  22. Replies
    4
    Views
    612

    check if realplayer is installed?

    guys,

    i hope to launch a link with realplayer from vb6.. but how can i know whether realone is installed?

    How can i check a list of installed program like how we right click an unknown file.....
  23. Silent Register ocx and dll... without displaying successful registration message

    Guys,

    i want to invincibly register 3 ocx without the window popping up the successful message....how can i go about it?
  24. Thread: File permissions

    by vbnew
    Replies
    5
    Views
    856

    guys how to prevent execute perm for user?

    For example

    xcacls d:\apps\myfolder /g Administrator:f mason:r;rw /y


    after the above command is issued... i notice that the "Read & Execute" permission for that user "mason" is allowed.. i...
  25. Replies
    1
    Views
    472

    telnet and ftp control on same account

    Guys,

    how do you guys control this situation ?

    1.) i created a virtual FTP for a remote user to do whatever he wants in that folder.. that is read and write within its folder....
    but then , i...
  26. Replies
    6
    Views
    3,231

    Apology guys.. (Deepak Sakpal and dglienna) i...

    Apology guys.. (Deepak Sakpal and dglienna)

    i was too excited already... alright here is the solution ...



    Public Function createuseraccount()
    Dim userobj As IADs

    Set...
  27. Replies
    6
    Views
    3,231

    Whoooly Cow.. |!! i got it.. thanks anyway... ....

    Whoooly Cow.. |!! i got it.. thanks anyway... . :bigyello: :thumb:
  28. Replies
    6
    Views
    3,231

    you know this error code? 80004005

    run time error "-2147467259" (80004005)
    unspecified error...



    Public Function createuseraccount()
    Dim userobj As IADs

    Set domainobj = GetObject("WinNT://localhost")
    Set...
  29. folder access permission? (urgent help request)

    Guys,

    How to modify a folder access permission to allow 2 user to access only.. say administrator and a particular user?

    can this be done? i need it urgently .....

    i want to change the...
  30. Replies
    2
    Views
    873

    what about ADSI? does that solely mend for IIS?...

    what about ADSI? does that solely mend for IIS? Does anyone uses that component or object before?? how should i start..

    in addition, anyone has any source example please let me know.. .thank you...
  31. alright thanks

    Thank you dglienna and plenderj , i know what i should do ... hehe
  32. well, if that is the case will i be charged for...

    well, if that is the case will i be charged for applying same serial key on 2 machine (whereby it is suppose to apply each with a specific key is the correct way to go).. because i have 2 copy of...
  33. How to change serial in Win 2000 without reinstall

    Guys,

    i accidentally install the windows 2000 with the same key to another machine in my corporate.. now i wish to just change the serial in my machine to another legal serial key.. please help.....
  34. Replies
    5
    Views
    686

    winsock dll exist in win 2000 and XP?

    guys,

    sorry to ask this... but still i really got to know it.. i have a program (.exe) that reference winsock.dll... which i hope to burn into CD-R... and then run it from the cdrom...

    Can...
  35. Replies
    2
    Views
    873

    create FTP user account in runtime..?

    guys,


    how can i create a FTP virtual directory for a particular user programmatically?? and the permission given is that the user must be able to read and write content in that virtual...
  36. Replies
    1
    Views
    403

    FTP server user account?

    Guys,

    i don't quite understand about the way ftp user account works.. Currently i am trying it out using the Microsoft FTP server... everytime i need to add a new user, i must create a user...
  37. Thread: CDONTS on win XP

    by vbnew
    Replies
    4
    Views
    500

    Affirmative!!! Got it .... Download and install...

    Affirmative!!! Got it .... Download and install .. Mendhak is the answer.. hehe

    and not least

    brucevde, thank you for letting me know about.. as that is the ready made program that require...
  38. Thread: CDONTS on win XP

    by vbnew
    Replies
    4
    Views
    500

    CDONTS on win XP

    Dear Guys and Gals and Pro,

    I need to know can CDONTS work on XP? because i tested the program on Windows 2000 and is able to send the mail accordingly, but when i do it in the XP.. it...
  39. Replies
    0
    Views
    412

    List file by Last Modified in Filelistbox?

    Guys,

    Can the filelistbox list all the files in a folder according to last modified DATE?
  40. Thread: error 4097

    by vbnew
    Replies
    2
    Views
    1,190

    OS of both machine is = windows 2000 Program is...

    OS of both machine is = windows 2000
    Program is developed = in VB
    Database used = MS Access


    :afrog:
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width