when you add items to a listbox and it gets full then there appears a vertical scrollbar
is it possible to not show the scrollbar but control the selectedindex by 2 buttons
ex.
selected up
selected down
thx
hello there
i have some buttons when i press one of them the backcollor has to change to the selected coller
i chose the names like K1 , K2 , K3
now how do i make it like this
private function ChangeBackColor()
dim ClickedButton as button
select case Color
case 1 'chose coler nr1...
how do you make arrays of components:
textboxes
optionrounds
buttons
...
i need like 50 small buttons but the caption on these buttons needs to be loaded from a productlist
the most easy way i believe to do this is (like in vb 6.0)
making a control array.
but i dont now how to do this execly...
hello
i now its possible in vb 6.0 to create a control array of buttons, textfields,...
but is it possible to do this in vb.net? how?
ex.
button(INDEX)
textfield(INDEX)
hello,
after i start my laptop it loads the windows green bar and it moves but then when the login screen has to appear it only show a blue screen with the windows xp logo (this screen is visible on every pc for 1 a 2 sec) but it stays on the indictor for the HD is flikkering but is doesnot...
AppExcel.AlertBeforeOverwriting = false
not working i am using this command to depress the msgbox
do you want to save over existing file?
but it is not doing anything
could someone tell how to use the command?
thx
the problem is i have a excel file i wont to edit and then save again to same path.
But then there comes the message in the line of:
Overwrite files ?
and you have to answer yes how do you make it so that it answers yes automaticly whitout showing the messagebox?
thx...
Hello there
I am creating a excel file with vb.net but sometimes (not always !) the excel.exe process will stay open (sometimes even more then ones). Is there a code to remove all the excel.exe out off the taskmanager.
more ?
whats the code to merge cells in a excelfile using vb
whats the...
I wont to check a xls file for a row with all value 0
if so the row must be deleted
waths wrong with this code and what does the bold command need to be
thx
Dim rij As Integer = -1
Dim kol As Integer = 1
Do While rij < (MAX + 5)
Dim val() As Integer...
could someone give me a code example how data from a excel file can be loaded in a array whitout the excel file being opend.
I have a code that is almost working but the problem is that the excel file seems to be staying open so i cant read or write to the excel file.
how can you create a exel-file with vb.net and then send data from a array to a cel
exemple:
form.load
create a exel-file
write.click
data(1) ----> cel(A,1)
data(2) ----> cel(B,1)
read.click
cel(A,1) ---> data(1)
cel(B,1) ---> data(2)
_________________________
auther possible options...
I am creating a program that has 9 diffrent users.
the meaning of the program is that each user can select some products. The select product wil then be saved in a datagrid.
example:
User 1 User2 User3 ... ...
product1 1 2 2
product2 2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.