Search:
Type: Posts; User: Pinky98
Search :
Search took 0.07 seconds.
February 19th, 2006 05:15 PM
I have realised these ads are too annoying. I'm sick and tired of it.
And as so I have finally decided to leave codeguru.
January 15th, 2006 07:37 AM
You would be better off not using the VB loop. These are inherently slow. Better would be to use a data bound control, which are much faster.
But if you are displaying that many options to the...
January 8th, 2006 04:05 AM
Do you mean you have a control array on your form? if so then you use the load function to add controls to that form.
January 7th, 2006 06:51 PM
depends how you define a wonder of the modren world. I would only consider things that have ACTUALLY been built in the mordern world to be eligable... Surely??
January 7th, 2006 06:49 PM
yeah. had that often. from what I can work out, it sounds like some one at jupiter has screwed up.
January 7th, 2006 06:47 PM
usually itterative is faster.
January 7th, 2006 06:42 PM
for lines use the :
richtextbox.GetLineFromChar
method.
January 7th, 2006 06:38 PM
what do you mean by that??
December 27th, 2005 04:17 PM
Mmmm, yeah that may work too.
December 27th, 2005 04:15 PM
December 25th, 2005 05:37 PM
Yes. I can't remember exactly where/what to look for but think it is under the System.Authentication namespace.
December 25th, 2005 05:34 PM
Completely different... the only thing similar is the syntax. But is where it ends. Different programming paradym completely.
To program C++, I would probably recomend getting a SAMS book. They're...
December 25th, 2005 05:20 PM
if you use the file system object to check which type of drive each one is.
Yes normal file retrieval.
Well, thats a hard one. just about any of the simple things you do will be easily cracked...
December 25th, 2005 05:09 PM
pls can you show your code where you acquire the data from the database
December 25th, 2005 05:07 PM
You need to make the text box "multiline" property true.
If you want MORE formatting (i.e. font, size, bold, italics etc. etc.) to be preserved, then use the rich text box.
December 25th, 2005 05:04 PM
Sure, glad it helped.
Mmmm, multiple verses. I see this starting to get hard...
but first thing to do is test if a dash occurs in the verse if so, then seperate the verse into a lower and...
December 21st, 2005 09:43 AM
Another great way to get ascii key values... use the VB constants
i.e.
vbKeyPageDown, vbKeyPageUp, vbKeyF1 etc etc etc
December 18th, 2005 05:14 PM
no extiminator...
the guy asked his girlfriend to marry him, she said no (or something similar / worse)... then he had this ring.. walking along broken heart it reminded him of her, so he "ditched"...
December 18th, 2005 05:03 PM
Eh?? a recursive set of what? define what you mean by a "recursive infinite" set, an non-recursive subset and recursive set an infinite recursive subset.
December 18th, 2005 04:59 PM
I love C++. Think that kind of power is just great. But that said, I am loving C# too. The time to market is just awesome.
There are people writing VB.NET in commercial environment. But they are...
December 18th, 2005 04:33 PM
what are you using on the back end? Are the pics embedded? are they in a DB? What causes the change? what is association between pic and id?
I "love a challenge" as much as the next person, but...
December 18th, 2005 04:28 PM
that is not something I would try in VB. sounds more like a C++ or C# project.
December 18th, 2005 04:17 PM
what do you mean pack a variant into a safe array?
VBs arrays are safe arrays, so you can just put the variant in there and pass that as required. But... VBs variant is a COM variant, and so you...
December 12th, 2005 04:07 AM
Well, at the moment you are using the .ActiveDocuemnt property to get the current doc. I would firstly store that in a variable. Secondly, get any other docs using the . Docuements property.
December 12th, 2005 03:58 AM
What do you mean any ideas?
Any ideas about what?
Click Here to Expand Forum to Full Width