November 20th, 2005 07:41 AM
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...
November 20th, 2005 07:36 AM
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
November 18th, 2005 12:39 AM
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....
August 15th, 2005 07:53 AM
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...
August 14th, 2005 09:41 AM
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...
August 14th, 2005 09:37 AM
the command for shutdown on nt based systems under windows is-
"shutdown -[option]"
try out shell shutdown -l
or
shell "shutdown -l"
August 14th, 2005 09:33 AM
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,...
August 5th, 2005 05:30 AM
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.
August 2nd, 2005 10:15 AM
thanx both wizbang n vb_the_best. i tried out both the methods n they both came in handy. thnx again.
August 2nd, 2005 07:55 AM
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...
August 2nd, 2005 07:52 AM
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
August 2nd, 2005 01:08 AM
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...