February 28th, 2013 01:36 AM
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...
September 29th, 2012 02:23 AM
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?
March 21st, 2012 01:33 AM
I've got a 3D model (direct X). and I want to apply a texture on it. Can someone link good tutorials for that?
January 22nd, 2012 06:09 AM
can anyone help me to a program that will log in to a site and only if its correct, it will continue......?
January 8th, 2012 10:03 AM
Well, it worked with listbox1.FindStringExact("43") ,so no Issues.
January 8th, 2012 04:29 AM
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.
January 8th, 2012 01:25 AM
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...
December 31st, 2011 12:59 AM
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.
December 30th, 2011 03:42 AM
Okay, I updated it. I hope I'm clear now.
December 30th, 2011 02:31 AM
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...
December 30th, 2011 02:07 AM
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...
December 27th, 2011 10:55 AM
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...
December 25th, 2011 08:55 AM
thanc hannesthegreat! that worked well!
December 22nd, 2011 03:55 AM
well I want to write more, and all documentations for xmlreader and xmlwriter overwrite the xml.
December 22nd, 2011 01:22 AM
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?
December 21st, 2011 06:11 AM
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!
December 19th, 2011 07:45 AM
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 -...