Forum: C# Sep 26th, 2009 |
| Replies: 5 Views: 767 please mark this as solved |
Forum: C# Sep 25th, 2009 |
| Replies: 5 Views: 767 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: 8 Views: 203 See the attached project
Form1.Designer.cs :
namespace fitwebbrowserindinwindow
{
partial class Form1
{
/// <summary>
/// Required designer variable. |
Forum: C# Sep 25th, 2009 |
| Replies: 9 Views: 358 when you know as little as i do, in general, you are not afraid of gotten wrong like being arrogant. Even the installer thing in it self has dedicated books of thousand pages. So basically, in... |
Forum: C# Sep 25th, 2009 |
| Replies: 6 Views: 387 mark this thread as solved :D |
Forum: C# Sep 25th, 2009 |
| Replies: 6 Views: 387 We should create a generic c# thread class in daniweb. that class will be inherited by all the threads and will add some common things that we keep repeating. for example, post your code, attach your... |
Forum: C# Sep 25th, 2009 |
| Replies: 9 Views: 358 No one can compete with me in this field as sknake stated :) |
Forum: C# Sep 25th, 2009 |
| Replies: 9 Views: 358 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 25th, 2009 |
| Replies: 9 Views: 358 Well, :) that's true, i almost did everything that windows installer is able to do :) |
Forum: C# Sep 25th, 2009 |
| Replies: 8 Views: 954 Also mark this thread as solved. |
Forum: C# Sep 25th, 2009 |
| Replies: 21 Views: 1,395 |
Forum: C# Sep 25th, 2009 |
| Replies: 10 Views: 506 |
Forum: C# Sep 25th, 2009 |
| Replies: 1 Views: 205 Having seen you explained the header file question pretty well, i was encouraged to post this question that i kept wondering too.
How is the need for a make file handled in Visual Studio IDE?
... |
Forum: C# Sep 24th, 2009 |
| Replies: 13 Views: 778 i created a thread in geeks lounge "what do you think would be milestone web-social-application?", i would like to hear your opinions about that thread. Thanks in advance. |
Forum: C# Sep 24th, 2009 |
| Replies: 13 Views: 778 i find this thread so informative. keep posting guys, this is a very useful and enlightening discussion. thanks for your answers. |
Forum: C# Sep 24th, 2009 |
| Replies: 13 Views: 778 So you think c# is better than c++? if Narue were alive, she would prove you wrong as a well known c++ geek :) |
Forum: C# Sep 24th, 2009 |
| Replies: 13 Views: 778 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: 778 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 24th, 2009 |
| Replies: 8 Views: 625 why not clickable but clickthrouable? |
Forum: C# Sep 24th, 2009 |
| Replies: 4 Views: 267 yeah, history is about repetition.. |
Forum: C# Sep 24th, 2009 |
| Replies: 10 Views: 506 Watch some data access video tutorials on windowsclient.net
when opened with windows media play, hit shift+ctrl+N and it will take half as it would in normal speed. |
Forum: C# Sep 24th, 2009 |
| Replies: 21 Views: 1,395 make a public property of type UserControl, and return your private member user control, so you will have all sorts of access to your UserControl members. |
Forum: C# Sep 24th, 2009 |
| Replies: 4 Views: 267 i reported the thread, i hope it is going to be moved. |
Forum: C# Sep 24th, 2009 |
| Replies: 8 Views: 954 why would i do that :) at least this way it takes some time for them to catch it, and in the meanwhile i reach some people like you . |
Forum: C# Sep 23rd, 2009 |
| Replies: 10 Views: 592 i have a question here, you open an .msi by specifying a path to .msi.
i want to read that information without knowing the physical path of that .msi. i will use this from within custom installer... |
Forum: C# Sep 23rd, 2009 |
| Replies: 8 Views: 954 This is Turkish damn it :)
Let's do it Turkish way then, incorporating some ego in it. Private message Scott(sknake) and tell him that Serkan refered you to him to help this out.
i will take a... |
Forum: C# Sep 23rd, 2009 |
| Replies: 11 Views: 316 what are the questions that i didnt answer?
basically i need to set product name dynamically, that is all i need. |
Forum: C# Sep 23rd, 2009 |
| Replies: 11 Views: 316 You are becoming my most favorite poster in daniweb after Scott(sknake). |
Forum: C# Sep 22nd, 2009 |
| Replies: 11 Views: 316 Could you please test it for me? if that works i will add to your reputation for ten days. |
Forum: C# Sep 22nd, 2009 |
| Replies: 11 Views: 316 i tested it before asking, and it didnt work. |
Forum: C# Sep 22nd, 2009 |
| Replies: 10 Views: 592 no problem, i downloaded it before you post that. |
Forum: C# Sep 22nd, 2009 |
| Replies: 11 Views: 316 have you tested it, did it work? |
Forum: C# Sep 22nd, 2009 |
| Replies: 10 Views: 592 majestic0110, i will examine panayquil's code, then i will synthesize the knowledge and come back. |
Forum: C# Sep 22nd, 2009 |
| Replies: 11 Views: 316 how to set product name for windows installer through command line?
Thanks |
Forum: C# Sep 22nd, 2009 |
| Replies: 10 Views: 592 Thanks,
i looked at that code but
Database dbMsiFile = new Database(strFileMsi, OpenDatabase.ReadOnly);
even in that code it is not a defined type, what is that Database class? |
Forum: C# Sep 22nd, 2009 |
| Replies: 10 Views: 592 how to read values from msi database?
Thanks |
Forum: C# Sep 22nd, 2009 |
| Replies: 16 Views: 508 |
Forum: C# Sep 22nd, 2009 |
| Replies: 7 Views: 392 where is my reputation then ? :) |
Forum: C# Sep 22nd, 2009 |
| Replies: 7 Views: 392 i think my confusion comes from here :
discretion is derived from discreet not discrete
Main Entry: dis·creet
Pronunciation: \di-ˈskrēt\
Function: adjective
Etymology: Middle English, from... |