msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How set InternetBuffer to null

 
Post new topic   Reply to topic    msvisual.com Forum Index -> VB WinAPI
Author Message
krisrajz



Joined: 27 Jan 2008
Posts: 2

PostPosted: Fri Jan 25, 2008 11:02 am    Post subject: How set InternetBuffer to null Reply with quote

Ref:http://msdn2.microsoft.com/en-us/library/aa384318(VS.85).aspx

As per the above link how to set InternetBuffer to null

Please show me sample piece of code.

Thank you,

Regards,

Raj.

Archived from group: microsoft>public>vb>winapi
Back to top
View user's profile Send private message
expvb



Joined: 04 Oct 2007
Posts: 525

PostPosted: Sat Jan 26, 2008 8:20 pm    Post subject: Re: How set InternetBuffer to null Reply with quote

"krisrajz" wrote in message @microsoft.com...
> Ref:http://msdn2.microsoft.com/en-us/library/aa384318(VS.85).aspx
>
> As per the above link how to set InternetBuffer to null
>
> Please show me sample piece of code.
>
> Thank you,
>
> Regards,
>
> Raj.

You can use:

vbNullString, or

Byval 0&

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
best way to "null" a string variable ?? What is the best way to "null" a string variable in VB that removes it from memory until called again. I've read: vbNullString, which if I understand correctly just creates a zero length string the same as using "" vbEmpty, which from what I can find is a

UDT and null terminating strings How to define the UDT so that in a file with three null terminating strings I can read in the strings separately. The strings can be of what ever length ie. not fixed length strings. Using the following code all the contents of the file are contained in R

What is NULL? From MSDN: This value can be NULL if the operation is not associated with a window. What should I use for NULL: vbNull or 0& ? In addition: I know that vbNull = -1 When is a proper way of using vbNull? Thanks, Jack

Null Hi all, In my vb code I return a recordset from a sql database. This recordset contains a variety of fields with varing data types. Some are string and some are integers. As I return the recordset I use the Write command to output the data to a comma sepe

convert "" to NULL What is the best way to convert whitespace to NULL when inserting data into a SQL table? I have a file that I'm parsing parts of into a UDT. Sometimes, the fields I'm parsing out of the file are blank, so that field of the UDT is set to "". When I insert
Post new topic   Reply to topic    msvisual.com Forum Index -> VB WinAPI All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group