Click here to Skip to main content
16,005,121 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MatchWithList in Combo Box? Pin
Dave Kreskowiak19-Aug-11 1:57
mveDave Kreskowiak19-Aug-11 1:57 
QuestionSorting Report using Formula Fields? Pin
Widgets25-Aug-07 23:46
Widgets25-Aug-07 23:46 
AnswerRe: Sorting Report using Formula Fields? Pin
TomGarth27-Aug-07 6:09
TomGarth27-Aug-07 6:09 
QuestionLinkLabel dropdown menu Pin
Ian Wells25-Aug-07 9:43
Ian Wells25-Aug-07 9:43 
AnswerRe: LinkLabel dropdown menu Pin
Johan Hakkesteegt31-Aug-07 2:25
Johan Hakkesteegt31-Aug-07 2:25 
GeneralRe: LinkLabel dropdown menu Pin
Ian Wells9-Sep-07 2:31
Ian Wells9-Sep-07 2:31 
Questionarray Pin
WhiteGirl2325-Aug-07 7:36
WhiteGirl2325-Aug-07 7:36 
AnswerRe: array Pin
Colin Angus Mackay25-Aug-07 12:09
Colin Angus Mackay25-Aug-07 12:09 
WhiteGirl23 wrote:
I need to set the value1 on the first position of the array and the first position of the array must be set on the last position of the array.


In that order? If you do it in that order then value1 will be set on the first and last positions of the array.

Try this:
array(array.Length - 1) = array(0)
array(0) = value1





-- Always write code as if the maintenance programmer were an axe murderer who knows where you live.

Upcoming FREE developer events:
* Glasgow: Agile in the Enterprise Vs. ISVs, Mock Objects, SQL Server CLR Integration, Reporting Services, db4o ...
* Reading: SQL Bits


My website

GeneralRe: array Pin
WhiteGirl2325-Aug-07 19:30
WhiteGirl2325-Aug-07 19:30 
AnswerRe: array Pin
Christian Graus25-Aug-07 20:20
protectorChristian Graus25-Aug-07 20:20 
GeneralRe: array Pin
WhiteGirl2325-Aug-07 20:32
WhiteGirl2325-Aug-07 20:32 
GeneralRe: array Pin
Christian Graus25-Aug-07 20:35
protectorChristian Graus25-Aug-07 20:35 
GeneralRe: array Pin
WhiteGirl2326-Aug-07 4:02
WhiteGirl2326-Aug-07 4:02 
Questioncreating inherited custom control Pin
babucherayath25-Aug-07 1:46
babucherayath25-Aug-07 1:46 
QuestionCLASSES & INHERITENCE Pin
RaveRare24-Aug-07 22:18
RaveRare24-Aug-07 22:18 
AnswerRe: CLASSES & INHERITENCE Pin
Rupesh Kumar Swami24-Aug-07 22:29
Rupesh Kumar Swami24-Aug-07 22:29 
AnswerRe: CLASSES & INHERITENCE Pin
Christian Graus25-Aug-07 0:45
protectorChristian Graus25-Aug-07 0:45 
AnswerRe: CLASSES & INHERITENCE Pin
DigiOz Multimedia25-Aug-07 12:27
DigiOz Multimedia25-Aug-07 12:27 
QuestionSearch function in webbrowser Pin
Ahmad Zaidi24-Aug-07 21:29
Ahmad Zaidi24-Aug-07 21:29 
AnswerRe: Search function in webbrowser Pin
Luc Pattyn24-Aug-07 23:53
sitebuilderLuc Pattyn24-Aug-07 23:53 
AnswerRe: Search function in webbrowser Pin
Dave Kreskowiak25-Aug-07 7:18
mveDave Kreskowiak25-Aug-07 7:18 
GeneralRe: Search function in webbrowser Pin
Ahmad Zaidi25-Aug-07 10:48
Ahmad Zaidi25-Aug-07 10:48 
GeneralRe: Search function in webbrowser Pin
Dave Kreskowiak26-Aug-07 4:19
mveDave Kreskowiak26-Aug-07 4:19 
Questionwill IE plugins which are already installed work in shDOCvw.dll 's webbrowser Pin
Vivek Narayanan24-Aug-07 21:10
Vivek Narayanan24-Aug-07 21:10 
AnswerRe: will IE plugins which are already installed work in shDOCvw.dll 's webbrowser Pin
Dave Kreskowiak25-Aug-07 6:59
mveDave Kreskowiak25-Aug-07 6:59 

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.