Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: kyndig
Forum: Coder's Corner Lounge Jan 1st, 2007, 4:20 PM
Replies: 16
Views: 254
Posted By kyndig
Only made me want a mcdonalds lol

Only made me want a mcdonalds lol
Forum: Software Design and Algorithms Dec 21st, 2006, 8:11 PM
Replies: 36
Views: 2,757
Posted By kyndig
Radix > All

Radix > All
Forum: Software Design and Algorithms Dec 21st, 2006, 8:10 PM
Replies: 15
Views: 343
Posted By kyndig
Its more fun to try and work the algorithm out...

Its more fun to try and work the algorithm out yourself, and post what you have... then someone can help you, instead of just writing it for you.
Forum: Visual Basic Dec 17th, 2006, 10:43 AM
Replies: 4
Views: 202
Posted By kyndig
You cant do i++ in vb. i = i + 1 cnt = c +...

You cant do i++ in vb.

i = i + 1
cnt = c + 1

or use a for loop

for cnt = 0 to 10
for i = 0 to 10
total = total + quiz(i)
Forum: Visual Basic Dec 16th, 2006, 7:32 PM
Replies: 3
Views: 226
Posted By kyndig
Using the "Microsoft Internet Transfer Protocol...

Using the "Microsoft Internet Transfer Protocol Control" you can grab web images.


Dim bytData() As Byte
bytData() = Inet1.OpenURL("http://www.somesite.com/images/image1.gif", icByteArray)
Open...
Forum: Visual Basic Dec 16th, 2006, 7:25 PM
Replies: 1
Views: 154
Posted By kyndig
If i understand you correctly, when you click on...

If i understand you correctly, when you click on one combo box and make a selection, you want that value to be added to the other combo box.

This is simple, say we have two combo boxes named "one"...
Forum: Java Dec 16th, 2006, 7:18 PM
Replies: 6
Views: 219
Posted By kyndig
This isnt a very good example of what you want....

This isnt a very good example of what you want. This was assuming the only content on the page was checkboxes.


Private Sub Command1_Click()
With browser.Document
'do some sort of loop...
Forum: Java Dec 16th, 2006, 6:48 PM
Replies: 8
Views: 243
Posted By kyndig
I see what you are saying, you could possibly,...

I see what you are saying, you could possibly, add some code to check another step ahead, and see if that 'branch' is a dead end, if it is then dont add that as a step.
Showing results 1 to 8 of 8

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:39 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC