Click here to Skip to main content
16,018,653 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Getting windows XP login & logout time Pin
Anonymous5-Jul-05 5:46
Anonymous5-Jul-05 5:46 
GeneralRe: Getting windows XP login & logout time Pin
Anonymous5-Jul-05 8:23
Anonymous5-Jul-05 8:23 
GeneralHelp Pin
Nguyen Dinh Quy4-Jul-05 20:42
Nguyen Dinh Quy4-Jul-05 20:42 
GeneralRe: Help Pin
Christian Graus5-Jul-05 0:16
protectorChristian Graus5-Jul-05 0:16 
GeneralMSMQ Pin
nitin_ion4-Jul-05 20:30
nitin_ion4-Jul-05 20:30 
GeneralRe: MSMQ Pin
Dave Kreskowiak5-Jul-05 2:46
mveDave Kreskowiak5-Jul-05 2:46 
GeneralRe: MSMQ Pin
nitin_ion5-Jul-05 17:27
nitin_ion5-Jul-05 17:27 
GeneralRe: MSMQ Pin
Dave Kreskowiak6-Jul-05 1:00
mveDave Kreskowiak6-Jul-05 1:00 
You really don't want to be putting the contents of a file in the queue. Since a file's size cannot be predicted with 100% accuracy and assurance (in the case of a corrupted file), you could very easily overwelm the queue.

What you could do, on the other hand, is setup FTP access on the server, upload the file to the server, then send an MSMQ message telling the server where to find it and what it's name is. I've done that before, but that was a long time ago.

Another option is a custom background uploader using BITS (Background Intelligent Transfer). Since BITS will work with a variety of server types, you don't need to use an FTP server. You could use a normal Windows share or upload to a web server with the proper support, like IIS 5 or IIS 6, (XP Servers not supported!) This method will work with Windows 2000 SP3 and above on the client side. Again, then send the MSMW message when the file transfer is complete.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: MSMQ Pin
nitin_ion6-Jul-05 18:27
nitin_ion6-Jul-05 18:27 
GeneralRe: MSMQ Pin
Dave Kreskowiak7-Jul-05 2:20
mveDave Kreskowiak7-Jul-05 2:20 
GeneralRe: MSMQ Pin
nitin_ion7-Jul-05 17:35
nitin_ion7-Jul-05 17:35 
GeneralRe: MSMQ Pin
Dave Kreskowiak8-Jul-05 1:24
mveDave Kreskowiak8-Jul-05 1:24 
GeneralRe: MSMQ Pin
nitin_ion7-Jul-05 20:14
nitin_ion7-Jul-05 20:14 
GeneralRe: MSMQ Pin
Dave Kreskowiak8-Jul-05 1:27
mveDave Kreskowiak8-Jul-05 1:27 
GeneralRe: MSMQ Pin
nitin_ion8-Jul-05 1:59
nitin_ion8-Jul-05 1:59 
GeneralRe: MSMQ Pin
Dave Kreskowiak8-Jul-05 12:04
mveDave Kreskowiak8-Jul-05 12:04 
GeneralRe: MSMQ Pin
nitin_ion8-Jul-05 18:23
nitin_ion8-Jul-05 18:23 
GeneralRe: To jonathan15 :control on word save prompt msg Pin
Christian Graus4-Jul-05 19:16
protectorChristian Graus4-Jul-05 19:16 
QuestionHow to change a file content? Pin
rushing4-Jul-05 17:24
rushing4-Jul-05 17:24 
AnswerRe: How to change a file content? Pin
Christian Graus4-Jul-05 17:34
protectorChristian Graus4-Jul-05 17:34 
GeneralPrinting TextBox Text Pin
Anonymous4-Jul-05 10:20
Anonymous4-Jul-05 10:20 
GeneralRe: Printing TextBox Text Pin
Anonymous4-Jul-05 12:21
Anonymous4-Jul-05 12:21 
GeneralRe: Printing TextBox Text Pin
Anonymous5-Jul-05 3:54
Anonymous5-Jul-05 3:54 
GeneralRe: Printing TextBox Text Pin
Anonymous5-Jul-05 15:43
Anonymous5-Jul-05 15:43 
GeneralRe: Printing TextBox Text Pin
Anonymous6-Jul-05 4:35
Anonymous6-Jul-05 4:35 

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.