Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > WinFX General

Vista Tutorial - WF - IWorkflowCompilerOptionsService.Language / VB.Net resources

 
 
Old 09-25-2007   #1 (permalink)
DaveS
Guest


 
 

WF - IWorkflowCompilerOptionsService.Language / VB.Net resources

Hi!

I am creating a standalone WF designer that allows users to create/modify
workflows in VB.Net. I assumed that setting the
IWorkflowCompilerOptionsService.Language would handle this. However, all the
code I find is in C# and uses:

string IWorkflowCompilerOptionsService.Language
{
get
{
return "CSharp";
}
}

Replacing CSharp with "VB" doesn't get the job done. Any ideas?

Also, are there ANY resources/books/etc. available that show WF programming
using VB.Net?


--
TIA,


DaveS

My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
i don't have my language on installed input language Vista General
Not enough resources Vista hardware & devices
resources Vista hardware & devices
PCI to PCI Bridge not enough resources Vista hardware & devices


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46