Click here to Skip to main content
15,909,645 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Accept numbers only in textbox Pin
Christian Graus1-Nov-09 22:38
protectorChristian Graus1-Nov-09 22:38 
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 
Private imageArray() As Image

For i = 0 To List1.Items.Count - 1
                    imageArray(i) = Image    ' Image is a Image which format is metafile
Next


The above code work properly but imagearray() is not storts images data.

So the error is generated on imagearray(i).width.
error is "Parameter is not valid"



Thanks

If you can think then I Can.

AnswerRe: Create array of Images. Pin
Christian Graus1-Nov-09 21:21
protectorChristian Graus1-Nov-09 21:21 
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 

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.