Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 96
Search took 0.35 seconds.
Search: Posts Made By: crank01
Forum: Computer Programming 03-16-2012, 04:13 AM
Replies: 10
Views: 1,103
Posted By crank01
will mods pleaseee prevent all this SPAM!!! Maybe...

will mods pleaseee prevent all this SPAM!!! Maybe with captcha or something, idk. I have no idea why they're here, since they're not even advertising a site or product.

This spam sh$t pisses me...
Forum: Computer Programming 03-15-2012, 05:02 PM
Replies: 2
Views: 322
Posted By crank01
Well show us what you have so far(code wise) and...

Well show us what you have so far(code wise) and we'll see whether you are heading in the right direction or not.

Also there was no need to create a 2nd thread on the same issue. Are you new to...
Forum: Computer Programming 03-15-2012, 03:20 AM
Replies: 1
Views: 262
Posted By crank01
http://au.answers.yahoo.com/question/index?qid=201...

http://au.answers.yahoo.com/question/index?qid=20120314133703AATFnDi

well princesita :) I'm positive it would; first check whether or not any files with the .BAK file extension exist in the...
Forum: Computer Programming 03-14-2012, 03:19 PM
Replies: 10
Views: 1,103
Posted By crank01
fenlgall, I was being sarcastic lol. Because...

fenlgall, I was being sarcastic lol. Because dreamincode feels the same way towards completing other peoples homework assignments like CodingForums does; if not worse cuz alot of DIC's mods are azzes...
Forum: Computer Programming 03-14-2012, 03:16 PM
Replies: 7
Views: 587
Posted By crank01
Hopefully you keep it password protected, to...

Hopefully you keep it password protected, to ensure that no one else uses it for malicious purposes to drop files onto your hard drive or delete files.
Forum: Computer Programming 03-14-2012, 06:49 AM
Replies: 10
Views: 1,103
Posted By crank01
drop this by dreamincode(.)net They would be...

drop this by dreamincode(.)net They would be happy to help you with any homework questions :D
Forum: Computer Programming 03-14-2012, 06:09 AM
Replies: 7
Views: 587
Posted By crank01
It's more geared towards the windows os since...

It's more geared towards the windows os since they use instructions like go to Start, Control Panel etc.. but once you know your way around a Mac I'm sure it won't be too difficult to figure out what...
Forum: Computer Programming 03-13-2012, 05:06 PM
Replies: 7
Views: 587
Posted By crank01
Heres a step by step tutorial to host from home...

Heres a step by step tutorial to host from home :) make sure you've completed all the steps
http://www.webmasterworld.com/forum48/2117.htm

hope I helped
Forum: Computer Programming 03-08-2012, 04:08 PM
Replies: 1
Views: 396
Posted By crank01
fopen opens the file with the 'wb' mode ...

fopen opens the file with the 'wb' mode

fwrite writes an array of SIZE elements, each one with an int sizeof

where did you find this particular code, did you get it from an Apache log?

...
Forum: Computer Programming 03-01-2012, 06:22 PM
Replies: 8
Views: 1,313
Posted By crank01
I had a friend who first told me that he wants to...

I had a friend who first told me that he wants to write a website entirely coded in C++. I nodded and said "ok". :rolleyes:

