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

Search:

Type: Posts; User: pangolin_10

Search: Search took 0.03 seconds.

  1. Re: Limit Number Of vb setup Installation on client machine

    hi,
    i just wanna ask that if the hardware signature of any pc can be retrieved by any API? If so, then the no of installations can be limited by applying a check on the hardware signature(like the...
  2. Replies
    8
    Views
    1,023

    Re: helppp, excel worksheet...

    thanx evrybdy, all of u have helped me a lot. both the macro definition and the simple excel feature described by u did the trick. thnx again
  3. Replies
    8
    Views
    1,023

    helppp, excel worksheet...

    hi everybody,
    i have a form in which i have imported an excel worksheet. what i want to do is that each cell of the worksheet will have a combo-box like property,i.e. a edit part and a list part....
  4. Replies
    3
    Views
    1,246

    Re: vb6 and oracle-quick help plzzzzzz

    i got the logical part,but about the connection establishment, i hav a few questions--

    1->i used to use 'Microsoft ActiveX Data Objects 2.0 Library' from under the references tab when i used...
  5. Replies
    3
    Views
    1,246

    vb6 and oracle-quick help plzzzzzz

    hi everybody,
    i have ended up in problem when i tried to shift from Vb and Access to VB and oracle. I don't really know how to connect VB6 to an Oracle database but i need to know. can anyone help...
  6. Replies
    4
    Views
    1,171

    Re: Shutting dwn a win200 server pc

    the command for shutdown on nt based systems under windows is-
    "shutdown -[option]"
    try out shell shutdown -l
    or
    shell "shutdown -l"
  7. Re: Can an array be passed to a Function as parameter..........

    in the function you have defined, how can the function access an element that has an index greater than that of the array.
    for example, yuo have an array of size 9(0-8). now b is going to be 0 to 8,...
  8. Re: help on username and password and randomize

    can u specify what database are you using( with version)? n are u storing the questions in the database too? if so plz also tell me the names of the tables that u are using in this cotext.
  9. Replies
    5
    Views
    3,289

    Re: unload controls at runtime

    thanx both wizbang n vb_the_best. i tried out both the methods n they both came in handy. thnx again.
  10. Replies
    5
    Views
    3,289

    Re: unload controls at runtime

    thanx for your help, Wizbang,but this is not what i asked for. What you did was to build a form containing 1 label (label1(0)) and 2 command buttons at design-time, then you loaded a number of labels...
  11. Replies
    2
    Views
    562

    Re: class module for shuffling an array

    thnx for the suggestions wiz. i would do as u hav suggested. u r obviously right about the long one,yeah i shld've thought of it
    anyway thnx again...
    deb
  12. Replies
    2
    Views
    562

    class module for shuffling an array

    hi,
    am a newbie to this site n i want to offer whatever little help i can to fellowcoders. here's a small class module to shuffle the elements of an array. this class module comes in handy when you...
  13. Replies
    5
    Views
    3,289

    unload controls at runtime

    i used a label named lbl in my main form with the index value of 0. i loaded a number of labels with the same name but different indices(control array concept) during runtime. now i am using a timer...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured