RexGrammer's Profile
Reputation: 178
Stalwart
- Group:
- Authors
- Active Posts:
- 754 (1.31 per day)
- Joined:
- 27-October 11
- Profile Views:
- 8,076
- Last Active:
May 20 2013 01:28 PM- Currently:
- Offline
Previous Fields
- Country:
- YU
- OS Preference:
- Windows
- Favorite Browser:
- Chrome
- Favorite Processor:
- Intel
- Favorite Gaming Platform:
- PC
- Your Car:
- Mercedes
- Dream Kudos:
- 300
Latest Visitors
-
Michael26 
14 May 2013 - 10:06 -
darek9576 
14 May 2013 - 08:37 -
xFrenzy47x 
06 Feb 2013 - 12:33 -
Footrub 
31 Jan 2013 - 07:54 -
b0zhidar 
14 Jan 2013 - 22:23 -
raghav.nagana... 
11 Jan 2013 - 02:29 -
Julyuary 
05 Dec 2012 - 08:46 -
no2pencil 
07 Nov 2012 - 14:06 -
Warriotox 
04 Nov 2012 - 13:08 -
DarenR 
31 Oct 2012 - 08:33
Posts I've Made
-
In Topic: Count to a million
Posted 14 May 2013
12956
This is still going o.O LOL -
In Topic: Code Challenge: "Hello, World"
Posted 14 May 2013
@Adam
Spoiler
The author said no LINQ, and extension methods are LINQ standard query operators. I guess this wouldn't be allowed, would it? -
In Topic: Count to 20 by adding two numbers
Posted 31 Oct 2012
Could you please clarify your question?
How can you add two numbers to 20?
Did you mean it like this?
a + b + b + b?
If that's the case, then you don't add two numbers to 20, but increment one number to 20 by an increment of b. And you maybe won't be able to get the int variable a to 20, because of the exact increment.
Example:
5 + 6(11) + 6(17) + 6(23)
There's no way you can get exactly to 20. -
In Topic: Download files in the right order.
Posted 31 Oct 2012
So what part of it (EXACTLY) is bothering you?
The downloading of one file, or invoking the download on one after the another in that specified order?
We won't do this for you.
If you have put effort into solving this problem show it.
You can download files with WebRequest(s) and WebResponse(s). Or by using a WebClient.
WebRequest
WebResponse
WebClient
Look into it.
There are some pretty neat examples and tutorials on downloading files with C# on the web, if you searched for it, you would've definitely found them. The first two that came up (by searching with a query: "download file c#") were these:
Download Files from Web [C#]
Download File Using C# -
In Topic: Backup/Restore - SQL Compact Edition
Posted 31 Oct 2012
First off you should rename your controls. Button1 doesn't seem very informative, you should name your controls so that their name should give out their purpose. An example: instead of using Button1 you can use ButtonBackup.
If it works while debugging it, and crashes when you publish it, the only reason why that is happening (the only obvious one) is that the database isn't where the program thinks it is. So double-check that.
My Information
- Member Title:
- Coding Dynamo
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
-
- Location:
- Belgrade
- Interests:
- Programming, Coding, Software Engennering, Going Out
- Full Name:
- Matija Cupic
- Years Programming:
- 3
- Programming Languages:
- C#, CSS3, HTML5, PHP, VB
Contact Information
- E-mail:
- Click here to e-mail me
- MSN:
-
cmatija@hotmail.com
- Website URL:
-
http://www.facebook.com/matija.cupic
- Skype:
-
matija.cupic.97
- Facebook:
- www.facebook.com/matija.cupic
- Twitter:
- MatijaCupic
|
|


Find Topics
Find Posts
View Reputation Given








|
Comments
Michael26
14 May 2013 - 04:53RexGrammer
19 Dec 2011 - 13:45negligible
16 Dec 2011 - 07:56