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

Search:

Type: Posts; User: Pinky98

Page 1 of 68 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    38
    Views
    7,514

    Re: Extremely annoying adds

    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.
  2. Replies
    6
    Views
    1,500

    Re: why time delay?

    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...
  3. Replies
    2
    Views
    1,369

    Re: Add TextBox at RunTime

    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.
  4. Replies
    71
    Views
    10,878

    Poll: Re: 7 wonders of the modern world

    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??
  5. Replies
    6
    Views
    4,909

    Re: Questionmarket.com

    yeah. had that often. from what I can work out, it sounds like some one at jupiter has screwed up.
  6. Replies
    2
    Views
    1,748

    Re: Recursive vs Iterative

    usually itterative is faster.
  7. Replies
    3
    Views
    1,122

    Re: line & column count in rtf box

    for lines use the :
    richtextbox.GetLineFromChar
    method.
  8. Thread: urlfilelenght?

    by Pinky98
    Replies
    4
    Views
    1,013

    Re: urlfilelenght?

    what do you mean by that??
  9. Re: Creating Cascading ListBoxes with MS Access and ADO Control

    Mmmm, yeah that may work too.
  10. Replies
    5
    Views
    1,080

    Re: Formatting a TextBox

    cool. no prob
  11. Replies
    4
    Views
    1,401

    Re: Using the Windows Username and Password

    Yes. I can't remember exactly where/what to look for but think it is under the System.Authentication namespace.
  12. Replies
    22
    Views
    13,831

    Re: C++,C#:which main differences?

    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...
  13. Replies
    1
    Views
    871

    Re: Retrieving Data from a Flash Drive

    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...
  14. Re: Operation Is Not Allowed When The Object Is Closed

    pls can you show your code where you acquire the data from the database
  15. Replies
    5
    Views
    1,080

    Re: Formatting a TextBox

    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.
  16. Re: Creating Cascading ListBoxes with MS Access and ADO Control

    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...
  17. Thread: KeyAscii

    by Pinky98
    Replies
    5
    Views
    1,593

    Re: KeyAscii

    Another great way to get ascii key values... use the VB constants
    i.e.
    vbKeyPageDown, vbKeyPageUp, vbKeyF1 etc etc etc
  18. Replies
    9
    Views
    1,083

    Re: Lover gives stranger $15,000 ring

    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"...
  19. Replies
    3
    Views
    1,621

    Re: infinite languages

    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.
  20. Replies
    6
    Views
    9,386

    Re: C++/CLR - what do you think ?

    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...
  21. Replies
    7
    Views
    1,175

    Re: Looking for a challenge?

    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...
  22. Replies
    2
    Views
    1,092

    Re: Need help with enlarging the desktop...

    that is not something I would try in VB. sounds more like a C++ or C# project.
  23. Replies
    2
    Views
    913

    Re: Packing Variant into safearray

    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...
  24. Replies
    4
    Views
    7,056

    Re: Word Automation in VB6

    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.
  25. Replies
    20
    Views
    4,872

    Re: edit textbox control array

    What do you mean any ideas?
    Any ideas about what?
Results 1 to 25 of 1676
Page 1 of 68 1 2 3 4





Click Here to Expand Forum to Full Width

Featured