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

Search:

Type: Posts; User: BlitzBerg

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    4,144

    Combination of characters.

    Well suppose I got a String "ABC", I need to put up all possible combinations.

    Eg. AAA, AAB, AAC, ABA, ABB.....etc

    I need a non-recursive technique, and the code should work for Strings of...
  2. Replies
    2
    Views
    2,186

    Execute command line programs using vb.net

    I have a command line program which say, can calculate average. Now using vb.net how do I execute this "avg calc-avg" and read what is the average from the terminal?
  3. Replies
    1
    Views
    2,856

    DirectX 3D Models

    Well, does anybody here know how should I load a 3D model and simply apply a texture on it? I have no clue as to how should I start, so if anybody could, please try to give me the basic code and what...
  4. Replies
    2
    Views
    5,825

    [RESOLVED] XML Comment Error.

    Whenever I'm trying to read the XML, I get this error-

    "An XML comment cannot contain '--', and '-' cannot be the last character"

    Is there anyway, I can remove all comments? The file is very...
  5. Thread: 3D help.

    by BlitzBerg
    Replies
    0
    Views
    601

    3D help.

    I've got a 3D model (direct X). and I want to apply a texture on it. Can someone link good tutorials for that?
  6. Replies
    1
    Views
    734

    Log in to continue.

    can anyone help me to a program that will log in to a site and only if its correct, it will continue......?
  7. Replies
    8
    Views
    1,337

    Re: listbox Help

    Well, it worked with listbox1.FindStringExact("43") ,so no Issues.
  8. Replies
    8
    Views
    1,337

    Re: listbox Help

    Nope. In the code I have put the last ')' too.....I don't receive any build error. It is only that I recieve -1 with everything.
  9. Replies
    8
    Views
    1,337

    [RESOLVED] listbox Help

    Whenever I try to find an index in a listbox, i get the answer as -1.
    here's my code.



    listbox1.Items.Add("43")
    Messagebox.Show(listbox1.Items.IndexOf("43")

    Can someone help me why this...
  10. Replies
    7
    Views
    1,151

    Re: Finding similar strings!

    I haven't written anything as yet as I'm not clear with the idea!, but let us assume, these are stored in an array.
  11. Replies
    7
    Views
    1,151

    Re: Finding similar strings!

    Okay, I updated it. I hope I'm clear now.
  12. Replies
    7
    Views
    1,151

    Finding similar strings!

    I have got strings having names like
    1) Chuck Norris
    2) C. Norris
    3)Chuck
    3) Chuckie.....

    now since all of them are similar, how do I make the app to find it?
    If someone could give the...
  13. Replies
    7
    Views
    1,151

    Finding similar strings!

    I have got a set of strings having names of celebrities like -

    1) Chuck Norris
    2) David guetta
    3) Adam Lambert
    4) Sylvester S
    5) Ricky Martin
    6) Morgan Freeman
    7) Ronald Atkinson
    8) Britney...
  14. Thread: Writing Data

    by BlitzBerg
    Replies
    1
    Views
    746

    Writing Data

    Well Can Anybody help me write a vb.net code to make an xml having such data -

    <Rule count="1">
    <time filename="1" holder="abc" handler="xyz" gross="pqr"></time>
    </Rule>

    I'm a beginner at...
  15. Re: Getting list of all supported resolutions.

    thanc hannesthegreat! that worked well!
  16. Replies
    4
    Views
    949

    Re: Adding Data in XML files.

    well I want to write more, and all documentations for xmlreader and xmlwriter overwrite the xml.
  17. Re: Getting list of all supported resolutions.

    I found no documentation on wmi where i could get all the resolutions. I found one with devmode, but didn't understand. Could someone help?
  18. [RESOLVED] Getting list of all supported resolutions.

    I want to get the list of supported resolution by a graphic adapter/card. Anyway to do it?
    640X480
    1024X768
    1366x768
    and so on...........

    I need it urgently. Any help would be great!
  19. Replies
    4
    Views
    949

    Adding Data in XML files.

    I have got an Xml like below. I want to "add" data in it. Tried alot of forums.....none helped. Hope I get some here.

    eg.<?xml version="1.0" encoding="us-ascii"?>

    <!--Version 5.0.0.0 -...
Results 1 to 19 of 19





Click Here to Expand Forum to Full Width

Featured