User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 373,565 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,828 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 44
Search took 0.01 seconds; generated 1 minute(s) ago.
Posts Made By: Godfear1
Forum: HTML and CSS Jan 13th, 2007
Replies: 8
Views: 1,886
Posted By Godfear1
Re: Selecting a directory instead of file

I know what your saying. Currently there is only a file form control, not a directory form control. Solutions would be to create your own control in Java or C++ etc and have it populate your input...
Forum: JavaScript / DHTML / AJAX Jan 13th, 2007
Replies: 13
Views: 3,499
Posted By Godfear1
Re: How does IE determine a popup?

Thank you. I like your solution by the way. Its creative.
Forum: HTML and CSS Jan 13th, 2007
Replies: 10
Views: 2,144
Posted By Godfear1
Forum: HTML and CSS Jan 11th, 2007
Replies: 10
Views: 2,144
Posted By Godfear1
Re: The best free site builder?

I personally like using notepad, Amaya, and I'm starting to get used to Microsoft Visual Web Developer 2005 Express Edition.
Forum: HTML and CSS Jan 11th, 2007
Replies: 3
Views: 922
Posted By Godfear1
Re: Css help for a newbie -- HELP !!

Joeprogrammer is right. Its probably the server. Putting your CSS in the HTML would help cut down on unloaded files because there are less files to load and if the CSS file does not load then your...
Forum: JavaScript / DHTML / AJAX Jan 11th, 2007
Replies: 13
Views: 3,499
Posted By Godfear1
Re: How does IE determine a popup?

I'm going to have to agree with Dukane, I looked for information but it looks like all popup windows are blocked.
Forum: C# Nov 18th, 2006
Replies: 3
Views: 7,878
Posted By Godfear1
Re: Image in DataGridView

What are you using to view the image? If it is a PictureViewer object then just set the sizeMode property of the image to Zoom. Then resize the PictureViewer to whaterver size you want. I'm not sure...
Forum: C# Nov 16th, 2006
Replies: 5
Views: 1,696
Posted By Godfear1
Re: HailStone

Your welcome. I hope This wasn't your homework. I don't want to get in trouble for being too helpful.
Forum: C# Nov 16th, 2006
Replies: 9
Views: 2,564
Posted By Godfear1
Re: having problem while creating factorial

Thanks for that response. That's what I was going to say. This problem does require a little extra thinking for really large numbers. You need to have an understanding about basic programming.
Forum: C# Nov 13th, 2006
Replies: 3
Views: 1,790
Posted By Godfear1
Re: Understanding array creation.

Yep. Thats right. Its easy to initialize the array. It is sometimes a pain in the butt to fill it with objects though. You have to create a loop to intialize the individual values (or use the...
Forum: C# Nov 13th, 2006
Replies: 3
Views: 4,852
Posted By Godfear1
Re: Newbee Q: How to get the parent directory of a File

Thats pretty cool jerry. Thanks for posting your resuts.
Forum: C# Nov 13th, 2006
Replies: 5
Views: 1,696
Posted By Godfear1
Re: HailStone

Hey, this hailstone numbers thing is pretty cool. Apparently there are some rewards out there for anyone who can solve it (whatever that means.) I embarrased myself the other day when I resserected a...
Forum: C# Nov 13th, 2006
Replies: 9
Views: 2,564
Posted By Godfear1
Re: having problem while creating factorial

That looks great. I'm glad I could help you. I just took a math assessment and I needed a little encouragment. lol. Don't hesitate to ask if you need help on anything else.
Forum: C++ Nov 9th, 2006
Replies: 5
Views: 2,787
Posted By Godfear1
Re: longest hailstone sequence

Could you post your working code for the benifit of the community? Thanks in advance.
Forum: Community Introductions Nov 8th, 2006
Replies: 4
Views: 1,296
Posted By Godfear1
Re: Help for a Novice!!

Hey, thats great you got that worked out. I hope you continue to join us here!

Godfear
Forum: C# Nov 7th, 2006
Replies: 1
Views: 1,422
Posted By Godfear1
Re: Picture zoming

I created a program that does what your talking about and attached it to this message. The short of it is this. I created a panel object and put a image object inside of it. I set the sizeMode...
Forum: C# Nov 7th, 2006
Replies: 2
Views: 1,103
Posted By Godfear1
Re: Question about .Row.Add(new object[]{...,...}) Please help!

I'm not quite sure I understand what your talking about. What kind of attribute are you looking for? What kind of data is in the text file?
Forum: C# Nov 7th, 2006
Replies: 3
Views: 964
Posted By Godfear1
Re: External Installers

No I don't sorry.
Forum: C# Nov 7th, 2006
Replies: 4
Views: 3,567
Posted By Godfear1
Re: program to open IE

Thats really cool.
Forum: Community Introductions Nov 7th, 2006
Replies: 2
Views: 910
Posted By Godfear1
Re: Looking forward to interesting questions and discussion

Hey good job graduating. I'm going to the university of Phoenix right now and boy its a struggle. I hope you enjoy yourself here at Daniweb!

Godfear
Forum: C# Nov 7th, 2006
Replies: 3
Views: 964
Posted By Godfear1
Re: External Installers

I know that there are nice installer programs out there, but I haven't been able to afford them. They usually run at around $500 or more. The one I had my sights on was...
Forum: C# Nov 7th, 2006
Replies: 9
Views: 2,564
Posted By Godfear1
Re: having problem while creating factorial

Well, first of all you need to know what a factorial is. You haven't demonstrated that you know anything on how to solve this problem yet. If you need a description on what a factorial is here's a...
Forum: C# Nov 7th, 2006
Replies: 4
Views: 3,567
Posted By Godfear1
Re: program to open IE

You can open up a link in C# by using the start function in the System.Diagnostics.Process object. For example:


System.Diagnostics.Process.Start("http://stockcharts.com/h-sc/ui?s=msft");

This...
Forum: JavaScript / DHTML / AJAX Nov 5th, 2006
Replies: 10
Views: 2,704
Posted By Godfear1
Re: Content Breaking thru Borders

Hey it looks great. That was a pretty easy solution. I don't think I would have picked that one up. Great job tgreer.
Forum: JavaScript / DHTML / AJAX Nov 4th, 2006
Replies: 10
Views: 2,704
Posted By Godfear1
Re: Content Breaking thru Borders

Thankf for pasting all your code. I'll look at it.
Forum: Geeks' Lounge Nov 4th, 2006
Replies: 2
Views: 849
Posted By Godfear1
Re: Uh, Hey... and Read This! ;)

