Click here to Skip to main content
15,895,370 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalcreating help in vb6.0 Pin
prem thakkar15-Jan-04 20:10
sussprem thakkar15-Jan-04 20:10 
GeneralMDI Pin
Anonymous15-Jan-04 16:04
Anonymous15-Jan-04 16:04 
GeneralRe: MDI Pin
Het210916-Jan-04 1:44
Het210916-Jan-04 1:44 
GeneralRe: MDI Pin
Anonymous18-Jan-04 6:22
Anonymous18-Jan-04 6:22 
GeneralTreeview Problem Pin
takowai15-Jan-04 15:22
takowai15-Jan-04 15:22 
QuestionHow can i detect my computer with code? (please tell me) Pin
Meysam Khayatan15-Jan-04 11:39
Meysam Khayatan15-Jan-04 11:39 
AnswerRe: How can i detect my computer with code? (please tell me) Pin
hxxbin16-Jan-04 7:35
hxxbin16-Jan-04 7:35 
Generalarray bitmaps? :confused: Pin
p_dog_200715-Jan-04 9:53
p_dog_200715-Jan-04 9:53 
I am making a game with tiles and when i draw the map i draw the tiles one by one, after one is drawn, it makes the next, in the next location, so theres just one image changing locations and images(form a string). i need it to keep the other ones there and draw the next one.

i think i want to do this with an array but im not shure.
what should i do?
----------------------------------------------------------
dim tile as string
----------------------------------------------
in the map load sub:

do

if textbox=1 then
tile=(location of picture)
end if
if textbox=2 then
tile =(location of pic.)
end if
-------------------------------------------------------
in the form1 paint sub:

e.graphics.drawimage(new bitmap(tile)tilept.x, tilept.y)

----------------------------------------------------------
Confused | :confused:

thanks for your time
GeneralRe: array bitmaps? :confused: Pin
Jblake0016-Jan-04 3:01
Jblake0016-Jan-04 3:01 
GeneralRe: array bitmaps? :confused: Pin
p_dog_200716-Jan-04 12:18
p_dog_200716-Jan-04 12:18 
QuestionHow to fill the fields of IE's web page from within VB or C++ ? Pin
John Thomas15-Jan-04 6:07
John Thomas15-Jan-04 6:07 
QuestionHow to get rid of mouse right click popup Pin
MadCow15-Jan-04 3:22
MadCow15-Jan-04 3:22 
AnswerRe: How to get rid of mouse right click popup Pin
Niels Penneman15-Jan-04 7:36
Niels Penneman15-Jan-04 7:36 
GeneralRe: How to get rid of mouse right click popup Pin
MadCow16-Jan-04 15:53
MadCow16-Jan-04 15:53 
GeneralTreeview adds nodes to itself without apparent cause Pin
cnurse14-Jan-04 21:51
cnurse14-Jan-04 21:51 
GeneralMore info...another case which causes the tree to duplicate Pin
cnurse14-Jan-04 23:24
cnurse14-Jan-04 23:24 
GeneralRe: More info...another case which causes the tree to duplicate Pin
Guillermo Rivero15-Jan-04 1:59
Guillermo Rivero15-Jan-04 1:59 
GeneralRe: More info...another case which causes the tree to duplicate Pin
cnurse15-Jan-04 2:26
cnurse15-Jan-04 2:26 
Generalformatting date to a RTF Pin
R. Thomas14-Jan-04 15:57
R. Thomas14-Jan-04 15:57 
GeneralRe: formatting date to a RTF Pin
Niels Penneman16-Jan-04 6:14
Niels Penneman16-Jan-04 6:14 
GeneralConverting a bitmap to an array of pixels Pin
elchip14-Jan-04 11:06
elchip14-Jan-04 11:06 
GeneralWM_NOTIFY Reports incorrect values Pin
Knight Lore14-Jan-04 7:46
Knight Lore14-Jan-04 7:46 
GeneralRe: WM_NOTIFY Reports incorrect values Pin
Niels Penneman14-Jan-04 9:39
Niels Penneman14-Jan-04 9:39 
GeneralRe: WM_NOTIFY Reports incorrect values Pin
Knight Lore15-Jan-04 4:07
Knight Lore15-Jan-04 4:07 
GeneralRe: WM_NOTIFY Reports incorrect values Pin
Niels Penneman15-Jan-04 6:19
Niels Penneman15-Jan-04 6:19 

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.