Click here to Skip to main content
15,921,463 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionvb6 and PLC interface Pin
rcerva4-Jan-06 10:17
rcerva4-Jan-06 10:17 
AnswerRe: vb6 and PLC interface Pin
Dave Kreskowiak4-Jan-06 17:42
mveDave Kreskowiak4-Jan-06 17:42 
Questioncontrol pc via bluetooth Pin
hoopoe_bidding4-Jan-06 9:08
hoopoe_bidding4-Jan-06 9:08 
QuestionEncapsulation Pin
Jeeva Jose4-Jan-06 8:10
Jeeva Jose4-Jan-06 8:10 
AnswerRe: Encapsulation Pin
Dave Kreskowiak4-Jan-06 9:22
mveDave Kreskowiak4-Jan-06 9:22 
QuestionFree Visual Basic.NET videos Pin
DickInYaMum4-Jan-06 6:37
DickInYaMum4-Jan-06 6:37 
QuestionHow to send picture with slow connection and reduce time consuming Pin
Mekong River4-Jan-06 5:48
Mekong River4-Jan-06 5:48 
AnswerRe: How to send picture with slow connection and reduce time consuming Pin
Dave Kreskowiak4-Jan-06 6:15
mveDave Kreskowiak4-Jan-06 6:15 
Theres nothing special about sending an email down a slow write compared to sending it over broadband.

If you want to reduce the bytes sent for this picture, and thus speed up sending it, you're going to have to sacrifice something to do it. This is usually the image size and/or quality.

Reducing the dimensions (size) of the image will quickly take care of the problem, but now the recipient has a much smaller picture to look at.

Re-encoding an image to a .JPG image, like converting a .BMP image to a .JPG, will also reduce the size (in bytes) of the image, but it also sacrifices image quality. If the image is already a .JPG, you'll have to specify a higher compression when you convert the image to another .JPG file, thus further sacrificing image quality.



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

GeneralRe: How to send picture with slow connection and reduce time consuming Pin
Mekong River4-Jan-06 12:24
Mekong River4-Jan-06 12:24 
GeneralRe: How to send picture with slow connection and reduce time consuming Pin
Dave Kreskowiak4-Jan-06 17:57
mveDave Kreskowiak4-Jan-06 17:57 
QuestionHelp converting a file to a text file Pin
dogo_dogo4-Jan-06 3:11
dogo_dogo4-Jan-06 3:11 
AnswerRe: Help converting a file to a text file Pin
Curtis Schlak.4-Jan-06 7:52
Curtis Schlak.4-Jan-06 7:52 
GeneralRe: Help converting a file to a text file Pin
dogo_dogo4-Jan-06 8:45
dogo_dogo4-Jan-06 8:45 
GeneralRe: Help converting a file to a text file Pin
Curtis Schlak.4-Jan-06 8:47
Curtis Schlak.4-Jan-06 8:47 
GeneralRe: Help converting a file to a text file Pin
AndrewPeters4-Jan-06 16:04
AndrewPeters4-Jan-06 16:04 
QuestionSecurity permissions when running .net application over a network Pin
bricel4-Jan-06 2:09
bricel4-Jan-06 2:09 
AnswerRe: Security permissions when running .net application over a network Pin
Dave Kreskowiak4-Jan-06 6:07
mveDave Kreskowiak4-Jan-06 6:07 
AnswerRe: Security permissions when running .net application over a network Pin
mtone6-Jan-06 17:44
mtone6-Jan-06 17:44 
Questionneed help from all of you... Pin
n_c_s4-Jan-06 1:34
n_c_s4-Jan-06 1:34 
AnswerRe: need help from all of you... Pin
Christian Graus4-Jan-06 10:40
protectorChristian Graus4-Jan-06 10:40 
GeneralRe: need help from all of you... Pin
n_c_s6-Jan-06 3:38
n_c_s6-Jan-06 3:38 
GeneralRe: need help from all of you... Pin
Christian Graus8-Jan-06 9:42
protectorChristian Graus8-Jan-06 9:42 
Questionwhats the code for this in .net? Pin
Mridang Agarwalla4-Jan-06 0:37
Mridang Agarwalla4-Jan-06 0:37 
AnswerRe: whats the code for this in .net? Pin
J4amieC4-Jan-06 2:35
J4amieC4-Jan-06 2:35 
Questiontreeview(binarytree) Pin
mamatharaghu4-Jan-06 0:36
mamatharaghu4-Jan-06 0:36 

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.