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: 1992.92 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-05-20
[14:31]<fqwfyc0>-i'ts sharing
[14:31]<fqwfyc0>-warez is sth different
[14:32]<scyl>-p2wlik0: video.google.com is all you're getting here
[14:32]<kjr>+p2wlik0: you looking for copywritten content...?
[14:32]<fqwfyc0>-oh, thx
[14:32]<fqwfyc0>-yeah
[14:32]<scyl>-bye
[14:33]<fqwfyc0>-listen
[14:33]<fqwfyc0>-nevermind
[14:33]<fqwfyc0>-i am working on a project
[14:33]<fqwfyc0>-a keymaker
[14:33]<rgmznrs__>-...
[14:33]<fqwfyc0>-i need an algorithm
[14:33]<fqwfyc0>-joining chars into a string
[14:33]<fqwfyc0>-doing it randomly
[14:33]<fqwfyc0>-aa
[14:33]<fqwfyc0>-ab
[14:33]<fqwfyc0>-ba
[14:34]<fqwfyc0>-itd
[14:34]<kjr>+for the love of god, at least use one sentence per line
[14:34]<fqwfyc0>-etc
[14:34]<fqwfyc0>-ok
[14:35]<fqwfyc0>-maybe you can do sth like that
[14:35]<kjr>+I'm going to guess "sth" is supposed to mean "something?"
[14:36]<kjr>+if so, there are a few ways to generate random strings
[14:36]<prsvfd>+n00b question: when someone performs a search on my main form, i have a small form pop up to refine the search result.. e.g. main form: FormRefine frmRefine = new FormRefine(places);
[14:36]<prsvfd>+ frmRefine.Show();
[14:37]<fqwfyc0>-ok
[14:37]<fqwfyc0>-so fast way
[14:37]<prsvfd>+FormRefine contains a ListBox... how could i send the value of what is clicked
[14:37]<prsvfd>+back to the main form...
[14:37]<prsvfd>+in FormRefine i have private void lstRefine_SelectedIndexChanged(object sender, EventArgs e)
[14:37]<prsvfd>+event handler...
[14:38]<fqwfyc0>-i precise my thoughts
[14:38]<fqwfyc0>-how to not repeat the created strings
[14:38]<fqwfyc0>-?
[14:41]<prsvfd>+how about making the private int lstRefine_SelectedIndexChanged(object sender, EventArgs e)
[14:42]<prsvfd>+or get the event handler to set the value of a public attribute..
[14:45]<azyfm>+fastly: just raise an event
[14:46]<azyfm>+have the main form handle it, then ask the refine form for its current value
[14:46]<azyfm>+fastly, here's an example: http://ankhsvn.com/svn/finalproject/trunk/tools/ErrorReport/ErrorReport.GUI/TemplateList.cs
[14:47]<fqwfyc0>-nobody wants to help me:(
[14:47]<azyfm>+here's another (they're pretty similar): http://ankhsvn.com/svn/finalproject/trunk/src/Ankh.UI/PopUpListForm.cs
[14:48]<fqwfyc0>-eclipse is fo Java
[14:48]<fqwfyc0>-i think
[14:48]<fqwfyc0>-for
[14:48]<azyfm>+it has plugins for various languages
[14:48]<fqwfyc0>-yoere a girl
[14:48]<fqwfyc0>-?
[14:48]<azyfm>+no
[14:48]<fqwfyc0>-that nick , nevermind
[14:49]<azyfm>+it's a side form of Harald, which is a very common name for Norwegian kings
[14:50]<fqwfyc0>-oh
[14:50]<fqwfyc0>-i see
[14:50]<azyfm>+and it's my name, not a nick
[14:51]<fqwfyc0>-ok
[14:51]<fqwfyc0>-my apologise
[14:52]<fqwfyc0>-i wonder how to break codes
[14:52]<fqwfyc0>-and i want to write my own program
[14:55]<dyguw>-ACTION surrenders his DocumentView library
[14:55]<fqwfyc0>-whats the name of this plugin
[14:55]<jyvnzs>-you want to learn how to break codes?
[14:56]<fqwfyc0>-yes
[14:56]<jyvnzs>-http://sweetremember.blogspot.com/2006/05/introduction.html
[14:56]<jyvnzs>-start here
[14:57]<fqwfyc0>-a love story
[14:57]<jyvnzs>-or so it would appear
[14:57]<fqwfyc0>-ok
[14:57]<fqwfyc0>-nice channels
[14:57]<fqwfyc0>-channel
[14:57]<fqwfyc0>-respect
[14:57]<fqwfyc0>-i must go
[14:57]<fqwfyc0>-i'll be back
[14:58]<fqwfyc0>-bye
[15:43]<dyguw>-How do I get paper size and stuff about the default printer without using the PrinterDialog?
[15:45]<dyguw>-The specific thing I want is PageBounds
[15:54]<dyguw>-I hate scaling, is there any good way to scale screen data to printer pages?
[15:54]<dyguw>-Specifically fonts..
[15:54]<jyvnzs>-PJL
[15:55]<jyvnzs>-or Postscript
[15:56]<dyguw>-Nope, can't use that now... creating a little simple report system.
[15:57]<dyguw>-Anyway, is there anyway to get the size of a string in pixels? Width and height?
[15:58]<jyvnzs>-use a graphics object
[15:58]<jyvnzs>-.MeasureString();
[15:58]<dyguw>-ah
[15:58]<dyguw>-=)
[15:58]<dyguw>-thanks
[16:01]<dyguw>-Jivers: How do I access that if I am not in a Paint method?
[16:01]<jyvnzs>-create some useable graphics context
[16:02]<jyvnzs>-like a bitmap in memory
[16:02]<dyguw>-okay
[16:08]<afd>+hmmmm
[16:09]<afd>+is there any tool that can generate class diagram from c# 2.0?
[16:11]<dyguw>-Hmm, perhaps I can scale a Rectangle so that it fits the size of the paper in the printer.
[16:12]<dyguw>-Or perhaps skip pixels and points and shit and just do everything in %.
[16:15]<dyguw>-Jivers: Do you know how I can retrieve default printer data without going through a PrintDialog?
[16:27]<azyfm>+minux: can't you get it from a System.Drawing.Printing.PrintDocument object?







