Click here to Skip to main content
15,893,190 members
Home / Discussions / Mobile
   

Mobile

 
Questiondatabase connectivity Pin
kkbagwe5-Oct-08 21:29
kkbagwe5-Oct-08 21:29 
AnswerRe: database connectivity Pin
PavanPareta6-Oct-08 20:24
PavanPareta6-Oct-08 20:24 
QuestionCreate Button and his event Pin
~Khatri Mitesh~1-Oct-08 22:14
~Khatri Mitesh~1-Oct-08 22:14 
AnswerRe: Create Button and his event Pin
funklet6-Oct-08 13:31
funklet6-Oct-08 13:31 
QuestionChange back color of selected dates in Month calender control in vb.net Pin
~Khatri Mitesh~30-Sep-08 21:51
~Khatri Mitesh~30-Sep-08 21:51 
QuestionImageList control in Compact Framework. Pin
Hurricane300029-Sep-08 7:03
Hurricane300029-Sep-08 7:03 
AnswerRe: ImageList control in Compact Framework. Pin
funklet4-Oct-08 3:31
funklet4-Oct-08 3:31 
GeneralRe: ImageList control in Compact Framework. Pin
Hurricane30004-Oct-08 6:36
Hurricane30004-Oct-08 6:36 
Hi Funklet,

Previously I already tried your suggest, but now I tried again:

Dim Bmp As Bitmap = New Bitmap("\Storage Card\Agip.bmp")
ImageList1.Images.Add(Bmp)
Bmp.Dispose()

When I launck the appl. through simulator, V.S. 2005 stop the running, and return me these series of Error:

1) - In Immediate Window:
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
A first chance exception of type 'System.NullReferenceException' occurred in System.Windows.Forms.dll

2) - In Form2.Designer.vb at row:
Me.ImageList1.Images.Add(CType(resources.GetObject("resource"), System.Drawing.Image)):

System.NullReferenceException was unhandled
Message="NullReferenceException"
StackTrace:
at ImageCollection.Add()
at TrackPlotter.Form2.InitializeComponent()
at TrackPlotter.Form2..ctor()
at System.Reflection.RuntimeConstructorInfo.InternalInvoke()
at System.Reflection.RuntimeConstructorInfo.Invoke()
at System.Reflection.ConstructorInfo.Invoke()
at System.Activator.CreateInstance()
at MyForms.Create__Instance__()
at MyForms.get_Form2()
at TrackPlotter.Form1.Button1_Click()
at System.Windows.Forms.Control.OnClick()
at System.Windows.Forms.Button.OnClick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at TrackPlotter.Form1.Main()

And suggest me:

1) Use the "New" Keyword to create an Object Instance.
2) Check to determine if the Object is Null before calling the metod.
3) Get the General Help for this exception.
GeneralRe: ImageList control in Compact Framework. Pin
funklet6-Oct-08 12:15
funklet6-Oct-08 12:15 
GeneralRe: ImageList control in Compact Framework. Pin
Hurricane300014-Oct-08 11:22
Hurricane300014-Oct-08 11:22 
Questionwma, flac or aac to pcm(wav) conversion Pin
Member 398136629-Sep-08 3:23
Member 398136629-Sep-08 3:23 
AnswerRe: wma, flac or aac to pcm(wav) conversion Pin
johnmoo7-Oct-08 11:36
johnmoo7-Oct-08 11:36 
QuestionRe: wma, flac or aac to pcm(wav) conversion [modified] Pin
Member 398136610-Oct-08 23:28
Member 398136610-Oct-08 23:28 
QuestionVisualization problems using ValidationSummary control Pin
Member 257974124-Sep-08 4:27
Member 257974124-Sep-08 4:27 
QuestionHow to implement a registration/protection key. Pin
Hurricane300024-Sep-08 3:04
Hurricane300024-Sep-08 3:04 
AnswerRe: How to implement a registration/protection key. Pin
Dushan12325-Sep-08 21:28
Dushan12325-Sep-08 21:28 
GeneralRe: How to implement a registration/protection key. Pin
Hurricane300026-Sep-08 5:28
Hurricane300026-Sep-08 5:28 
GeneralRe: How to implement a registration/protection key. Pin
Dushan12328-Sep-08 5:48
Dushan12328-Sep-08 5:48 
GeneralRe: How to implement a registration/protection key. Pin
Hurricane300029-Sep-08 6:25
Hurricane300029-Sep-08 6:25 
Questiontext to speech Pin
joachimpr19-Sep-08 0:34
joachimpr19-Sep-08 0:34 
Questionevcpp 4.0: SDK for a DT-X10 device? Pin
Chrystia18-Sep-08 22:54
Chrystia18-Sep-08 22:54 
QuestionTransparent control over Mobile screen Pin
akash00718-Sep-08 20:17
akash00718-Sep-08 20:17 
AnswerRe: Transparent control over Mobile screen Pin
PavanPareta28-Sep-08 17:10
PavanPareta28-Sep-08 17:10 
QuestionConnecting to SQL Server Pin
three.leaf17-Sep-08 2:29
three.leaf17-Sep-08 2:29 
AnswerRe: Connecting to SQL Server Pin
funklet4-Oct-08 3:21
funklet4-Oct-08 3:21 

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.