self extractor to temp the run exe -
how would i go about making a self extractor, that extracts the files to a tempory location, the runs the exe inside??? ( note there are other additional files with the exe 'not just the exe)
Thanks in advance
>>> Foxy <<<
self extractor to temp the run exe -
how would i go about making a self extractor, that extracts the files to a tempory location, the runs the exe inside??? ( note there are other additional files with the exe 'not just the exe)
Thanks in advance
>>> Foxy <<<
Self Extractor Question -
Are there any self-extractors out there that once on the server, if from a local pc you access that url where the extractor is and you db click on it, it tells you Save to file or Open from location, you select open from location, and then the extractor extracts the folder to your hard
[2005] Self Extractor -
Hi,
I am trying to make a program that canEncrypt a File
Decrypt a File
Encrypt a File into a Self Extractor Exe
The only thing I am having a problem with is the "Encrypt a File into a Self Extractor Exe"
Does anyone know how I can do this? I have checked the internet
thank u for responce sheikh,can explaine clearly(web extractor ) -
--------------------------------------------------------------------------------
hi friends
my application is web data extractor ,how to extract the urls,phoneno,metatages,faxes.how to implement in c#.net or vb.net .can u give me valueble suggetion and code also.my .net version1.1
File Extractor -
Hey everyone.
Well i wanna make a file extractor, No NOT a virus.
Its a clean GTA SA.exe so i don't get mixed up and it will help out my friends, etc.
The file is 12mb.
So anyone know how i could Hide the EXE file and then extract it to another directory, and have the ability t
[2008] Creating a file extractor and encyprtor -
Hello,
I feel that learning how to make a file extractor and encryptor would be a great thing to know. I want to start with something simple and mostly used. So I decided to go with .zip files. However I do not know where to go from here. Where should I start?
-Thanks in advance
Writing VB Shareware for Windows NT -
I have a shareware program I developed under Windows 98. I used a proven installer program to set up the install files. And I used WINZIP self-extractor to get things going when the user clicks on the setup icon.
Somehow, in Windows 2000 and NT, people are reporting that after the
Utf-8 to Ucs-2 -
Hi all!
I need functions to convert UTF-8 to UCS-2 in VB, anyone ever did this?
(This is how I convert the chars to UTF-8 but I need it the other way around)
Code:
'Convert to wide char
If (CharCode < &H80) Then
Temp = Temp & Chr(C
PHP, date... -
Hi,
I want to get date, just the number of day in month. Then, the month number and replace it with string version.
In VB I would do like this:
Code:
Dim Temp As String
Temp = Format(Day, "#") & ". "
Select Case Val(Format(Month, "#"))
Icon Extractor -
Anyone know a good free Icon Extractor?
Better still, does anybody know a good free Icon Extractor with Source
Thanks
Mid Function in VBA -
I have directory listing in excel like:
C:\temp\abc.doc
C:\temp\bvs.doc
C:\temp\temp1\abc.doc
C:\temp\tempkasfcdsafdf\jdkg.xls
how can i use the mid function to get only
C:\temp\
C:\temp\
C:\temp\temp1\
C:\temp\tempkasfcdsafdf\
basically the path minus the actual fil
Brand new extractor fan joke -
I believe that it's possible to get through life without learning how to drive. It is a common line of thought that the possession of a car or the knowledge to drive is enough to validate one's existence, but I believe that it isn't necessary, you can validate yourself in other ways.
Path of Folders and Subfolders -
I am a new programmer, pls help. The prog I am coding requires me to read write down the path of each folders, subfolder and sub-sub-folders from a specifed main folder.
So for eg. My main folder is (C:\temp\) and inside this folder there are 3 folders, and within each folders ther
Self extractor. .needed -
Hi experts,
I'am making an databases setup kind of application . . this application will create tables, triggers . . and sps . .for this I'am using 3 script files . . .so what I want is .. a single application which will pack and all these files and exe . . .when this package is run i
Silly Question -
I am using the With - End With function but have the following problem:-
I want to use With Temp, where Temp is a variable.
VB uses the string Temp, rather than the contents of Temp
Is there any way round this??
Thanks
Roy
Smartest way -
Here is what I want to do:
Lets say for example I have 10 directories as followes:
c:\temp
c:\temp\sub1
c:\temp\sub2
c:\temp\sub3
c:\temp\sub1\node1
c:\temp\sub1\node2
c:\temp\sub2\node1
c:\temp\sub2\node2
c:\temp\sub2\node3
c:\temp\sub2\node4
I want to keep track of
problem with for and ubound -
Why can't I execute this code?
Does someone know?
For i = lstfiles.ListCount - 1 To 0 Step -1
temp = Split(lstfiles.List(i), "\")
Dim j%
For j = 0 To temp.ubound
temp = temp(j)
Next j
Debug.Print temp
Running my .EXE automatically after installation -
Hi,
I'm using VB's Package & Deployment Wizard to create a Setup program. Then I zip the 3 setup files (Setup.exe , Setup.lst & MyProgram.cab) into one file:
-MyProgram.zip.
I then use Winzip's Self-extractor to create a Self-extracting EXE:
-MyProgram.exe
So far so g
RSA Algorithm help/example -
Hello,
Im trying to use encryption with the rsa algorithm and having some dificulty
with VB6. I have my encrypt method which looks like so:
Function encrypt(i As Long)
Dim temp As Long
temp = i ^ s
temp = temp Mod n
encrypt = temp
End Function
And Decryp
how to list all files and dirs within a directory -
Hi
i need to find all the files and directories within a given input directory. within direcories again to loop and find all the files and subdirectory files too?? is there any code to do without using any control??
For. Eg c:\temp is the input means
c:\temp\temp1\5files\f1.txt
c:\
Need help running DOS command -
helo,
When I type a command in a DOS window, it works. But it doesn't work when I call it from VB.
I am trying to modify the PATH environment vriable of windows 2000.
VBCODE:
stPath = """%PATH%;d:\temp\temp 123 qw"" -m"
Shell(strPath)
result
Byte Addition -
Hi,
I want to add two byte variables together and if the resulting value is greater than 255, then i want the sum to be set at 255. So far, i have had no luck at all. i tried setting up a temporary int variable like this:
dim x,y,sum as byte
dim temp as integer
temp = x+y
Return Recordset form Sql Server -
Hi
How do I read the result of the following stored procedure using ADO in VB
CREATE PROCEDURE Test
AS
declare @Temp table (num int, sname varchar(100))
insert into @temp values(1, '001')
insert into @temp values(2, '002')
insert into @temp values(3, '003')
select
vbhelp -
My extractor doesn't extract .fum documents. what can I do?
Date Time Picker Problem -
If the user selects Any day via a date time picker, is there a way to display the day previous to that. For instance, on form_Load, if the following code was used:
dim temp as date
temp = DateTimePicker1.Value.Date
Can i do something like:
temp = temp - 1
msgBox(temp)
Get Temp File Name...*RESOLVED* -
Hey guys,
I'm trying to retrieve a temporary file name (to store in the temp directory).
I have the coding to find the Temp file path but cannot seem to find the coding to get a temp filename.
The example on the VB CD is only for C++, and i cant find it on these forums.
Any
SelectObject problem -
Can someone help me out? I am new to using DC's and working with pictures, and I am running into a problem. I am trying to select an object to create a dc by doing the following:
Dim DC As Long
Dim Temp As IPictureDisp
DC = CreateCompatibleDC(frmHold.hdc)
Set Temp = frmHold
How to skin other windows -
I tried to make a simple program to skin any window.. I used this code:
Code:
Dim DC As Long
Dim hWnd As Long
Dim Temp As Rect
hWnd = Window(SelectedWindow).hWnd
'Get rect
GetClientRect hWnd, Temp
DC = GetWindowDC(hWnd)
'Setup
Sometimes it does and sometimes it doesn't!!! -
Hi group,
I've got an A2k db with a single table and I want to display the records in a table. I use the code below. When I load the asp page it works great. When I refresh the page....I get the following error:
Technical Information (for support personnel)
Error Type:
Provider
I know this is Hokey but... -
I wrote this for VBScript to format a phone number (###-###-####) due to the fact that .ASP doesn't support the format function.
***provided the string is 10 in Len
der...
Code:
for p = 1 to len(strPhoneNumber)
temp = temp & mid(strPhoneNumber,p,1)
if p = 3 then
refering to a location in a two dim array -
I have a two dim array that I created using pointers:
int row;
int **temp;
temp = (int **) calloc (10, sizeof(int));
for (row=0; row <10; ++row)
temp[row] = (int *) calloc (10, sizeof (int));
but I need to use a pointer in this last line instead of temp[row] any i
Suppose to be easy... -
Hi everyone,
I have tried to do the following to read from my ini file:
'*******************************************
Dim ret As Long
Dim Temp As String * 50
dim app_loc as string
ret = GetPrivateProfileString(lpAppName, lpKeyName, lpDefault, Temp, Len(Temp), lpFileNam
Self Extractor -
Hello, I'm making a command line based self extractor that basically works like this:
xtract0r.exe build filename{next}filename{next}filename
This builds "build.exe" with whatever files you want in it.
xtract0r.exe
This extracts all the files built in it (basically,
==> questions collection <== -
1) how can i get a self extractor activeX component?
2) how can i capture the screen in VB?
3) how can i set any image to be transparented?
WinNT works Win98 Doesn't -
I have a form that contains a list box. on Form_Load the following code is executed. (The MsgBox commands have only been inserted for me to see where it falls over)
Private Sub Form_Load()
Dim Temp
'
frmSortDir.lstSortDir.Clear
MsgBox "here1"
Temp
SQL Temp Table -
I have a stored procedure that goes like this:
CREATE PROCEDURE [dbo].[TenFirstClients]
AS
select top 10 * into #Temp from client
select * from #Temp
GO
The actual stored procedure has 150 lines but the idea is here! I put something in a temp table and then read
StreamWriter(%temp%... ) newb help -
How do I define the path to the %temp% folder in StreamWriter, %temp% is an environmental variable but vb.net doesn't recognise?!...
[2005] Bazaar If..Then problem. -
I put this little piece of code in to check that the values entered are correct before running the sub.
Code:
If (MICTtemp.Text <= MICItemp.Text) Then
MessageBox.Show("Target temp must be higher than Initial temp")
MICTtemp.Focus()
App.Path & Temp Directory -
Hi, I'm copying one of my apps to the Temporary directory, which I retrieve through Environ("TEMP"). The path is returned like this: C:\Docume~1\Userna~1\Temp. When I start the app from the Temp directory I want to check if it's in the right directory. Therefore I check if th
Help with school work... -
Question:
Create a temperature control program wher you use a scroll bar to set the required temp. use on heater if the temp is below 10, 2 if the temp is 10-20 and none if the tmep is above 20.
so i can get it to work for below 10 and above 20, but i cant get it say 2 heaters