No. I'm happy where I am Robbie. No thanks.
Forum: Community Introductions Nov 4th, 2006
Replies: 4
Views: 646
Posted By Godfear1
Forum: DaniWeb Community Feedback Nov 4th, 2006
Replies: 4
Views: 1,305
Posted By Godfear1
Re: Problem with lists in advanced reply

I'm trying it now.

List

hello
it seems to work fine
I am also using IE7. Maybe its the browser, what version are you using?
Forum: Community Introductions Nov 4th, 2006
Replies: 4
Views: 870
Posted By Godfear1
Re: Greetings Peoples..

Thank you happygeek.
Forum: Community Introductions Nov 4th, 2006
Replies: 4
Views: 646
Posted By Godfear1
Re: An intro for an enthusiastic amateur

Thank heavens, I don;t want to be noticed by the media. Welcome to Daniweb!
Forum: HTML and CSS Nov 4th, 2006
Replies: 10
Views: 7,554
Posted By Godfear1
Solution Re: fancy borders with images... ?

Maybe I'm missing the point, but tables work pretty well for making rounded corners and nice borders. This is some code I came up with.


<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td...
Forum: Geeks' Lounge Nov 4th, 2006
Replies: 86
Views: 9,060
Posted By Godfear1
Re: My Birthday

Happy birthday Dani!
Forum: Geeks' Lounge Nov 4th, 2006
Replies: 9
Views: 1,488
Posted By Godfear1
Re: Happy Thanksgiving!

Thats interesting, I've never heard that before. Thanksging is my favorite holiday. Christmas is fun, I just don't like the other 363 days of stress saving up for it, then all the shopping. No, I'm...
Forum: Geeks' Lounge Nov 4th, 2006
Replies: 9
Views: 1,488
Posted By Godfear1
Re: Happy Thanksgiving!

I'd have to say my favorite is the sweet potatoes my mom made with melted marshmallows on top and walnuts, brown sugar. Mmmmm...
Forum: Community Introductions Nov 3rd, 2006
Replies: 6
Views: 909
Posted By Godfear1
Re: Hi from Rev. Ned

I agree, VS2003 is a great IDE. I had a free trial installed and I cried when it died, but VS express isn;t really that bad considering its free. Cha ching.
Forum: Community Introductions Nov 3rd, 2006
Replies: 3
Views: 778
Posted By Godfear1
Re: Greetings

Wow, Borland Pascal. Is that the same as turbo pascal? I took a turbo pascal course and hated every bit of it. But there was something intruiging about the language... Anyway, welcome to the...
Forum: Community Introductions Nov 3rd, 2006
Replies: 4
Views: 870
Posted By Godfear1
Re: Greetings Peoples..

Is it cold there yet? Its 33 degrees and raining here in idaho right now. I hope it snows. Nice to meet you RebelSage this is an awesome community we've got here. I'm new at this too.

Nickname -...
Forum: C# Nov 3rd, 2006
Replies: 8
Views: 4,039
Posted By Godfear1
Solution Re: P2P based chat

You need to create a button that starts the server. That way you can start it after GUI loads and you can use the same form for the client. Just add another button that connects to the server and...
Forum: Community Introductions Nov 3rd, 2006
Replies: 1
Views: 696
Posted By Godfear1
Greetings all. I'm a newbie

Home you are all doing well. This is a really impressiive site and I'm enjoying every bit of it.

I'm currently going to the University Of Phoenix and doing a tile job full time. I wouldn't mind...
Forum: C++ Nov 3rd, 2006
Replies: 20
Views: 2,487
Posted By Godfear1
Re: Standard Code Indentation

Thats got Java written all over it.
Showing results 1 to 40 of 44

 
All times are GMT -4. The time now is 7:29 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC