Click here to Skip to main content
15,906,645 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Debugging problem Pin
digsy_8-Oct-06 2:30
digsy_8-Oct-06 2:30 
GeneralRe: Debugging problem Pin
Walter_H9-Oct-06 4:23
Walter_H9-Oct-06 4:23 
QuestionHow can share session variable between two virtual directories in Asp.net 2.0 using IIS 6.0 Pin
Rajesh_K_Sharma7-Oct-06 8:35
Rajesh_K_Sharma7-Oct-06 8:35 
QuestionValue in auth cookie Pin
axon_7-Oct-06 8:15
axon_7-Oct-06 8:15 
Questionneed help wit user permission settings Pin
neodeaths7-Oct-06 8:03
neodeaths7-Oct-06 8:03 
QuestionAny thing equivalent to "eval" in ASP.NET? Pin
Arjune7-Oct-06 5:57
Arjune7-Oct-06 5:57 
AnswerRe: Any thing equivalent to "eval" in ASP.NET? Pin
Guffa7-Oct-06 12:09
Guffa7-Oct-06 12:09 
QuestionEquivalent of TMemoryStream (PASCAL) in VB 6.0 Pin
logicon7-Oct-06 4:59
logicon7-Oct-06 4:59 
I am converting a DELPHI application to VB 6.0. Language in the DELPHI Project is PASCAL. In the application coder has created a TMemoryStream type. I just want to know what is its equivalent in VB 6.0

The complete code is -

<br />
function TForm1.BackupFinger():integer;<br />
var<br />
bRet:boolean;<br />
iRet:integer;<br />
jh:integer;<br />
dwMachineNumber,dwEnrollNumber,dwEMachineNumber,dwBackupNumber:integer;<br />
d1,d3:longint;<br />
buf: array[0..800] of longint;<br />
m:TMemoryStream;<br />
begin<br />
jh := StrToInt(cbJh.Text);<br />
d1 := 0;<br />
d3 := 0;<br />
dwMachineNumber := jh;<br />
dwEnrollNumber := qfp.FieldByName('dwEnrollNumber').Value;<br />
dwEMachineNumber := qfp.FieldByName('dwEMachineNumber').Value;<br />
dwBackupNumber := qfp.FieldByName('dwBackupNumber').Value;<br />
bRet := FPKeeper1.GetEnrollDataB(dwMachineNumber,dwEnrollNumber,dwEMachineNumber,dwBackupNumber,d1,buf[0],d3);<br />
if bRet = true then<br />
begin<br />
m := TMemoryStream.Create;<br />
m.Position := 0;<br />
iRet := m.Write(buf,800);<br />
qfp.Edit();<br />
qfpdwEnrollData.LoadFromStream(m);<br />
qfp.FieldByName('dwPassWord').Value := d3;<br />
qfp.FieldByName('Memo').Value := 'Backuped';<br />
qfp.Post();<br />
m.Free;<br />
BackupFinger := 1;<br />
end<br />
else<br />
begin<br />
BackupFinger := 0;<br />
end<br />
end;<br />


Please help if someone has any idea about this.
Thanks
QuestionCan not create web applicaion Pin
nkjha17-Oct-06 3:00
nkjha17-Oct-06 3:00 
AnswerRe: Can not create web applicaion Pin
just3ala27-Oct-06 20:09
just3ala27-Oct-06 20:09 
GeneralRe: Can not create web applicaion Pin
nkjha18-Oct-06 2:37
nkjha18-Oct-06 2:37 
QuestionDisplays pop-up box with text box Pin
nannapanenikamalnath7-Oct-06 2:00
nannapanenikamalnath7-Oct-06 2:00 
AnswerRe: Displays pop-up box with text box Pin
Arjune7-Oct-06 6:10
Arjune7-Oct-06 6:10 
QuestionInsert values into Listbox with Javascript Pin
sbao0047-Oct-06 0:42
sbao0047-Oct-06 0:42 
AnswerRe: Insert values into Listbox with Javascript Pin
Aashutoshkumar7-Oct-06 0:51
Aashutoshkumar7-Oct-06 0:51 
GeneralRe: Insert values into Listbox with Javascript Pin
sbao0047-Oct-06 1:07
sbao0047-Oct-06 1:07 
GeneralRe: Insert values into Listbox with Javascript Pin
Aashutoshkumar7-Oct-06 1:19
Aashutoshkumar7-Oct-06 1:19 
GeneralRe: Insert values into Listbox with Javascript Pin
sbao0047-Oct-06 17:50
sbao0047-Oct-06 17:50 
QuestionHow to scchedule sending feedback mails Pin
Sudhakar Pasupunuri7-Oct-06 0:22
Sudhakar Pasupunuri7-Oct-06 0:22 
AnswerRe: How to scchedule sending feedback mails Pin
Rajesh_K_Sharma7-Oct-06 9:04
Rajesh_K_Sharma7-Oct-06 9:04 
GeneralRe: How to scchedule sending feedback mails Pin
miniThomas7-Oct-06 22:06
miniThomas7-Oct-06 22:06 
GeneralRe: How to scchedule sending feedback mails Pin
Rajesh_K_Sharma8-Oct-06 8:58
Rajesh_K_Sharma8-Oct-06 8:58 
GeneralRe: How to scchedule sending feedback mails Pin
miniThomas8-Oct-06 19:14
miniThomas8-Oct-06 19:14 
Questionhow can i get the value of ENTER key Pin
Deepak the Cool7-Oct-06 0:04
Deepak the Cool7-Oct-06 0:04 
AnswerRe: how can i get the value of ENTER key Pin
Jay_se7-Oct-06 3:14
Jay_se7-Oct-06 3:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.