Forum: C# Sep 25th, 2009 |
| Replies: 5 Views: 928 see the attached project too :
Form1.cs :
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using... |
Forum: C# Sep 25th, 2009 |
| Replies: 9 Views: 413 stoymigo, for additional steps dont add more UI pages to your setup wizard dialog. instead of doing that, create a custom installer class library project. In that project override on after install... |
Forum: C# Sep 24th, 2009 |
| Replies: 13 Views: 931 No i posted it to here to have Scott involved in the conversation.
Today he is in good mood. And also i really wonder how c# deals without having header files, if that can be done, why c++ has... |
Forum: C# Sep 24th, 2009 |
| Replies: 13 Views: 931 i wonder it, because i hate c++ header files. if c# compiler has a way of getting rid of them, why cant c++ do?
here some similar info but i am not satisfied.... |
Forum: C# Sep 22nd, 2009 |
| Replies: 7 Views: 436 where is my reputation then ? :) |
Forum: C# Sep 21st, 2009 |
| Replies: 18 Views: 1,005 the following escape sequences cause [] in listview. Is there any way to fix it?
Form1.cs :
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;... |
Forum: C# Sep 17th, 2009 |
| Replies: 10 Views: 785 hi guys,
i need to pass product version information from windows installer to custom installer, i am almost sure that you dont know the answer but that is fine, it is also important for me to show... |
Forum: C# Sep 15th, 2009 |
| Replies: 12 Views: 1,769 class1.cs :
using System;
using System.Collections.Generic;
using System.Text;
namespace WindowsApplication4
{
class Class1
{ |
Forum: C# Sep 15th, 2009 |
| Replies: 12 Views: 1,769 i am also active man, where is my reputation? the one who asks the quality question is valuable as the one who answers properly right? |
Forum: C# Sep 15th, 2009 |
| Replies: 12 Views: 1,769 guys i need an error-free way of keeping name value pairs in a regular c# string. i am quite busy, i dont think i am able to come up with the best algorithm now. what i want is two methods one to add... |
Forum: C# Sep 11th, 2009 |
| Replies: 18 Views: 817 if you cant ++rep him, you are always welcomed to ++rep me :) |
Forum: C# Sep 11th, 2009 |
| Replies: 18 Views: 817 yes i want that list and further to be able to operate with add/remove programs using c#. |
Forum: C# Sep 10th, 2009 |
| Replies: 5 Views: 1,058 create your UML use case diagrams first. then create your activity diagrams and class diagrams. if you do that using microsoft visio, it even creates database tables from class diagrams. |
Forum: C# Sep 9th, 2009 |
| Replies: 5 Views: 779 without touching the datasource, you can add your column to your gridview directly.
the project is attached to this post.
Form1.cs :
using System;
using System.Collections.Generic;
using... |
Forum: C# Sep 9th, 2009 |
| Replies: 7 Views: 376 <!-- -->
the sample is attached. |
Forum: C# Sep 8th, 2009 |
| Replies: 5 Views: 262 |
Forum: C# Sep 1st, 2009 |
| Replies: 6 Views: 939 This is as you see in the creation date, solved two months ago.
But today i needed it again and i searched google and i found my own thread :D You still have chance to add to my reputation though :) |
Forum: C# Sep 1st, 2009 |
| Replies: 2 Views: 232 ok guys my reputation altering power is 7, i will add to your reputation during ten days if you help me name the product dynamically from the command line using windows installer (.msi) setup... |
Forum: C# Aug 31st, 2009 |
| Replies: 6 Views: 557 i made a work around for this, i dont know if this is the best way possible, but it works.
private bool multiSelect = false;
public bool MultiSelect
{
get
{
return multiSelect;... |
Forum: C# Aug 28th, 2009 |
| Replies: 6 Views: 557 ListViewItemCollection class has no constructor, so i cant create an instance. the listview in compact framework does not have SelectedItems property, so i want to create it. I want to iterate... |
Forum: C# Aug 28th, 2009 |
| Replies: 21 Views: 802 hi all:)
i got confused in this point:(
i have questions that i don't understand it well
knowing that i have searched a lot but i don't know i didn't understand it yet
1-when it is really... |
Forum: C# Aug 25th, 2009 |
| Replies: 7 Views: 2,614 one must agree that i started this convention of posting solutions as zip files along with codes. Come on guys just acknowledge the fact. I am the father of posting the entire ready to run solutions ... |
Forum: C# Aug 25th, 2009 |
| Replies: 6 Views: 400 1) Anonymous methods have access to the local state of the containing function member.
- true
2) An anonymous method requires an explicit method signature
- false
3) An anonymous method can... |
Forum: C# Aug 21st, 2009 |
| Replies: 6 Views: 676 In Turkey we have a saying for what you want(in Turkey public transportation by bus is so common):
"You want a seat both near the window and right behind the driver." |
Forum: C# Aug 20th, 2009 |
| Replies: 6 Views: 676 http://www.daniweb.com/forums/thread195166.html |
Forum: C# Aug 18th, 2009 |
| Replies: 4 Views: 648 go fa ya app and ma it a roole and pu it in ya a... |
Forum: C# Aug 7th, 2009 |
| Replies: 8 Views: 382 here see the code below, and i also attach the working solution to this post.
Form1.cs :
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;... |
Forum: C# Jul 20th, 2009 |
| Replies: 24 Views: 765 you start then, i just suggested ddanbe as he looks older :) |
Forum: C# Jul 19th, 2009 |
| Replies: 24 Views: 765 i am surprised that it didnt generate any errors though, it must have thrown filenotfoundexception. |
Forum: C# Jul 17th, 2009 |
| Replies: 6 Views: 888 |
Forum: C# Jul 15th, 2009 |
| Replies: 8 Views: 636 i attach the whole project to this post. |
Forum: C# Jul 13th, 2009 |
| Replies: 8 Views: 636 Since listview control in .net framework 2.0 does not have a datasource property, it is not bindable to neither datatable nor generic lists. i created a derived custom listview that is bindable to... |
Forum: C# Jul 1st, 2009 |
| Replies: 6 Views: 1,416 i think the problem is in the code where you create the html file. probably you work with some streamwriter and you forgot to close the stream, so it does not allow you to delete the file without... |
Forum: C# Jun 30th, 2009 |
| Replies: 19 Views: 1,161 ok Ramy, i attach the entire project to this post. you will compile the setup project and copy and paste the generated .msi file to your c folder(you can run it at where it is but i just give example... |
Forum: C# Jun 29th, 2009 |
| Replies: 9 Views: 882 very good catch, then you need to add custom action dll(custom installer class) to your setup project and and override on after uninstall event and you should manually delete that folder. |
Forum: C# Jun 29th, 2009 |
| Replies: 30 Views: 1,581 the examples above are vulnerable to sql injection. user can enter ' into textbox and can drop the database. |
Forum: C# Jun 26th, 2009 |
| Replies: 16 Views: 558 i dont care :)
i lost all my points because of Narue anyway :)
i keep changing my color from orange to green then back to orange.. then to green. |
Forum: C# Jun 26th, 2009 |
| Replies: 16 Views: 558 see kspriya01 makes us come together and agree on something for the first time :)
we have no doubt that we dont understand him :)
what a commonality among us :D |
Forum: C# Jun 18th, 2009 |
| Replies: 1 Views: 369 i solved this issue, right click the each individual project in your solution and then click properties and then go to devices tab, deselect "deploy the latest version of the .net compact... |