Click here to Skip to main content
16,006,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to get table names of a dataset Pin
jdsbj24-Mar-05 18:58
jdsbj24-Mar-05 18:58 
AnswerRe: How to get table names of a dataset Pin
Robert Rohde24-Mar-05 21:02
Robert Rohde24-Mar-05 21:02 
GeneralVB6.0 Modules in VB.Net Pin
MyThread24-Mar-05 11:41
MyThread24-Mar-05 11:41 
GeneralRe: VB6.0 Modules in VB.Net Pin
Dave Kreskowiak24-Mar-05 14:39
mveDave Kreskowiak24-Mar-05 14:39 
Questionhow to code a calendar picker? Pin
Lisana24-Mar-05 8:48
Lisana24-Mar-05 8:48 
AnswerRe: how to code a calendar picker? Pin
H@is@here24-Mar-05 12:23
H@is@here24-Mar-05 12:23 
GeneralAmicable Numbers Pin
jhunter4624-Mar-05 8:08
jhunter4624-Mar-05 8:08 
GeneralRe: Amicable Numbers Pin
Robert Rohde24-Mar-05 9:56
Robert Rohde24-Mar-05 9:56 
Unless you explain how you exactly intend to use your variables its hard to point some suggestions to you Smile | :) .
I would do the following (brute force method Cool | :cool: )
1. Create an array which can hold 20000 numbers and calculate the sum of the aliquot divisors for each number from 1 to 20000. To obtain the divisors you will need a seperate loop where you can use the mod function to identify all of them.
2. Walk through the array and search for amicable pairs. This can be done by only one walkthrough because you just have to look if the values in your array matches with the one at the other index.

I hope this was understandable Confused | :confused:

(Please note that I have no deeper mathematical background on this. Its possible that there are far more intelligent solutions out there)
GeneralMatching Algorithm Pin
rohitavs24-Mar-05 8:08
rohitavs24-Mar-05 8:08 
GeneralRe: Matching Algorithm Pin
Dave Kreskowiak24-Mar-05 10:15
mveDave Kreskowiak24-Mar-05 10:15 
GeneralWinforms MonthCalendar next/previous button Pin
Progzz24-Mar-05 7:26
Progzz24-Mar-05 7:26 
GeneralRe: Winforms MonthCalendar next/previous button Pin
Dave Kreskowiak24-Mar-05 14:51
mveDave Kreskowiak24-Mar-05 14:51 
GeneralRe: Winforms MonthCalendar next/previous button Pin
Progzz24-Mar-05 15:03
Progzz24-Mar-05 15:03 
GeneralRe: Winforms MonthCalendar next/previous button Pin
Dave Kreskowiak25-Mar-05 1:39
mveDave Kreskowiak25-Mar-05 1:39 
GeneralRemote registry edit in code Pin
Talespinner24-Mar-05 6:39
Talespinner24-Mar-05 6:39 
GeneralRe: Remote registry edit in code Pin
H@is@here24-Mar-05 11:47
H@is@here24-Mar-05 11:47 
GeneralRe: Remote registry edit in code Pin
Dave Kreskowiak24-Mar-05 14:34
mveDave Kreskowiak24-Mar-05 14:34 
GeneralRe: Remote registry edit in code Pin
Dave Kreskowiak24-Mar-05 14:33
mveDave Kreskowiak24-Mar-05 14:33 
GeneralRe: Remote registry edit in code Pin
Anonymous24-Mar-05 14:40
Anonymous24-Mar-05 14:40 
Questionhow to bind data in combobox from datatable Pin
sumit2124-Mar-05 6:04
sumit2124-Mar-05 6:04 
AnswerRe: how to bind data in combobox from datatable Pin
Dave Kreskowiak24-Mar-05 6:10
mveDave Kreskowiak24-Mar-05 6:10 
QuestionCenter image in picture box? Pin
leezardd24-Mar-05 4:23
leezardd24-Mar-05 4:23 
AnswerRe: Center image in picture box? Pin
H@is@here24-Mar-05 11:57
H@is@here24-Mar-05 11:57 
GeneralRe: Center image in picture box? Pin
leezardd29-Mar-05 4:48
leezardd29-Mar-05 4:48 
GeneralSetup and deployment Project Pin
Purple Monk24-Mar-05 3:36
Purple Monk24-Mar-05 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.