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

Visual Basic

 
QuestionCan we have Style Sheet in VB.net Pin
wEb GuRu...17-Jan-06 21:07
wEb GuRu...17-Jan-06 21:07 
AnswerRe: Can we have Style Sheet in VB.net Pin
Colin Angus Mackay17-Jan-06 23:20
Colin Angus Mackay17-Jan-06 23:20 
AnswerRe: Can we have Style Sheet in VB.net Pin
Dave Kreskowiak18-Jan-06 4:06
mveDave Kreskowiak18-Jan-06 4:06 
QuestionTextWidth Method Pin
Joy Anne17-Jan-06 20:43
Joy Anne17-Jan-06 20:43 
AnswerRe: TextWidth Method Pin
Joshua Quick17-Jan-06 21:06
Joshua Quick17-Jan-06 21:06 
GeneralRe: TextWidth Method Pin
Joshua Quick17-Jan-06 21:18
Joshua Quick17-Jan-06 21:18 
Questionmail prgram using VB Pin
Paritos17-Jan-06 19:02
Paritos17-Jan-06 19:02 
AnswerRe: mail prgram using VB Pin
Dave Kreskowiak18-Jan-06 4:03
mveDave Kreskowiak18-Jan-06 4:03 
You could call the MAPI API functions directly if you wanted. Outlook and Outlook Express already do this using .DLL and .OCX wrappers.

Or you could write your own implementation of SMTP/POP3 clients and talk directly to the servers to send and receive mail.

Personally, I hate reinventing the wheel and would use existing controls and libraries to do this. But if you really want to attempt this stuff, you can find the MAPI docs here[^] on MSDN, or you can Google for "SMTP Client VB source" to find some examples.


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

QuestionSelecting Data From Datagrid On Mouse Click Pin
mayhem_rules17-Jan-06 18:41
mayhem_rules17-Jan-06 18:41 
AnswerRe: Selecting Data From Datagrid On Mouse Click Pin
mayhem_rules18-Jan-06 0:58
mayhem_rules18-Jan-06 0:58 
Questiongram..MAPI control Pin
Paritos17-Jan-06 18:40
Paritos17-Jan-06 18:40 
AnswerRe: gram..MAPI control Pin
Dave Kreskowiak18-Jan-06 3:53
mveDave Kreskowiak18-Jan-06 3:53 
QuestionmciSendString Pin
hmklakmal17-Jan-06 18:26
hmklakmal17-Jan-06 18:26 
QuestionRC4 Pin
Aldi_n417-Jan-06 18:00
Aldi_n417-Jan-06 18:00 
QuestionPublic Variable Pin
shiroamachi17-Jan-06 16:36
shiroamachi17-Jan-06 16:36 
AnswerRe: Public Variable Pin
Joshua Quick17-Jan-06 16:51
Joshua Quick17-Jan-06 16:51 
AnswerRe: Public Variable Pin
shiroamachi17-Jan-06 17:10
shiroamachi17-Jan-06 17:10 
QuestionNeed help Flexgrid in VB.NET Pin
welbert17-Jan-06 15:38
welbert17-Jan-06 15:38 
AnswerRe: Need help Flexgrid in VB.NET Pin
Christian Graus17-Jan-06 16:20
protectorChristian Graus17-Jan-06 16:20 
GeneralRe: Need help Flexgrid in VB.NET Pin
welbert17-Jan-06 16:31
welbert17-Jan-06 16:31 
GeneralRe: Need help Flexgrid in VB.NET Pin
Christian Graus17-Jan-06 16:33
protectorChristian Graus17-Jan-06 16:33 
Questionscroll bars (vertical and horizontal) in listbox Pin
Joy Anne17-Jan-06 15:00
Joy Anne17-Jan-06 15:00 
AnswerRe: scroll bars (vertical and horizontal) in listbox Pin
Christian Graus17-Jan-06 15:36
protectorChristian Graus17-Jan-06 15:36 
AnswerRe: scroll bars (vertical and horizontal) in listbox Pin
Joshua Quick17-Jan-06 16:12
Joshua Quick17-Jan-06 16:12 
Questionbetween two forms Pin
militiaware17-Jan-06 14:28
militiaware17-Jan-06 14:28 

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.