Click here to Skip to main content
15,912,977 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Accept numbers only in textbox Pin
dan!sh 1-Nov-09 22:41
professional dan!sh 1-Nov-09 22:41 
GeneralRe: Accept numbers only in textbox Pin
Christian Graus1-Nov-09 22:49
protectorChristian Graus1-Nov-09 22:49 
GeneralRe: Accept numbers only in textbox Pin
dan!sh 1-Nov-09 23:01
professional dan!sh 1-Nov-09 23:01 
GeneralRe: Accept numbers only in textbox Pin
Christian Graus1-Nov-09 23:03
protectorChristian Graus1-Nov-09 23:03 
GeneralRe: Accept numbers only in textbox Pin
Luc Baetsle1-Nov-09 23:05
Luc Baetsle1-Nov-09 23:05 
AnswerRe: Accept numbers only in textbox Pin
Member 37888845-Nov-09 1:00
Member 37888845-Nov-09 1:00 
QuestionCreate array of Images. Pin
Anubhava Dimri1-Nov-09 21:12
Anubhava Dimri1-Nov-09 21:12 
AnswerRe: Create array of Images. Pin
Christian Graus1-Nov-09 21:21
protectorChristian Graus1-Nov-09 21:21 
eg_Anubhava wrote:
The above code work properly but imagearray() is not storts images data.


What makes you think that ?


eg_Anubhava wrote:
imageArray(i) = Image


This means that all the items point to the same image, if you change one, they all change. I suggest you read a basic book on VB, esp read about value types and reference types. I'd guess you set Image to null or otherwise dispose of it, thus breaking all the many identical references to it that are in this useless array.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: Create array of Images. Pin
Anubhava Dimri1-Nov-09 22:02
Anubhava Dimri1-Nov-09 22:02 
GeneralRe: Create array of Images. Pin
Christian Graus1-Nov-09 22:07
protectorChristian Graus1-Nov-09 22:07 
GeneralRe: Create array of Images. Pin
Anubhava Dimri1-Nov-09 22:29
Anubhava Dimri1-Nov-09 22:29 
GeneralRe: Create array of Images. Pin
Christian Graus1-Nov-09 22:37
protectorChristian Graus1-Nov-09 22:37 
GeneralRe: Create array of Images. Pin
Anubhava Dimri1-Nov-09 23:06
Anubhava Dimri1-Nov-09 23:06 
QuestionRead from XML file in word template for Office addin Pin
nitin_ion1-Nov-09 20:20
nitin_ion1-Nov-09 20:20 
QuestionAt the time of Generated Preview ......... [modified] Pin
Anubhava Dimri1-Nov-09 19:27
Anubhava Dimri1-Nov-09 19:27 
AnswerRe: At the time of Generated Preview ......... Pin
Christian Graus1-Nov-09 20:03
protectorChristian Graus1-Nov-09 20:03 
GeneralRe: At the time of Generated Preview ......... Pin
Anubhava Dimri1-Nov-09 20:29
Anubhava Dimri1-Nov-09 20:29 
GeneralRe: At the time of Generated Preview ......... Pin
Christian Graus1-Nov-09 20:50
protectorChristian Graus1-Nov-09 20:50 
GeneralRe: At the time of Generated Preview ......... Pin
Anubhava Dimri1-Nov-09 21:19
Anubhava Dimri1-Nov-09 21:19 
GeneralRe: At the time of Generated Preview ......... Pin
Christian Graus1-Nov-09 21:20
protectorChristian Graus1-Nov-09 21:20 
QuestionCode Changes not executing Pin
Richard Adler1-Nov-09 18:36
Richard Adler1-Nov-09 18:36 
AnswerRe: Code Changes not executing Pin
Christian Graus1-Nov-09 18:40
protectorChristian Graus1-Nov-09 18:40 
AnswerRe: Code Changes not executing Pin
Dave Kreskowiak2-Nov-09 10:15
mveDave Kreskowiak2-Nov-09 10:15 
QuestionGet row entries in Datagrid view ! Pin
jeshra2791-Nov-09 6:43
jeshra2791-Nov-09 6:43 
AnswerRe: Get row entries in Datagrid view ! Pin
Andy_L_J1-Nov-09 7:41
Andy_L_J1-Nov-09 7:41 

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.