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.26 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-06-09
[13:16]<y-gz>microsoft is going to community way
[13:16]<y-gz>*the
[13:17]<kjr>well... gotta say that Vista looks pretty nice - sans some issues installing my drivers. For some reason the ULI drivers crashed quite a few times
[13:17]<zgzzcydjvgev>yeah
[13:17]<zgzzcydjvgev>their wiki is definately in beta though :P
[13:18]<zgzzcydjvgev>how new is it?
[13:19]<wyfaj`>released today.
[13:19]<zgzzcydjvgev>cool
[13:19]<kjr>wilco`, anything interesting on it?
[13:20]<kjr>oh weird... Vista has virtual networks - kinda like Hamachi
[13:20]<wyfaj`>nothing in particular, except that I believe it's a right move to centralize content
[13:20]<kjr>wilco`, worth linking?
[13:20]<y-gz>does what one writes on the wiki become MS belonging
[13:20]<wyfaj`>hopefully this makes it easier to just go to msdn, instead of searching all kinds of different sites to find something
[13:20]<y-gz>:D
[13:21]<wyfaj`>i-nZ: why would it?
[13:21]<zgzzcydjvgev>ugh
[13:21]<wyfaj`>what use would they have for it?
[13:21]<zgzzcydjvgev>microsoft doesnt understand how to do URLs though
[13:21]<wyfaj`>AnarkiDotNET: how do you mean?
[13:21]<zgzzcydjvgev>wiki's need the /wiki/articlename
[13:21]<wyfaj`>um
[13:21]<zgzzcydjvgev>not /en-us/mspxhgjhwekj/fhwue(ehwi).aspx
[13:22]<kjr>yeah... their URL schema is pretty random
[13:22]<wyfaj`>http://msdnwiki.microsoft.com/system.string
[13:22]<wyfaj`>nah
[13:22]<wyfaj`>as of msdn2 it's pretty neat actually
[13:22]<zgzzcydjvgev>oh and frames suck :P
[13:22]<kjr>wilco`, say my nick in ~5 seconds if you would
[13:22]<wyfaj`>AnarkiDotNET: there are multiple ways to identify 1 page
[13:22]<wyfaj`>Kog
[13:22]<kjr>thanks
[13:22]<kjr>wanted to see what it did when a window wanted attention
[13:24]<kjr>ohhhh schnap, they updated minesweeper
[13:24]<kjr>and the rest of the classic games too
[13:25]<zgzzcydjvgev>lol
[13:26]<wyfaj`>what do you think 98% of the desktop users do?
[13:27]<kjr>porn?
[13:27]<zgzzcydjvgev>who said i care wtf 98% of desktop users do?
[13:29]<wyfaj`>who said you said you care wtf 98% of the desktop users do?
[13:29]<zgzzcydjvgev>you did: <wilco`> what do you think 98% of the desktop users do?
[13:29]<wyfaj`>I wasn't talking to you
[13:32]<cjfm_fusyjg>noone?
[13:49]<`d0>hi is there a way we can DllImport all the functions?[DllImport("user32")] public static extern uint GetDC(uint hwnd); [DllImport("user32")] public static extern int ReleaseDC(uint hWnd, uint hDC); ...
[13:49]<`d0>I am doing that 1 by 1
[13:52]<wyfaj`>no
[13:53]<`d0>:s
[13:55]<zgzzcydjvgev>hmmm
[13:55]<zgzzcydjvgev>how big of a magnet would i need to erase my ipod's harddrive without opening the case? :)
[13:56]<wyfaj`>> this big <
[13:56]<zgzzcydjvgev>its got to be taken back and replaced anyway but i dont want the 16 dvds that are on there to fall into "enemy hands"
[13:56]<wyfaj`>why not just delete it by using your pc?
[13:56]<zgzzcydjvgev>...
[13:56]<edjg>Hello.
[13:56]<zgzzcydjvgev>because its BROKEN
[13:56]<zgzzcydjvgev>obviously
[13:57]<zgzzcydjvgev>why do people always assume that the easy way hasnt been tried yet?
[13:57]<wyfaj`>because the world is full of idiots and it'd be silly to make assumptions ;)
[13:57]<edjg>I have an OK button for a custom dialog that returns DialogResult.OK. Once the button is clicked, is there any way to abort the event within the event handling code? e.g. inside okayButton_Click(object sender, EventArgs e)?
[14:00]<edjg>I have a custom dialog that asks for username, among other things, and I want to prompt the user if they don't input a username, and abort the event if they don't
[14:00]<zzyrzjm>AnarkiDotNET: can you get into the debug menu?
[14:01]<zgzzcydjvgev>what debug menu?
[14:01]<wyfaj`>heh
[14:01]<zgzzcydjvgev>listen:
[14:01]<zzyrzjm>on the ipod
[14:01]<zgzzcydjvgev>i *CANNOT* connect the iPod to either of my PCs
[14:01]<zgzzcydjvgev>it causes the PCs to lock up untill the ipod is unplugged
[14:01]<zgzzcydjvgev>like, completely lock up
[14:01]<zgzzcydjvgev>i have a 4th generation ipod
[14:01]<zzyrzjm>if you hold the menu & select button it will reset
[14:02]<zgzzcydjvgev>probably doesnt have a debug menu
[14:02]<zgzzcydjvgev>oh that
[14:02]<kjr>time to go throw the old harddisk back in
[14:02]<zgzzcydjvgev>yes i tried that
[14:02]<zzyrzjm>when the apple log appears hold the select and left
[14:02]<zzyrzjm>s/lo/logo
[15:32]<svzz[wjzc]>hey guys, C# winform .NET 2.0 : I have a BindingSource that is a table of my Dataset, i do : DataRowView Row = (DataRowView)MyBindingSource.AddNew(); Row["ID_dos"] = MyId; so this should give me a new record in there with one of tis value set, the problem is : i create a Panel on-the-fly with several controls on it, i Bind them, then add the control to my form
[15:32]<svzz[wjzc]>and i get this exception : {"Object cannot be cast from DBNull to other types."}
[15:33]<svzz[wjzc]>should all the fields of my BindingSource be given a "default" value!?
[15:36]<dnscr>does AddNew return a real row, or copy?
[15:36]<dnscr>Maybe AddNew, and then set id on BindingSource.Current?
[15:37]<svzz[wjzc]>oh that's an interesting point i'll check that
[15:38]<svzz[wjzc]>hm... the first can't be... it would really be the first time i see an addnew return a copy, what would be the use of a copy anyway...
[15:39]<svzz[wjzc]>:P
[15:40]<dnscr>em whell Ex. GetChanges returns copy rows
[15:40]<fznmnful>Hello, programmers. I'm looking for a way to control the default-page on a windows server. E.g. www.mydomain.com would have a priority list, first looking for default.html, then default.asp (or even index.htm) and so on... I'm certain you can somehow maintain this list via web.config. The question is, how? Thank you for you answers
[15:42]<fznmnful>I may be offtopic, sorry if so. Didn't know where to ask this question.
[15:44]<svzz[wjzc]>meskab okay i get it it's because a new datarowview has all columns set to "nothing"... and when the control it's bound to try to show this, i get the exception... so i need to find out how to pull out default value from database
[15:46]<`d0>hi is it possible to make a interface between msaccess and mysql?
[15:47]<svzz[wjzc]>you mean connect MS Access to MySQL?
[15:48]<dnscr>StaZ[work] typed datasets?
[15:48]<svzz[wjzc]>meska what you mean by "typed"
[15:48]<dnscr>r u using typed dataset ?
[15:49]<svzz[wjzc]>`m0 if you mean connect an ADP file (database front-end MS Access) check MySQL's webstie for the ADO, or ODBC Connector
[15:49]<svzz[wjzc]>meska i don't know what "typed" refers to, if you mean that i fill it on my own with a loop or something no, it'S filled from a DataAdapter
[15:50]<`d0>I want to make a interface so it will be easy to switch from msaccess to mysql
[15:50]<svzz[wjzc]>`m0 O_O interface as in a class that is only a "prototype" implemented by other classes, or interface as a User Interface
[15:51]<dnscr>`m0 .net 2.0 has a DB factory patern implemeted







