Click here to Skip to main content
15,901,373 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to convert images of types gif to jpeg using vb.net code ? Pin
Luc Pattyn16-Mar-09 1:14
sitebuilderLuc Pattyn16-Mar-09 1:14 
Questionis there any way to copy RDLC graph directly to power point ? Pin
bhushan09715-Mar-09 22:44
bhushan09715-Mar-09 22:44 
Questionhow to pass the parameter to show the reports(report.rdlc) in reportviewer using vb.net [modified] Pin
againnaga15-Mar-09 21:31
againnaga15-Mar-09 21:31 
QuestionCannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
andycee15-Mar-09 21:30
andycee15-Mar-09 21:30 
AnswerRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
Luc Pattyn16-Mar-09 1:15
sitebuilderLuc Pattyn16-Mar-09 1:15 
GeneralRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
andycee16-Mar-09 2:03
andycee16-Mar-09 2:03 
GeneralRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
Luc Pattyn16-Mar-09 2:19
sitebuilderLuc Pattyn16-Mar-09 2:19 
GeneralRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
andycee16-Mar-09 2:42
andycee16-Mar-09 2:42 
OK,

This works fine on its own...

Imports System.Windows.Forms
Imports System.Reflection

and this works fine on its own...
Imports System.Windows.Media.Imaging


But have them in the project at the same time, and I get the following warning :
Warning 1 Namespace or type specified in the Imports 'System.Windows.Media.Imaging' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.

With the Forms and Reflection namespaces added, VS does not allow me to add Imports System.Windows.Media.Imaging without errors.

Any clearer ? Smile | :)
GeneralRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
Dave Kreskowiak16-Mar-09 6:11
mveDave Kreskowiak16-Mar-09 6:11 
GeneralRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
andycee16-Mar-09 8:09
andycee16-Mar-09 8:09 
GeneralRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
Dave Kreskowiak16-Mar-09 9:40
mveDave Kreskowiak16-Mar-09 9:40 
QuestionArray Example Pin
StarTrekCafe15-Mar-09 19:03
StarTrekCafe15-Mar-09 19:03 
AnswerRe: Array Example Pin
Christian Graus15-Mar-09 20:55
protectorChristian Graus15-Mar-09 20:55 
AnswerRe: Array Example Pin
StarTrekCafe15-Mar-09 21:48
StarTrekCafe15-Mar-09 21:48 
GeneralRe: Array Example Pin
Christian Graus15-Mar-09 22:10
protectorChristian Graus15-Mar-09 22:10 
AnswerRe: Array Example Pin
StarTrekCafe15-Mar-09 22:16
StarTrekCafe15-Mar-09 22:16 
GeneralRe: Array Example Pin
Christian Graus15-Mar-09 23:26
protectorChristian Graus15-Mar-09 23:26 
QuestionArray Example Pin
StarTrekCafe15-Mar-09 18:10
StarTrekCafe15-Mar-09 18:10 
AnswerRe: Array Example Pin
Christian Graus15-Mar-09 18:42
protectorChristian Graus15-Mar-09 18:42 
AnswerRe: Array Example Pin
0x3c016-Mar-09 6:15
0x3c016-Mar-09 6:15 
Question[Message Deleted] Pin
taibaomemory15-Mar-09 16:54
taibaomemory15-Mar-09 16:54 
AnswerRe: A famous software company starcite searching for someone who is familiar with VB and .NET Pin
Christian Graus15-Mar-09 18:41
protectorChristian Graus15-Mar-09 18:41 
Questionusb sim reader with vb.net Pin
Member 300016215-Mar-09 5:14
Member 300016215-Mar-09 5:14 
AnswerRe: usb sim reader with vb.net Pin
Expert Coming15-Mar-09 5:48
Expert Coming15-Mar-09 5:48 
GeneralRe: usb sim reader with vb.net Pin
Member 300016215-Mar-09 6:44
Member 300016215-Mar-09 6:44 

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.