English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to create an IM program. How do you create temporary files?

2006-07-22 04:56:44 · 2 answers · asked by bobberly1 1 in Computers & Internet Programming & Design

2 answers

the same way you create any file in VB
just remember to delete them when the program closes

2006-07-22 05:00:09 · answer #1 · answered by Ivanhoe Fats 6 · 0 0

you use a combination of gettempfile and gettemppath which are win32 api calls. just remember to delete the files afterward.

this method will be quite slow as its dependent on the disk i/o, maybe u should just use memory streams instead.. mm does vb support those - i wonder, maybe why vb is such a crappy language with which to write an im with.

2006-07-22 05:40:41 · answer #2 · answered by ZahirJ 2 · 0 0

fedest.com, questions and answers