Thank you from the bottom of my heart Bonnie West, I'm shocked why dint't I think about it.
Regards, :)
Type: Posts; User: green.pitch
Thank you from the bottom of my heart Bonnie West, I'm shocked why dint't I think about it.
Regards, :)
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....
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...
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...
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 &...
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...
Greetings,
Just have one simple question.
Can it split file of 5 GB in to 1 GB parts and vice-versa?
Thanks
Regards, :wave:
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, :)
Thanks, but query has been solved by just replacing
wb1.Document.documentElement.OuterHTML
with
wb1.Document.documentElement.OuterText
Regards :wave:
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
...
@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...
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...
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,
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, :)
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 !
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-
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...
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...
Hello again,
Ok that's enough for me on this topic, Problem solved after reducing the chunk size.
Thanks & Regards :)
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...
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...
Thanks Bonnie... Let me try this :)
Regards,
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...
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....
Haha That's a Cool idea ladoo.. Thanks :bigyello:
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?...
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...
Ohkay Thank you Nightwalker83,
I need to search about creating access denied services in vb6.
Regards,
Hello,
Is this working with SSL authentication like gmail?
Is this working with SSL authentication like gmail?
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...
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...
Greetings @brandoncampbell ,
Thanks it works fine.. :)
regards,
Hello,
I am using the following code to read/write information of a INF file.
Private Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal...
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 !
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...
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
...
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...
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 :)
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...