IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.25 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-06-09
[22:55]<`d0>hmm
[22:55]<-- svgvsdyzgjvr xrs>/dev/null")
[22:55]<`d0>I think I should make my Database Object event driven
[22:55]<mrfjrrg_>You can call a static method in a class, but you still have to have a class. And if you have a class, then you just call it with namespace.class.method()
[22:57]<`d0>Erm, I will just not make it a control, I will make it another namespace within the project
[22:57]<kjr>AnarkiDotNET: you remember what the embedded ECMA script bit for C# was?
[22:58]<zgzzcydjvgev>no
[23:00]<lxlwgnz>when connecting to a server how do i programattically present my ssl client certificate?
[23:00]<zgzzcydjvgev>sslclient.presentyourcert()
[23:01]<lxlwgnz>i deserved that
[23:01]<lxlwgnz>i tell it to ppl all the time in here
[23:03]<`d0>hi can someone tell me why when I create two windows, SPLASH -> Main the Main appears as well when the splash comes up.
[23:03]<`d0>http://pastebin.com/770697
[23:03]<`d0>the code is small
[23:03]<`d0>10-15 lin
[23:04]<lxlwgnz>`m0
[23:04]<lxlwgnz>use .ShowDialog();
[23:05]<`d0>while the tablet is activated I show the window and close the splash screen, but the main window is showing always
[23:05]<lxlwgnz>that will wait until the splash closes
[23:05]<lxlwgnz>.ShowDialog() buddy
[23:05]<`d0>ah thank you
[23:06]<lxlwgnz>you may or may not have to give it the owner form depending on how you want it to behave modally
[23:06]<`d0>hmm
[23:07]<`d0>what is happening now is that it is only showing the splash screen
[23:07]<`d0>the main window not showing
[23:09]<zgzzcydjvgev>why do you need a splash screen?
[23:09]<lxlwgnz>so you need to Show the main form
[23:09]<zgzzcydjvgev>just a waste of space and time
[23:09]<lxlwgnz>when the splash closes
[23:09]<-- syzzzyus xzs puyv>http://www.bagdadsoftware.de")
[23:09]<`d0>yes
[23:10]<`d0>thats why I have the Tablet_Activated event
[23:16]<lxlwgnz>hold on buddy i'll take another look
[23:16]<lxlwgnz>`m0
[23:17]<lxlwgnz>get rid of the activated event handling method
[23:17]<lxlwgnz>and put the implemented code in the splash's code
[23:18]<lxlwgnz>and in this case do pass "this" to the ShowDialog
[23:18]<lxlwgnz>so that you can have the splash execute: Thread.Sleep(3000); this.Close(); this.Owner.Show();
[23:26]<snnsxzzl>ok, so i was playing with the built in publish features of VS2005. and i noticed thats it creates a different 'type' of installer. For example, as soon as it installs the software, it executes it without asking and also by default installs it in c:\program files\ of the end users computer. And moreover, it doesnt even include an installer. So, any comments on this?
[23:27]<snnsxzzl>uninstaller*
[23:30]<sdz>SeeSharp, yes: NSIS.
[23:30]<sdz>http://nsis.sourceforge.net/Main_Page
[23:30]<sdz>SeeSharp, the built-in publish feature of VS2005 is not suitable.. well, errr... at all.
[23:31]<snnsxzzl>i see
[23:31]<snnsxzzl>thanks







