Click here to Skip to main content
15,884,237 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Generating Error While Set the FontStyle Pin
walterhevedeich2-Jun-10 0:35
professionalwalterhevedeich2-Jun-10 0:35 
QuestionHow I search DataGridView with text column? Pin
Curious 20091-Jun-10 10:35
Curious 20091-Jun-10 10:35 
AnswerRe: How I search DataGridView with text column? Pin
Luc Pattyn1-Jun-10 10:48
sitebuilderLuc Pattyn1-Jun-10 10:48 
GeneralRe: How I search DataGridView with text column? Pin
Curious 20091-Jun-10 11:07
Curious 20091-Jun-10 11:07 
GeneralRe: How I search DataGridView with text column? Pin
Luc Pattyn1-Jun-10 11:17
sitebuilderLuc Pattyn1-Jun-10 11:17 
GeneralRe: How I search DataGridView with text column? Pin
Curious 20091-Jun-10 12:22
Curious 20091-Jun-10 12:22 
GeneralRe: How I search DataGridView with text column? Pin
Luc Pattyn1-Jun-10 12:27
sitebuilderLuc Pattyn1-Jun-10 12:27 
GeneralRe: How I search DataGridView with text column? Pin
elizas1-Jun-10 20:08
elizas1-Jun-10 20:08 
Following is the code sample used to display the outlook folder dialog using VB.NET


[VB.NET CODE STARTS]

Dim objOutlook As Object
Dim objOlNamespace As Object
Dim objOlFolder As Object

objOutlook = CreateObject("Outlook.Application") ' create outlook application object at the run time
objOlNamespace = objOutlook.GetNamespace("MAPI")
objOlFolder = objContactsNS.PickFolder ' displays the folder dialog

[VB.NET CODE ENDS]

http://www.mindfiresolutions.com/Open-Outlook-folder-dialog-and-select-folder-using-VBNET-896.php[^]
Cheers,
Eliza

GeneralRe: How I search DataGridView with text column? Pin
Dave Kreskowiak2-Jun-10 2:36
mveDave Kreskowiak2-Jun-10 2:36 
QuestionWindows 7 setup Pin
Ayesha.Hafeez1-Jun-10 0:37
Ayesha.Hafeez1-Jun-10 0:37 
AnswerRe: Windows 7 setup Pin
DaveAuld1-Jun-10 1:16
professionalDaveAuld1-Jun-10 1:16 
AnswerRe: Windows 7 setup Pin
tosch1-Jun-10 3:02
tosch1-Jun-10 3:02 
AnswerRe: Windows 7 setup Pin
Аslam Iqbal11-Jul-10 0:31
professionalАslam Iqbal11-Jul-10 0:31 
QuestionWindows Service with Tray Icon and GUI Pin
VikashGohil31-May-10 20:38
VikashGohil31-May-10 20:38 
AnswerRe: Windows Service with Tray Icon and GUI Pin
Dave Kreskowiak1-Jun-10 1:50
mveDave Kreskowiak1-Jun-10 1:50 
Questionseperating numbers into ther tens and units???? Pin
mrshady12330-May-10 14:07
mrshady12330-May-10 14:07 
AnswerRe: seperating numbers into ther tens and units???? Pin
Dr.Walt Fair, PE30-May-10 17:26
professionalDr.Walt Fair, PE30-May-10 17:26 
AnswerRe: seperating numbers into ther tens and units???? Pin
Wayne Gaylard30-May-10 21:01
professionalWayne Gaylard30-May-10 21:01 
GeneralRe: seperating numbers into ther tens and units???? Pin
mrshady1231-Jun-10 7:32
mrshady1231-Jun-10 7:32 
QuestionHelp using registration code Pin
Peter Leipzig29-May-10 10:26
Peter Leipzig29-May-10 10:26 
AnswerRe: Help using registration code Pin
Johnny J.30-May-10 21:11
professionalJohnny J.30-May-10 21:11 
GeneralRe: Help using registration code Pin
Peter Leipzig31-May-10 4:37
Peter Leipzig31-May-10 4:37 
GeneralRe: Help using registration code Pin
Luc Pattyn31-May-10 5:00
sitebuilderLuc Pattyn31-May-10 5:00 
GeneralRe: Help using registration code Pin
Peter Leipzig31-May-10 6:08
Peter Leipzig31-May-10 6:08 
GeneralRe: Help using registration code Pin
Luc Pattyn31-May-10 6:40
sitebuilderLuc Pattyn31-May-10 6:40 

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.