His website right now is entirely made up of sub-domains(ie:...
Forum: Computer Programming 03-01-2012, 06:11 PM
Replies: 3
Views: 1,452
Posted By crank01
Ok then you'll want to add your application's...

Ok then you'll want to add your application's icon to the system tray. There are plenty of tutorials online to do just that, which to my understanding are relatively simple.

To make your program...
Forum: Computer Programming 02-29-2012, 08:21 PM
Replies: 3
Views: 1,452
Posted By crank01
hey artyboy2011, I believe you could make what...

hey artyboy2011, I believe you could make what apple's itunes have made by hiding the icon, in Visual Studio its simple; ShowIcon False under form properties.

Then set the windows form to be...
Forum: Computer Programming 02-29-2012, 01:55 AM
Replies: 1
Views: 322
Posted By crank01
I found a pretty well written tutorial to help...

I found a pretty well written tutorial to help you. I believe it answers most of what you asked about, take a look. http://www.dreamincode.net/forums/topic/14072-step-by-step-java-games-part-1/ :)
Forum: Computer Programming 02-22-2012, 05:55 AM
Replies: 8
Views: 1,741
Posted By crank01
How to Print Panel+panel Controls

I hope I'm helping someone here bcuz this was bothering me for sometime now :)

private void print1_Click(object sender, EventArgs e)
{
PrintDocument printPanel = new PrintDocument();
...
Forum: Computer Programming 02-22-2012, 05:25 AM
Replies: 4
Views: 448
Posted By crank01
w3schools??? :eek: why go to a separate website...

w3schools??? :eek: why go to a separate website when you can learn all about php, html right here! :p

besides I've heard w3schools has badly written code/out dated code. They could be wrong tho
Forum: Computer Programming 02-21-2012, 01:55 AM
Replies: 4
Views: 834
Posted By crank01
I'm gunna suggest you explain further on what...

I'm gunna suggest you explain further on what "check the boxes for each coupon" means. You can easily check boxes programmatically, however I don't know what you mean :confused: lol

Also, if you...
Forum: Computer Programming 02-21-2012, 12:36 AM
Replies: 8
Views: 1,741
Posted By crank01
Woot! I figured it out =) I'll post how I...

Woot! I figured it out =) I'll post how I succeeded in finally printing the panel tomorrow
Forum: Computer Programming 02-14-2012, 09:10 PM
Replies: 8
Views: 1,741
Posted By crank01
Lol that would be pretty quick and dirty :p but...

Lol that would be pretty quick and dirty :p but no way I am gunna try it that way. I'll try you're way and let u know if I have any problems, which *crossing fingers* I wont
Forum: Computer Programming 02-14-2012, 08:20 PM
Replies: 8
Views: 1,741
Posted By crank01
oh so using focus() I could print a certain...

oh so using focus() I could print a certain part(panel4) of the form. Now do I even need to use draw to bitmap, or is that not needed since I have the print method and I need to aim the focus of...
Forum: Computer Programming 02-14-2012, 07:36 PM
Replies: 8
Views: 1,741
Posted By crank01
thanks again alykins :) and I'm guessing .Focus...

thanks again alykins :) and I'm guessing .Focus could work just as well with panel as it can with pictureBox. I never used focus before but I should be able to understand what is happening in the...
Forum: Computer Programming 02-14-2012, 04:30 PM
Replies: 8
Views: 1,741
Posted By crank01
Arrow Printing Panel controls not showing correctly

I have so far tried: public void DrawControl(Control control,Bitmap bitmap)
{
control.DrawToBitmap(bitmap,control.Bounds);
foreach (Control childControl in control.Controls)
...
Forum: Computer Programming 02-14-2012, 04:20 PM
Replies: 6
Views: 824
Posted By crank01
I would dive straight into C, if I were you. No...

I would dive straight into C, if I were you. No sense in waiting just to learn it in the future. Python is being used less in the work environment from what I understand(probably gunna get flammed...
Forum: Computer Programming 02-11-2012, 06:51 PM
Replies: 4
Views: 715
Posted By crank01
well given a string of digits from a textBox, I...

well given a string of digits from a textBox, I converted the text-->toString, and then using string sub = input.Substring(0, 1); I was able to take Only the first digit from the string, then using...
Forum: Computer Programming 02-11-2012, 10:52 AM
Replies: 4
Views: 715
Posted By crank01
cool I never knew about the f12 shortcut :D thx,...

cool I never knew about the f12 shortcut :D thx, and I'll take a look at the msdn library some more. I've been using it alot to solve many problems I have.

now I already solved what I was trying...
Forum: Computer Programming 02-11-2012, 02:02 AM
Replies: 4
Views: 715
Posted By crank01
Arrow Extracting a substring from 1st, 3rd, 5th places in textbox

Hello coding forums, I am having difficulty in figuring out how to extract only certain character, or digits inside a textbox. I have been looking up similar methods but none seem to work for what I...
Showing results 1 to 25 of 96

 
Forum Jump

All times are GMT +1. The time now is 09:38 AM.