Visual Basic, .NET, ASP, VBScript
 

   
   
     

Форум - Общий форум

Страница: 1 |

 

  Вопрос: Где там глюк? Добавлено: 30.04.03 17:00  

Автор вопроса:  shuffle | ICQ: 201502381 

Создаю, значит, в vb.net я imagelist. Добавляю в него картинки, запускаю и в строке

Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)

происходит ошибка. Не подскажите что делать?

                                                                        Спасибо

Ответить

  Ответы Всего ответов: 4  

Номер ответа: 1
Автор ответа:
 logout



Вопросов: 1
Ответов: 37
 Профиль | | #1 Добавлено: 01.05.03 09:35
 Выложи весь код, тогда можно будет найти вариант...

Ответить

Номер ответа: 2
Автор ответа:
 shuffle



Администратор

ICQ: 201502381 

Вопросов: 15
Ответов: 737
 Профиль | | #2 Добавлено: 01.05.03 14:01

'Вот весь код формы

Public Class Form1

Inherits System.Windows.Forms.Form

#Region " Windows Form Designer generated code "

Public Sub New()

MyBase.New()

'This call is required by the Windows Form Designer.

InitializeComponent()

'Add any initialization after the InitializeComponent() call

End Sub

'Form overrides dispose to clean up the component list.

Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)

If disposing Then

If Not (components Is Nothing) Then

components.Dispose()

End If

End If

MyBase.Dispose(disposing)

End Sub

'Required by the Windows Form Designer

Private components As System.ComponentModel.IContainer

'NOTE: The following procedure is required by the Windows Form Designer

'It can be modified using the Windows Form Designer.

'Do not modify it using the code editor.

Friend WithEvents ToolBar1 As System.Windows.Forms.ToolBar

Friend WithEvents ImageList1 As System.Windows.Forms.ImageList

Friend WithEvents ToolBarButton1 As System.Windows.Forms.ToolBarButton

Friend WithEvents ToolBarButton2 As System.Windows.Forms.ToolBarButton

Friend WithEvents ToolBarButton3 As System.Windows.Forms.ToolBarButton

<System.Diagnostics.DebuggerSte

Ответить

Номер ответа: 3
Автор ответа:
 logout



Вопросов: 1
Ответов: 37
 Профиль | | #3 Добавлено: 01.05.03 17:37

Проверь, может поменять 24 на 32 или 16

Me.ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit

Ответить

Номер ответа: 4
Автор ответа:
 shuffle



Администратор

ICQ: 201502381 

Вопросов: 15
Ответов: 737
 Профиль | | #4 Добавлено: 01.05.03 20:26
Нет , все равно не работает

Ответить

Страница: 1 |

Поиск по форуму



© Copyright 2002-2011 VBNet.RU | Пишите нам