Forum: HTML and CSS Jan 13th, 2007 |
| Replies: 8 Views: 1,886 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 |
Forum: HTML and CSS Jan 13th, 2007 |
| Replies: 10 Views: 2,144 |
Forum: HTML and CSS Jan 11th, 2007 |
| Replies: 10 Views: 2,144 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 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 |
Forum: C# Nov 18th, 2006 |
| Replies: 3 Views: 7,878 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 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 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 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 |
Forum: C# Nov 13th, 2006 |
| Replies: 5 Views: 1,696 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 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 |
Forum: Community Introductions Nov 8th, 2006 |
| Replies: 4 Views: 1,296 |
Forum: C# Nov 7th, 2006 |
| Replies: 1 Views: 1,422 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 |
Forum: C# Nov 7th, 2006 |
| Replies: 3 Views: 964 |
Forum: C# Nov 7th, 2006 |
| Replies: 4 Views: 3,567 |
Forum: Community Introductions Nov 7th, 2006 |
| Replies: 2 Views: 910 |
Forum: C# Nov 7th, 2006 |
| Replies: 3 Views: 964 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 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 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 |
Forum: JavaScript / DHTML / AJAX Nov 4th, 2006 |
| Replies: 10 Views: 2,704 |
Forum: Geeks' Lounge Nov 4th, 2006 |
| Replies: 2 Views: 849 |
Forum: Community Introductions Nov 4th, 2006 |
| Replies: 4 Views: 646 |
Forum: DaniWeb Community Feedback Nov 4th, 2006 |
| Replies: 4 Views: 1,305 |
Forum: Community Introductions Nov 4th, 2006 |
| Replies: 4 Views: 870 |
Forum: Community Introductions Nov 4th, 2006 |
| Replies: 4 Views: 646 |
Forum: HTML and CSS Nov 4th, 2006 |
| Replies: 10 Views: 7,554 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 |
Forum: Geeks' Lounge Nov 4th, 2006 |
| Replies: 9 Views: 1,488 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 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 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 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 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 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 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 |