Search:

Type: Posts; User: green.pitch

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    186

    Re: Multi Tasking issue

    Thank you from the bottom of my heart Bonnie West, I'm shocked why dint't I think about it.
    Regards, :)
  2. Replies
    3
    Views
    186

    Multi Tasking issue

    Hello everyone once again :wave:
    I am working on a project in which I need to do multiple task on multiple forms.
    Let me try to explain it with a simple example.

    My projects has 2 forms i.e....
  3. Replies
    3
    Views
    275

    Mozilla Control Error

    Hello everyone,
    I have downloaded and installed the latest version of "Mozilla Active X control 1.7.12" from

    http://www.iol.ie/~locka/mozilla/control.htm

    Added it's component "mozctl.dll" in...
  4. Re: How to Check the internet connections adapters list?

    Hello couttsj,
    Thanks.. After trying your codes I am getting error "File not found ndisapi.dll".
    Ok I'v downloaded "ndisapi.dll" and paste it into system32 folder..
    Now getting another error...
  5. Re: How to Check the internet connections adapters list?

    Greetings,
    Sorry for the duel posting, however I'v got few WMI concepts to get Network Connection's ID Lists..


    strComputer = "."
    Set objWMIService = GetObject("winmgmts:\\" & strComputer &...
  6. How to Check the internet connections adapters list?

    Hello :wave:
    I have 2 internet connection on my pc, where one is broad-band connection "Local Area Connection" and another is a dial-up connection "Idea Internet".

    Now here I want to get the list...
  7. Replies
    29
    Views
    6,166

    Re: [VB6] Faster Split & Join (development)

    Greetings,
    Just have one simple question.
    Can it split file of 5 GB in to 1 GB parts and vice-versa?

    Thanks
    Regards, :wave:
  8. Re: [help] How to get only printable string of any webpage

    Hi,
    If you read the topic carefully, you will come to know that I'v already told above that i am using webbrowser control..
    Regards, :)
  9. Re: [help] How to get only printable string of any webpage

    Thanks, but query has been solved by just replacing

    wb1.Document.documentElement.OuterHTML

    with

    wb1.Document.documentElement.OuterText

    Regards :wave:
  10. [help] How to get only printable string of any webpage

    Hello everyone :wave:
    I want to know how to get the printable texts only of any webpage in Vb6? I am using webbrowser control.
    I am using the following code to get html source
    ...
  11. Replies
    2
    Views
    201

    Re: [help] Webcam Protection

    @dilettante :) ,
    Sorry but whats the problem with my thread? :)
    I'v just given a short information about what I am making and why do i need to ask here.
    I just want to know how to get the status...
  12. Replies
    2
    Views
    201

    [help] Webcam Protection

    Hello :)
    I am working on a security related project, In which I want to secure un-authorized access of Microphone & Webcam of my laptop.

    I want to know if there is any API or something, which can...
  13. Replies
    4
    Views
    629

    Re: VB6 Critical Process

    It's working fine. Pass Process Handle instead of Process ID :) BTW this all work can be done in 3-4 lines of codes to generate BSOD on process termination.

    Regards,
  14. Replies
    11
    Views
    418

    Re: How to arrange strings like that?

    Greetings,
    Thanks to all of you for your valuable replies.
    Thank you so much MarkT, that URL is perfectly working..

    I will try to learn many more with this.

    Regards, :)
  15. Replies
    11
    Views
    418

    Re: How to arrange strings like that?

    Okies, I have already modified my last previous post to add my codes. You can check them.. And Ok if you don't want to go to that URL, you check the attached snapshot here.

    96643

    Thanks !
  16. Replies
    11
    Views
    418

    Re: How to arrange strings like that?

    Hi DataMiser,
    It's not as much simple for me..
    See this link. It's the demonstration I want to do same in vb6.

    www+exploitn+com/gmail.php



    Ok Here I am doing like this-
  17. Replies
    11
    Views
    418

    How to arrange strings like that?

    Hello :)
    It's my 2nd day im working on a function to arrange any string in a certain pattern, and after all my efforts im forwarding this query here.

    I want to arrange any string like -
    Suppose...
  18. Replies
    1
    Views
    210

    [Help] Data Execution Prevention

    Hello,

    I am using Virtual machines for testing my application under different OS. In XP i am getting Data Execution Prevention Error. Please tell me how can I add my application in the Data...
  19. Replies
    48
    Views
    13,792

    Re: VB6 - Huge (>2GB) File I/O Class

    Hello again,
    Ok that's enough for me on this topic, Problem solved after reducing the chunk size.

    Thanks & Regards :)
  20. Replies
    48
    Views
    13,792

    Re: VB6 - Huge (>2GB) File I/O Class

    Hello dilettante, Thanks

    I'v tried but still getting errors. Here's the codes i am using -


    Option Explicit
    Private hbfFile As HugeBinaryFile

    Private Sub Command1_Click()
    Dim BB() As...
  21. Replies
    48
    Views
    13,792

    Re: VB6 - Huge (>2GB) File I/O Class

    Hello,

    Ok, but my question is to read bytes from the specific location and same for writing them back to another file.
    In the Class, we can read file like:


    Set hbfFile = New HugeBinaryFile...
  22. Replies
    2
    Views
    320

    Re: Read/Write Large Binary File by API

    Thanks Bonnie... Let me try this :)
    Regards,
  23. Replies
    48
    Views
    13,792

    Re: VB6 - Huge (>2GB) File I/O Class

    Hello,
    Thanks for sharing the Class/Module, But I am having problem on understanding its using.
    would you please tell me with an example of using the module with a 2gb file?

    Example: Suppose I...
  24. Replies
    2
    Views
    320

    Read/Write Large Binary File by API

    Hello,
    I am creating a file splitter in which I need to Split large files (up to 3 GB) in to small parts. I have tried to create one but in vb6 its not accepting file size more than arround 1GB....
  25. Replies
    6
    Views
    955

    Re: SSL based HTTP Proxy Server in Vb6

    Haha That's a Cool idea ladoo.. Thanks :bigyello:
  26. Replies
    6
    Views
    955

    Re: SSL based HTTP Proxy Server in Vb6

    Hello ladoo,
    That's gr8 thanks it will surely be helpful to me.. But this socket do not have Listening Property.. So how can I use it to create a HTTP Proxy Server? Do you have any example about it?...
  27. Replies
    6
    Views
    955

    SSL based HTTP Proxy Server in Vb6

    Hello again,

    I am creating one project in which i need to create a Proxy server. I'v searched and found few working example on Pscode. But there's nothing related to SSL Proxy server. At last I...
  28. Replies
    5
    Views
    444

    Re: Execute with Acess Denied permission

    Ohkay Thank you Nightwalker83,

    I need to search about creating access denied services in vb6.

    Regards,
  29. Replies
    17
    Views
    5,241

    Re: VB6.0 - Mail Retrieval

    Hello,
    Is this working with SSL authentication like gmail?
  30. Replies
    11
    Views
    9,058

    Re: VB6.0 - Office Outlook mail retrieval

    Is this working with SSL authentication like gmail?
  31. Replies
    5
    Views
    444

    Re: Execute with Acess Denied permission

    Hello si_the_geek, Thanks for moving the thread on proper section.

    @ NightWalker, No i dint mean to disable taskmanager or to hide application on process list. I simply mean is to execute...
  32. Replies
    5
    Views
    444

    Execute with Acess Denied permission

    Hello,
    I am impressed by few Antiviruses applications. I am getting 'Access Denied' message on killing them via Process Manager in Windows. So My question is, How can we create such application in...
  33. Re: Get Keys List of a Section in inf file in vb6

    Greetings @brandoncampbell ,
    Thanks it works fine.. :)

    regards,
  34. Get Keys List of a Section in inf file in vb6

    Hello,
    I am using the following code to read/write information of a INF file.

    Private Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal...
  35. Replies
    7
    Views
    874

    Re: Hide Process By Process ID

    Hello, I am doing everything usual. I just want to execute a MsDOS command and want to get its output after it's completion But i don't want to display cmd.exe..

    Thank you !
  36. Replies
    7
    Views
    874

    Re: Hide Process By Process ID

    Hello dilettante,
    Thanks for reply again,
    I'v tried the 'ShellPipe' Usercontrol from your link, But after doing:

    Select Case ShellPipe.Run(Environ$("COMSPEC"))

    It's showing 'Idle' and then...
  37. Replies
    7
    Views
    874

    Re: Hide Process By Process ID

    Hello @dilettante,
    Thanks for the reply, Yes you are right. I want to get the StdOut of the command Prompt(Hide).
    See the code below :


    Function ejecutar_Dos(Comando As String) As String
    ...
  38. Replies
    7
    Views
    874

    Hide Process By Process ID

    Hello

    However I am able to Get Process ID (PID) of an EXE i am executing with my application. I want to Hide that EXE Process with the help of it's Process ID.

    I am using following command to...
  39. Replies
    4
    Views
    220

    Re: Help with variable search

    I am apologized, Yes by mistake I'v replied in a wrong section..
    I will repost in the correct section.
    Thanks for reminding me.

    -Regards :)
  40. Replies
    20
    Views
    739

    Re: [RESOLVED] [VB6] Strange bug?

    Ya Sorry @NiTrOwow YES the Thread has been solved, I just wanted to know the use of these numbers (10, 20, 30, 40) you using in your codes syntax. I'v seen such coding styles, But donot know the...
Results 1 to 40 of 71
Page 1 of 2 1 2