CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: vipo1

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,865

    keeping the size of the buttons the same

    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...
  2. Replies
    4
    Views
    963

    Re: what is wrong with this code

    thanks thats solved the problem
  3. Replies
    4
    Views
    963

    Re: what is wrong with this code

    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...
  4. Replies
    4
    Views
    963

    what is wrong with this code

    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;
  5. Replies
    3
    Views
    718

    Re: destroy servlet database connection

    thank you joe

    now what is connection pooling ? and how can i get one?

    until now i cant connect to the database

    and i get this message

    unavailable invoker
  6. Replies
    3
    Views
    718

    Re: destroy servlet database connection

    can any one help

    the second thing is the method destroy() shutdown all my connection to the server or the database so in case i request data from the database in the future should the database...
  7. Replies
    0
    Views
    656

    servlet session for radio buttons

    hello guys

    how can i create a session to store radio button selection and if a user go out the radio buttons page and browser other pages, and if he get redirected to the radio button page .....he...
  8. Replies
    3
    Views
    718

    destroy servlet database connection

    hello guys

    i am facing a problem regarding one of my servlet

    i use init() method to initialize the connection to the database and after that i use destroy method to disconnect from the...
  9. Replies
    1
    Views
    910

    printing the content of a form

    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...
  10. Replies
    8
    Views
    1,303

    Re: centering controls in form

    wizbang thank you very much for helping

    it worked fine

    :)
  11. Replies
    8
    Views
    1,303

    Re: centering controls in form

    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
  12. Replies
    8
    Views
    1,303

    Re: centering controls in form

    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...
  13. Replies
    8
    Views
    1,303

    Re: centering controls in form

    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...
  14. Replies
    8
    Views
    1,303

    centering controls in form

    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...
  15. Replies
    2
    Views
    522

    multiple sql statments

    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...
  16. Replies
    14
    Views
    2,030

    Re: displaying arrays of form1 in form2

    and thank you Cimperiali
    you all guys are helpful

    and i love this forum it is the best
  17. Replies
    14
    Views
    2,030

    Re: displaying arrays of form1 in form2

    thanks alot guys for helping especially malleyo ;)
  18. Replies
    14
    Views
    2,030

    Re: displaying arrays of form1 in form2

    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
  19. Replies
    14
    Views
    2,030

    Re: displaying arrays of form1 in form2

    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)
  20. Replies
    14
    Views
    2,030

    Re: displaying arrays of form1 in form2

    thank you for helping mallyeo

    but i want to display the in formation in form2 ....so is this correct

    thanks
  21. Replies
    14
    Views
    2,030

    Re: displaying arrays of form1 in form2

    where is Cimperiali

    he is the man


    can you respond Cimperiali
  22. Replies
    14
    Views
    2,030

    Re: displaying arrays of form1 in form2

    guys any one can help
  23. Replies
    14
    Views
    2,030

    Re: displaying arrays of form1 in form2

    i think there is something wrong with the first code

    visual basic didnt eccept it
  24. Replies
    14
    Views
    2,030

    displaying arrays of form1 in form2

    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)
  25. Thread: adding arrays

    by vipo1
    Replies
    8
    Views
    1,019

    Re: adding arrays

    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 =...
Results 1 to 25 of 32
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured