Click here to Skip to main content
15,898,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Set Folder Name as File Name Pin
riced7-May-09 1:46
riced7-May-09 1:46 
GeneralRe: Set Folder Name as File Name Pin
AdamPDacco19-Jun-09 10:05
AdamPDacco19-Jun-09 10:05 
QuestionFolderBrowserDialog Pin
vijay24826-May-09 22:03
vijay24826-May-09 22:03 
AnswerRe: FolderBrowserDialog Pin
dan!sh 6-May-09 22:50
professional dan!sh 6-May-09 22:50 
QuestionHow to Open Access in Full screen Pin
FuzMic6-May-09 21:58
FuzMic6-May-09 21:58 
AnswerRe: How to Open Access in Full screen Pin
David Mujica7-May-09 3:17
David Mujica7-May-09 3:17 
GeneralRe: How to Open Access in Full screen Pin
FuzMic7-May-09 18:21
FuzMic7-May-09 18:21 
QuestionRegarding LZO.NET and VB.Net Pin
AbhaySobti6-May-09 21:38
AbhaySobti6-May-09 21:38 
Hi Everybody,

My question is regarding using the LZO.NET library in a VB.NET project.

The code below is a small class "tester" which decompresses a Byte().

The problem is that the function is returning only ""

What is it that I could be doing wrong?

Abhay
===========================================================================================

Imports System.Net.Sockets
Imports System.Text
Imports System.IO
Imports System.Net
Imports System.Threading

Public Class Tester

'Here bteReceiveData is a Array of Bytes that are compressed using LZO.
Public Function Decompress(bteReceiveData() As byte) As String

oLzo = New Simplicit.Net.Lzo.LZOCompressor()
Dim cDecompressed As String
cDecompressed = Encoding.Unicode.GetString(oLzo.Decompress(bteReceived))
return cDecompressed

End Function

End Class
===========================================================================================


Abhay
StanSoft

AnswerRe: Regarding LZO.NET and VB.Net Pin
Dave Kreskowiak7-May-09 4:58
mveDave Kreskowiak7-May-09 4:58 
QuestionError 419: Permission to use object denied Pin
Chau Ngoc Vo6-May-09 21:26
Chau Ngoc Vo6-May-09 21:26 
AnswerRe: Error 419: Permission to use object denied Pin
Dave Kreskowiak7-May-09 4:52
mveDave Kreskowiak7-May-09 4:52 
QuestionHelp: How to use a Flash button in VB.net? Pin
nickeltl6-May-09 15:29
nickeltl6-May-09 15:29 
AnswerRe: Help: How to use a Flash button in VB.net? Pin
Dave Kreskowiak6-May-09 15:32
mveDave Kreskowiak6-May-09 15:32 
QuestionNeed to copy the results of a msgbox Pin
beeker55336-May-09 14:05
beeker55336-May-09 14:05 
AnswerRe: Need to copy the results of a msgbox Pin
Mycroft Holmes6-May-09 14:28
professionalMycroft Holmes6-May-09 14:28 
GeneralRe: Need to copy the results of a msgbox Pin
beeker55336-May-09 14:37
beeker55336-May-09 14:37 
GeneralRe: Need to copy the results of a msgbox Pin
Luc Pattyn6-May-09 15:12
sitebuilderLuc Pattyn6-May-09 15:12 
GeneralRe: Need to copy the results of a msgbox Pin
beeker55336-May-09 17:18
beeker55336-May-09 17:18 
AnswerRe: Need to copy the results of a msgbox Pin
_Damian S_6-May-09 18:04
professional_Damian S_6-May-09 18:04 
GeneralRe: Need to copy the results of a msgbox Pin
beeker55337-May-09 5:59
beeker55337-May-09 5:59 
QuestionVB6 card game question Pin
ymilan6-May-09 9:57
ymilan6-May-09 9:57 
AnswerRe: VB6 card game question Pin
Mycroft Holmes6-May-09 14:26
professionalMycroft Holmes6-May-09 14:26 
AnswerRe: VB6 card game question Pin
riced6-May-09 22:32
riced6-May-09 22:32 
GeneralRe: VB6 card game question Pin
ymilan9-May-09 2:01
ymilan9-May-09 2:01 
GeneralRe: VB6 card game question Pin
riced10-May-09 2:17
riced10-May-09 2:17 

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.