August 4th, 2012 09:41 AM
hello guys
I was wondering if i want to keep the size of the buttons the same when resizing the program, how can i code that.
now when I resize the program the buttons become larger if I maximize...
November 25th, 2010 01:13 PM
thanks thats solved the problem
November 25th, 2010 11:06 AM
i am justing trying to print numbers coming from the arguments variables but the compiler gives me error message as that variable j and i is not initialized. maybe because they are in the if...
November 25th, 2010 08:16 AM
hi guys what is wrong with the following code:
public class example {
public static final int value = 1;
public int value2 = 2;
public static void showInt (){
int i = value + 2;
December 13th, 2004 05:51 PM
hello guys
how can i print the content of a form
for example if i have a form which shows product and prices which are displayed in a particular form in two different labels and i want to...
December 13th, 2004 11:53 AM
wizbang thank you very much for helping
it worked fine
:)
December 13th, 2004 12:09 AM
wizbang it is a good idea
but how can i move the buttons along with the frame , or how can i attach the buttons to the frame so they will move along
thanks
December 12th, 2004 05:27 PM
wizbang
i have problem with the last code
the program that i have created is a calculator so when i write that code all of the buttons align in the same position, so what is the solution for...
December 12th, 2004 09:47 AM
thank you wizbang this exacally what i want but..
what i need some thing more i need my program to do the same but with out resizing the buttons, the buttons should stay the same but put them in...
December 11th, 2004 10:43 AM
hello guys
i have a problem
i have created one of my programs which is consisting of form , small form which has controls and buttons now if i maximuzie the form the buttons and contros will...
December 5th, 2004 09:00 PM
hello guys
i have this important quetion
i am developing a program which will be used to update product in the access database and i am wondering if i can execuate multiple sql statments in...
December 2nd, 2004 06:58 PM
and thank you Cimperiali
you all guys are helpful
and i love this forum it is the best
December 2nd, 2004 05:57 PM
thanks alot guys for helping especially malleyo ;)
December 1st, 2004 06:10 PM
this is not working at all
ok i will explain more
i have two forms
form1 which i use to calculate information for products by
entering the product code
December 1st, 2004 10:24 AM
this is doesnt work
this is what i did
in the first form:
Public Sub ShowForm(strArray() As String)
Dim counter As Integer
For counter = 1 To i
strArray() = price(i)
December 1st, 2004 10:15 AM
thank you for helping mallyeo
but i want to display the in formation in form2 ....so is this correct
thanks
November 30th, 2004 04:39 PM
where is Cimperiali
he is the man
can you respond Cimperiali
November 30th, 2004 04:30 PM
November 30th, 2004 12:26 PM
i think there is something wrong with the first code
visual basic didnt eccept it
November 30th, 2004 11:34 AM
hello guys
i have an important quetion
how can i take an array of strings or doubles that i process in form1 and displaying them in form2
ex: i have an array named
products(100)
November 21st, 2004 06:07 PM
thanks cimperiali
it worked
i have some more quetions ;)
now what i am buliding is a program which connect to database that is local to my hard drive using ado like this
Set adoCon =...