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
~1K People Reached
Member Avatar for arya6000

Hello I have the following code for a WPF application here is the code Code from MainWindow.xaml.cs [CODE] public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); } private void button1_Click(object sender, RoutedEventArgs e) { Thread[] threads = new Thread[3]; for (int i = 0; i < 3; …

0
86
Member Avatar for arya6000

Hello I created the following project to show you guys how I plan to do things. But my main project will be bigger and will have multiple classes. I'm just trying to get this to work properly so I know I'm using good practice when coding. ok, lets begin :), …

Member Avatar for Momerath
0
129
Member Avatar for arya6000

Hello I posted this in another forum but got no answer so hopefully someone here will be able to help. I'm trying to use a reportviewer in my windows form application and I can't find a way to add items to the reportviewer object. Can someone tell me how this …

Member Avatar for arya6000
0
79
Member Avatar for GAME

How would I extract proxies from a website and then display them on a listbox. I was thinking about doing webRequest. Can anyone help me out with the coding?

Member Avatar for GAME
0
94
Member Avatar for arya6000

Hello I'm brand new to Python, I usually program in Perl, C, C++, but I would like to try pamie with Python, I download it and I moved the 2 files called PAM30 and winGuiAuto to C:\Python26\Lib\site-packages but after I run this code [CODE] from cPAMIE import PAMIE # create …

Member Avatar for Salem
0
90
Member Avatar for arya6000

Hello If we have code like this [CODE]$content =~ m/test/;[/CODE] than it will return true or false, but how can I put a match of a regex into a scalar instead of it returning true or false? Thank You

Member Avatar for KevinADC
0
74
Member Avatar for arya6000

Hi I'm in the learning process and I'm so sure if I did this one correctly, this is the User view Department Product Aile Price Unit of Measure Supplier code number Produce 4081 1 0.35 Lb 32 Produce 4027 1 0.90 Ea 32 Produce 4108 1 1.99 Lb 21 Butcher …

0
46
Member Avatar for arya6000

Hi I have a test on Normalization tomorrow and I would like to find article to review everything. I should know about the following. [LIST=1] [*]UNF [*]1NF [*]2NF [*]3NF [*]Simplify PKs (if possible) [*]Merge table with identical PK [*]Eliminate new transitives [*]Mark all FKs [/LIST] if you know any good …

0
52
Member Avatar for Reginald0

Hi, folks! I need to use Desktop Sharing in Red Hat 9, but when I start the program I receive the error message "Cannot find KInetD. Have you restarted KDE after installation?". I searched for this message at google.com and found some threads, but all of them without answers. If …

Member Avatar for arya6000
0
332
Member Avatar for arya6000

When I click on vsftpd.conf I get a error saying : Nautilus has no installed viewer capable of displaying "/ect/vsftpd/vsftp.conf". Can you please tell me a way to fix this? Thanks

Member Avatar for mittelgeek
0
212