Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 15 of 15
Search took 0.09 seconds.
Search: Posts Made By: AceInfinity
Forum: Computer/PC discussions 03-12-2013, 09:05 AM
Replies: 20
Views: 4,491
Posted By AceInfinity
Why are you talking about Firefox 11 when 19.0.2...

Why are you talking about Firefox 11 when 19.0.2 is the latest release on their Release channel? :confused:
Forum: Computer/PC discussions 02-17-2013, 04:25 AM
Replies: 20
Views: 4,491
Posted By AceInfinity
Worse and worse for IE from version 8? How do you...

Worse and worse for IE from version 8? How do you assume that, or support this statement you have? :confused: Have you not seen any benchmarks? Have you ever used IE 9 or IE 10 in comparison to 8?
Forum: Computer Programming 02-06-2013, 04:22 AM
Replies: 6
Views: 1,647
Posted By AceInfinity
It would be a Form class, but first you need to...

It would be a Form class, but first you need to understand why alykins posted something about an HTTP Request for this. I believe what he's trying to do there is to do the validation trhough some...
Forum: Computer Programming 02-05-2013, 07:29 AM
Replies: 6
Views: 2,105
Posted By AceInfinity
If all of your work is with Windows, why not use...

If all of your work is with Windows, why not use the .NET framework? You can use all the Win32 API's you want if you don't plan on developing for Linux or Mac...
Forum: Computer Programming 02-05-2013, 07:27 AM
Replies: 6
Views: 1,647
Posted By AceInfinity
I'm confused on this, you don't really jump or...

I'm confused on this, you don't really jump or "go to" a different class, classes just perform various procedures if you have methods inside of them. You have an entry point, which calls a new...
Forum: Computer Programming 02-05-2013, 07:20 AM
Replies: 1
Views: 502
Posted By AceInfinity
A native file format? There's no tutorial for...

A native file format? There's no tutorial for this lol. Give your file it's own extension and that's pretty much it...

The internal data to that file otherwise, is just something specifically...
Forum: Computer Programming 01-20-2013, 11:53 PM
Replies: 7
Views: 914
Posted By AceInfinity
Try it for yourself: echo %0

Try it for yourself:
echo %0
Forum: Computer Programming 01-20-2013, 11:30 PM
Replies: 7
Views: 914
Posted By AceInfinity
Why does the first argument have the filename and...

Why does the first argument have the filename and extension while you put a wildcard on a filename following another extension afterwards?
filename.ext*.*

Also, you have to run this script as...
Forum: Computer Programming 01-20-2013, 03:14 PM
Replies: 7
Views: 914
Posted By AceInfinity
By default you can't do this, there's no way to...

By default you can't do this, there's no way to structurally have multiple colors by the calling color.exe because it's designed to change the full console's text. There is a work around fortunately....
Forum: Computer Programming 01-20-2013, 02:41 PM
Replies: 2
Views: 526
Posted By AceInfinity
private void button1_Click(object sender,...

private void button1_Click(object sender, EventArgs e)
{
string title = "Round " + (tabControl1.TabCount + 1).ToString();
TabPage myTabPage = new TabPage(title);...
Forum: Computer Programming 01-20-2013, 02:22 PM
Replies: 4
Views: 519
Posted By AceInfinity
The way you have this currently is not very...

The way you have this currently is not very practical, or up to par on coding conventions if I may point out. Arrays like that are a bit "sloppy".. Not sure about this language, but if you can you...
Forum: Computer Programming 01-20-2013, 02:17 PM
Replies: 9
Views: 1,275
Posted By AceInfinity
You'll remember it if you enjoy it. You'll be...

You'll remember it if you enjoy it. You'll be more apt to learning stuff on you own, and on your own time, where you're not required to just go off programming something. I program my own...
Forum: Computer Programming 01-20-2013, 01:57 PM
Replies: 10
Views: 2,542
Posted By AceInfinity
GroceryItem is a class, and you need to create a...

GroceryItem is a class, and you need to create a class instance of GroceryItem to add to the basket collection.



Check if each control's text or value property is not Null or empty or the...
Forum: Computer Programming 01-20-2013, 01:32 PM
Replies: 2
Views: 606
Posted By AceInfinity
Serialization/Deserialization is one of the main...

Serialization/Deserialization is one of the main benefits of XML, but XML can also store more complex and larger data than a true INI file, as an INI file has limitations to the data size that you're...
Forum: Computer/PC discussions 01-20-2013, 01:30 PM
Replies: 20
Views: 4,491
Posted By AceInfinity
Firefox has improved quite a bit, I could care...

Firefox has improved quite a bit, I could care less about chrome, but this "race" has promoted many improvements for Firefox, especially since IE with version 10 has also improved quite a bit, it...
Showing results 1 to 15 of 15

 
Forum Jump

All times are GMT +1. The time now is 07:56 PM.