Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Saidar

Hey there everyone, I need to write a small program to get a certain task done, but I have zero experience in manipulating text files. Can someone please give me a start on how to write the following program: The program should take all the text files in a folder, …

Member Avatar for ALex_67
0
2K
Member Avatar for Saidar

Hey everyone, I've been struggling with this problem for hours now and I have read and tried every example I could find but did not find a solution to my problem: I have a DLL written in C#. The DLL export function calls three functions: PrepareData(): Heavy calculations ComputeNN(): Mild …

Member Avatar for Saidar
0
229
Member Avatar for Saidar

Hey everyone, I'm trying to do something that I have never done, I have an external class that does a lot of calculations (usually takes about 10 minutes to finish). The iterations usually run from 0 to 100 000, so I would like to have a progress bar that iterates …

Member Avatar for Mitja Bonca
0
991
Member Avatar for Saidar

Hey everyone, I was wondering if someone could give me a push in the right direction. I'm trying to do Monte Carlo simulations on a certain statistical distribution. Monte carlo simulations requires hundreds and thousands of iterations to be run. The problem that I have is I need to save …

Member Avatar for oredigger
0
132
Member Avatar for Saidar

Hello, I'm trying to fill in web forms automatically by using the vb.net webbrowser. I'm using code like the following to fill in the name: [CODE]Dim elementsInput As HtmlElementCollection = wb1.Document.GetElementsByTagName("INPUT") For Each element As HtmlElement In elementsInput If element.Name = "OWNER_NAME" Then element.SetAttribute("Value", name) End If Next[/CODE] The problem …

Member Avatar for kvprajapati
0
151