Forum: C# Feb 2nd, 2008 |
| Replies: 3 Views: 718 |
Forum: C# Jan 31st, 2008 |
| Replies: 4 Views: 555 Re: Updating a DGV? Well you references look good. Have you personally tried the code alostdruid posted? If so did you get errors on the two lines that he commented? |
Forum: C# Jan 30th, 2008 |
| Replies: 4 Views: 555 Re: Updating a DGV? Well I don't know why they throw errors (look fine to me) but I always added one more line of code.
try
{
SqlDataAdapter da = new SqlDataAdapter();
... |
Forum: C# Jan 30th, 2008 |
| Replies: 2 Views: 558 Re: Publishing Project I assume this is a ASP.Net project?
What I did was have my dev computer and the full blown IIS Webserver. After I made sure everything was perfect (code wise) on my dev machine and simply did a copy... |
Forum: C# Jan 30th, 2008 |
| Replies: 3 Views: 718 Reutrn String From Child Form Hi All,
I am having this issue and don't really know a good way to overcome it. I have a main form. With a click of a button another form is created. For the example let's just say it has a simple... |
Forum: C# Jan 30th, 2008 |
| Replies: 2 Views: 1,116 Re: reading a barcode using c sharp If you are using a barcode scanner usually the scanner itself will translate the physical barcode into a stream of numbers.
From there depending on type of barcode scanner it will bring the... |
Forum: C# Jan 18th, 2008 |
| Replies: 3 Views: 744 |
Forum: C# Jan 18th, 2008 |
| Replies: 3 Views: 744 Re: Nee help with sending text to child windows Define all of your games as classes. Then pass the class to your child window and have the child window read the value of the class and display them. Can't do a code sample for you right now. |
Forum: C# Jan 18th, 2008 |
| Replies: 3 Views: 1,368 |
Forum: C# Jan 18th, 2008 |
| Replies: 9 Views: 1,767 Re: Run exe only once on one machine Also if you want to shell out some cash (which I hate to do) you can use the .Net Reactor.
http://www.eziriz.com/products.htm
Then you can actually use licenses and such and it's perfect for... |
Forum: C# Dec 30th, 2007 |
| Replies: 2 Views: 747 Re: DataBinding When I first got my Windows Mobile 5 phone I was so excited I could program on it with C#. I started poking around to see what I could do I can came across this guy on... |
Forum: C# Dec 30th, 2007 |
| Replies: 6 Views: 1,189 |
Forum: C# Dec 30th, 2007 |
| Replies: 8 Views: 5,032 Re: How to send am Email using c# ? I have actually seen what 1qaz2wsx7 is talking about. It's actually pretty cool. I first saw it at work when a end user needed some help. She was using a Access DB that on one of the forms would... |
Forum: C# Dec 30th, 2007 |
| Replies: 1 Views: 1,507 |
Forum: C# Dec 30th, 2007 |
| Replies: 1 Views: 1,738 |
Forum: ASP.NET Dec 20th, 2007 |
| Replies: 4 Views: 1,468 Re: Radiobuttons within Gridview Here is two websites for you that will answer your questions (I hope).
This will get you familiar with using SQL DataSource. Which I think you already... |
Forum: Geeks' Lounge Dec 11th, 2007 |
| Replies: 12 Views: 1,839 Re: does anyone remember Total Annihilation Actually I am happy to tell you all that some programmers still keep TA alive. They redone the entire game with a new graphics engine.
http://spring.clan-sy.com/
Free download and still quite a... |
Forum: C# Oct 18th, 2007 |
| Replies: 1 Views: 2,363 |
Forum: C# Oct 18th, 2007 |
| Replies: 1 Views: 2,363 |
Forum: C# Oct 9th, 2007 |
| Replies: 17 Views: 3,583 Re: Returning Multiple Objects Yes I completely agree not efficient by any means. I wasn't thinking quite straight when I asked the question but now after the feedback I have received there are always more than one way to do... |
Forum: C# Oct 7th, 2007 |
| Replies: 17 Views: 3,583 Re: Returning Multiple Objects 1. If C# supported multiple return from functions in my mind I would imagine it to go something like this.
string strString1 = this.ReturnTimeDate(1);
string strString2 =... |
Forum: C# Oct 6th, 2007 |
| Replies: 17 Views: 3,583 |
Forum: C# Oct 5th, 2007 |
| Replies: 17 Views: 3,583 Re: Returning Multiple Objects That is so sly but makes perfect sense. I knew about ref and out but was thinking too small as in 1 variable. Bad on my part.
Thx |
Forum: C# Oct 3rd, 2007 |
| Replies: 17 Views: 3,583 Re: Returning Multiple Objects Thx
I have concluded that if you have to return multiple values from a function that is called your probably didn't think something logically correct to begin with.
Rather than trying to find a way... |
Forum: C# Oct 2nd, 2007 |
| Replies: 17 Views: 3,583 |
Forum: Computer Science and Software Design Oct 2nd, 2007 |
| Replies: 6 Views: 6,997 |
Forum: C# Oct 2nd, 2007 |
| Replies: 17 Views: 3,583 Returning Multiple Objects Hi All,
I have a question and can't seem to find a answer anywhere. A normal function can void or return a object.
public void CoolFunction()
{
//Some Code
} |
Forum: C# Oct 2nd, 2007 |
| Replies: 2 Views: 2,780 |
Forum: C# Oct 2nd, 2007 |
| Replies: 3 Views: 629 Re: Barcode Problem I know that certain barcode scanners will only support certain barcodes. Example, the more you paid for usually the more it reads. Also I think there is even 3D barcodes like UPS uses.
Also try to... |
Forum: C# Oct 2nd, 2007 |
| Replies: 6 Views: 540 Re: C# and .Net 1.0 If you are running Active Directory and have the ability to assign GPO(Group Policy Objects) just add the .Net 2.0 MSI under the Software Installation on the Computer Configuration.
When the user... |
Forum: ASP.NET Mar 25th, 2007 |
| Replies: 5 Views: 2,350 |
Forum: ASP.NET Mar 25th, 2007 |
| Replies: 4 Views: 15,836 |
Forum: ASP.NET Mar 25th, 2007 |
| Replies: 8 Views: 1,623 Re: Making ASP.Net pages better looking It so seems that AJAX goes far and beyond to stuff that you normally don't see for a normal webpage. I also found I guess the codename for AJAX and ASP.Net is Atlas. I was the book store the... |
Forum: ASP.NET Mar 23rd, 2007 |
| Replies: 8 Views: 1,623 Re: Making ASP.Net pages better looking Wow thank you both. Ajax was something I already read and heard about but thought it was something that I have to purchase.
Also the website looks wild and nothing like a standard asp page.
Thank... |
Forum: ASP.NET Mar 20th, 2007 |
| Replies: 3 Views: 1,347 |
Forum: ASP.NET Mar 20th, 2007 |
| Replies: 3 Views: 1,347 Re: separate dropdownlist for dates Here is this
http://www.daniweb.com/techtalkforums/thread33190.html
Also make sure you do a mm/dd/yyyy format.
Ever thought about using the calender web control? |
Forum: C# Mar 20th, 2007 |
| Replies: 2 Views: 4,499 Re: Importing excel data to sql server Try this,
http://www.c-sharpcorner.com/UploadFile/mgold/HowtoOepnandReadanExcelSpreadsheetinaListViewin.NET11282005034134AM/HowtoOepnandReadanExcelSpreadsheetinaListViewin.NET.aspx |
Forum: C# Mar 20th, 2007 |
| Replies: 5 Views: 1,582 Re: Why my application's Buttons are old fashion? One thing too is for me on my XP setting I have all the flash appearances fancy shading turned off to gain the extra performance.
When all the setting are turned up in XP you will get the cool... |
Forum: ASP.NET Mar 20th, 2007 |
| Replies: 8 Views: 1,623 Making ASP.Net pages better looking Hi all,
I have been writing several ASP.Net projects and they all turn out fine and run dandy. When I look at them it still seems like something is missing. It has no appeal at all, looks like I just... |
Forum: C# Feb 9th, 2007 |
| Replies: 0 Views: 1,245 GDI+ Bounding Box Idea Hi All,
Well I am for the first time messing with GDI+ and figured it's what I need to do for my project.
I have been drawing shapes and pens and filling them in sorta like paint but I would like to... |