Click here to Skip to main content
15,915,513 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Mouse-event Improvement Pin
User 584223725-Apr-09 5:45
User 584223725-Apr-09 5:45 
QuestionHow can i create salary format in Textbox ? for example i want create 2000.00 . Pin
pramod251717-Apr-09 19:55
pramod251717-Apr-09 19:55 
AnswerRe: How can i create salary format in Textbox ? for example i want create 2000.00 . Pin
Rajesh Anuhya17-Apr-09 20:08
professionalRajesh Anuhya17-Apr-09 20:08 
AnswerRe: How can i create salary format in Textbox ? for example i want create 2000.00 . Pin
Andy_L_J17-Apr-09 22:16
Andy_L_J17-Apr-09 22:16 
AnswerRe: How can i create salary format in Textbox ? for example i want create 2000.00 . Pin
Johan Hakkesteegt20-Apr-09 1:41
Johan Hakkesteegt20-Apr-09 1:41 
QuestionError in using MemoryStream in VB.Net Pin
Viram Pandey17-Apr-09 3:57
Viram Pandey17-Apr-09 3:57 
AnswerRe: Error in using MemoryStream in VB.Net Pin
Dave Kreskowiak17-Apr-09 4:26
mveDave Kreskowiak17-Apr-09 4:26 
GeneralRe: Error in using MemoryStream in VB.Net Pin
Viram Pandey20-Apr-09 1:37
Viram Pandey20-Apr-09 1:37 
Hi Dave,

Thanks for your response.

Actually i am using a memorystream which contains a data through dataset.
But the issue is a different one, whenever i create a new object of IO.memorystream, in its 'ReadTimeOut' and 'WriteTimeOut' properties, it is showing the message that 'Timeouts are not supported in this stream'. I am nowhere using the timeouts for the memorystream. When my code progresses, the same error is thrown back.
I am attaching a code snippet for your reference. I am using VS 2008 and a WCF service is interacting with a web service.
''''''
Public Shared Function GetCompressedData(ByVal coployeeDataSet As DataSet) As IO.MemoryStream
Dim compressedData As New MemoryStream()

Dim coployeeFormatter As New BinaryFormatter
Dim objCompression As New Compression.GZipStream(compressedData, Compression.CompressionMode.Compress, False)

coployeeDataSet.RemotingFormat = SerializationFormat.Binary
coployeeFormatter.Serialize(objCompression, coployeeDataSet)

Return compressedData
End Function
'''''''

Thanks
QuestionCertifiacte download Pin
siva45516-Apr-09 23:13
siva45516-Apr-09 23:13 
AnswerRe: Certifiacte download Pin
Dave Kreskowiak17-Apr-09 3:38
mveDave Kreskowiak17-Apr-09 3:38 
QuestionMultithreading Pin
Muhammad Fahim Baloch16-Apr-09 20:58
Muhammad Fahim Baloch16-Apr-09 20:58 
AnswerRe: Multithreading Pin
Johan Hakkesteegt16-Apr-09 21:25
Johan Hakkesteegt16-Apr-09 21:25 
GeneralRe: Multithreading Pin
Muhammad Fahim Baloch17-Apr-09 1:26
Muhammad Fahim Baloch17-Apr-09 1:26 
GeneralRe: Multithreading Pin
Johan Hakkesteegt17-Apr-09 2:04
Johan Hakkesteegt17-Apr-09 2:04 
GeneralRe: Multithreading [modified] Pin
Jay Royall17-Apr-09 2:09
Jay Royall17-Apr-09 2:09 
GeneralRe: Multithreading Pin
Dave Kreskowiak17-Apr-09 3:26
mveDave Kreskowiak17-Apr-09 3:26 
GeneralRe: Multithreading Pin
Jay Royall17-Apr-09 3:30
Jay Royall17-Apr-09 3:30 
GeneralRe: Multithreading Pin
Dave Kreskowiak17-Apr-09 3:34
mveDave Kreskowiak17-Apr-09 3:34 
GeneralRe: Multithreading Pin
Jay Royall17-Apr-09 3:38
Jay Royall17-Apr-09 3:38 
GeneralRe: Multithreading Pin
Dave Kreskowiak17-Apr-09 3:33
mveDave Kreskowiak17-Apr-09 3:33 
AnswerRe: Multithreading Pin
Chinners17-Apr-09 1:45
Chinners17-Apr-09 1:45 
GeneralRe: Multithreading Pin
Jon_Boy17-Apr-09 3:57
Jon_Boy17-Apr-09 3:57 
Questionwhat values should I use for my datatable? Pin
rajulama16-Apr-09 20:30
rajulama16-Apr-09 20:30 
AnswerRe: what values should I use for my datatable? Pin
Johan Hakkesteegt16-Apr-09 21:06
Johan Hakkesteegt16-Apr-09 21:06 
GeneralRe: what values should I use for my datatable? Pin
rajulama16-Apr-09 21:11
rajulama16-Apr-09 21:11 

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.