Click here to Skip to main content
15,895,084 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Download Database Application Samples Pin
Ashfield28-Nov-08 0:41
Ashfield28-Nov-08 0:41 
QuestionDataset in VB 2005 Pin
cheifo27-Nov-08 20:31
cheifo27-Nov-08 20:31 
AnswerRe: Dataset in VB 2005 Pin
Mycroft Holmes27-Nov-08 21:24
professionalMycroft Holmes27-Nov-08 21:24 
QuestionModifying variables on instantiated forms Pin
future56k27-Nov-08 14:42
future56k27-Nov-08 14:42 
AnswerRe: Modifying variables on instantiated forms Pin
Christian Graus27-Nov-08 15:48
protectorChristian Graus27-Nov-08 15:48 
AnswerRe: Modifying variables on instantiated forms Pin
Steven J Jowett27-Nov-08 22:30
Steven J Jowett27-Nov-08 22:30 
GeneralRe: Modifying variables on instantiated forms Pin
Christian Graus28-Nov-08 16:27
protectorChristian Graus28-Nov-08 16:27 
QuestionExceedZip file not coming with Icon Pin
indian14327-Nov-08 8:10
indian14327-Nov-08 8:10 
Hi,

I have written code to compress a file in to exceed zip, it is zipping properly but, I am able to open the compressed files, but the compressed file is not coming with the default ExceedZip icon.
I am not getting the reason.
Can anybody please help me in resolving it. The Code that I wrote is below

<pre> Dim objZip As New XceedZipClass
objZip.SpanMultipleDisks = xcdDiskSpanning.xdsNever
objZip.PreservePaths = True

objZip.ZipFilename = "C:\Aleem\Sample.W02"
objZip.BasePath = "C:\Documents and Settings\MAleem\Desktop\Desktop123"
objZip.FilesToProcess = "NA1_121802_B_Address_Chg_Generic.pdf" '"C:\Documents and Settings\MAleem\Desktop\Desktop123\NA1_121793_B_Address_Chg_FTB.pdf"
objZip.ProcessSubfolders = True
Dim bol As Boolean = objZip.License("EEC29EF5A7772D2DCAF844A51A10BECC") 'objZip.License("") '
Label1.Text = objZip.Zip()</pre>

Thanks a Lot,
Aleem Mohammad.

Thanks & Regards,

Md. Abdul Aleem
NIIT technologies

AnswerRe: ExceedZip file not coming with Icon Pin
Christian Graus27-Nov-08 15:50
protectorChristian Graus27-Nov-08 15:50 
GeneralRe: ExceedZip file not coming with Icon Pin
indian14327-Nov-08 19:20
indian14327-Nov-08 19:20 
GeneralRe: ExceedZip file not coming with Icon Pin
EliottA28-Nov-08 2:21
EliottA28-Nov-08 2:21 
GeneralRe: ExceedZip file not coming with Icon Pin
Dave Kreskowiak28-Nov-08 5:21
mveDave Kreskowiak28-Nov-08 5:21 
GeneralRe: ExceedZip file not coming with Icon Pin
EliottA28-Nov-08 5:38
EliottA28-Nov-08 5:38 
QuestionVisual Basic 2005/2008 and DirectSound Pin
Member 395054727-Nov-08 3:12
Member 395054727-Nov-08 3:12 
AnswerRe: Visual Basic 2005/2008 and DirectSound Pin
Christian Graus27-Nov-08 16:06
protectorChristian Graus27-Nov-08 16:06 
GeneralRe: Visual Basic 2005/2008 and DirectSound Pin
Member 395054727-Nov-08 22:34
Member 395054727-Nov-08 22:34 
AnswerRe: Visual Basic 2005/2008 and DirectSound Pin
Tom Deketelaere28-Nov-08 0:10
professionalTom Deketelaere28-Nov-08 0:10 
GeneralRe: Visual Basic 2005/2008 and DirectSound Pin
Member 395054728-Nov-08 5:19
Member 395054728-Nov-08 5:19 
AnswerI still need help Pin
Marty7828-Nov-08 6:44
Marty7828-Nov-08 6:44 
GeneralRe: I still need help Pin
Dave Kreskowiak28-Nov-08 11:41
mveDave Kreskowiak28-Nov-08 11:41 
QuestionPrevent exe from being copied and run on another pc Pin
Anoop Brijmohun27-Nov-08 1:58
Anoop Brijmohun27-Nov-08 1:58 
AnswerRe: Prevent exe from being copied and run on another pc Pin
Tom Deketelaere27-Nov-08 2:18
professionalTom Deketelaere27-Nov-08 2:18 
GeneralRe: Prevent exe from being copied and run on another pc Pin
Anoop Brijmohun27-Nov-08 20:29
Anoop Brijmohun27-Nov-08 20:29 
AnswerRe: Prevent exe from being copied and run on another pc Pin
Ashfield27-Nov-08 2:50
Ashfield27-Nov-08 2:50 
GeneralRe: Prevent exe from being copied and run on another pc Pin
EliottA27-Nov-08 2:58
EliottA27-Nov-08 2:58 

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.