@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8



Comments:

<0> with this code? i wouldnt think so
<1> hmmm but all the quicksorts i see end with calling the two sublists again
<0> you gotta find a new sort method
<0> try this
<0> http://pscode.com/vb/scripts/BrowseCategoryOrSearchResults.asp?txtCriteria=bubble+sort&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE&lngWId=1&B1=Quick+Search&optSort=Alphabetical
<0> see if you can find something small and usable
<2> anyone knows how I can use windows thumbnails browser? like the one you see in explorer?
<1> with shell API i believe
<2> yeah thats what I am looking for. examples for that
<3> is it possible to keep the GUI from freezing wihtout using threading?
<3> does application.doevents kinda keep the gui responsive?
<4> application.doevents will do the job
<4> slaggy way of doing it though
<5> slag
<6> is it possible to capture the device-context of a minimized window?
<4> why shouldn't it be?



<4> unless you mean to capture the image data of the dc
<4> because that'll return nothing if it's minimized
<7> do i need to send a vbcrlf after each time i'm sending data with winsock?
<8> nah, usualy u use it to parse incoming data
<8> vbcrlf and split()
<7> but i know i had problems sending data in my chat software
<7> and someone told me to send vbcrlf and it helped
<7> but now i lost it, and if i'm sending vbcrlf and i'm adding it to the textbox it add a newline which wasn't in the one i alraedy built :|
<9> Hi, http://img226.imageshack.us/my.php?image=screenshot1qo9.jpg Does anybody know how i can make the listbox more modern looking? It looks so ordinary and oldish, is there a way to give it a "flashier" style? Can anybody help me? Thanks in advance...
<10> anyone know of a good way to avoid asp.net giving ugly timeout errors when sql queries take a long time? like is there a way to have a animated graphic on the screen and my program can set its own time that it decides is too long?
<11> Halo_Four, in tsql using table variables, is there a way to get a copy of a table schema and use it instead of manually having to create every field youre going to be using?
<12> Not with table variables, no.
<11> oh then this outta be fun, they have tons of SP's that do Select into #temp
<12> Yeah, table variables can't really emulate that
<11> yeah it would just require a rewrite of the entire sp
<11> its only 1 programmer that really does this
<12> You sure table variables will provide better performance than temporary tables? I've not seen (official) documentation of this.
<5> ***
<12> hey divil
<11> yea i dunno what you mean by official other than articles on ms's site
<5> hi
<11> but theyre just articles
<12> Question for you, divil. You going to provide a method through which a tab can be highlighted in an alternate color?
<12> I ***ume you're not going to go full out and support the non-client area drawing that office has, but those extra tabs show up in purple in the Vista theme.
<5> contextual tabs aren't in the beta
<5> but they will be
<12> oh okay
<5> and yes, I will be supporting full nonclient drawing
<12> Nice.
<12> Clicking on any of the tabs reexpands the ribbon, btw.
<12> Only other thing I can think of right now that O12 has that you don't is that the dropdowns have an expander grip at the bottom.
<5> right
<12> Only other questions I have are more or less semantic. Aren't the "tabs" really called ribbons? Also, isn't there a better name than "chunk"? I thought those were the galleries.
<11> Halo_Four this sql box gets several hundred recompiles per min
<11> lots of object not found errors too
<11> from the way they use #temp tables
<12> I don't use temp tables much. I have one set of sprocs that do because I wanted extra indexing, and another set of sprocs that do because they work on data already accumulated by the client.
<13> so whats the story bout the topic? xD
<12> I think it's self-explanatory.
<14> ho hum
<11> Halo_Four i'm going to figure it out eventually, but what alternatives do you know of to Select into #temp?
<11> one reason its slow is because of the locking that occrs when the temp table is built
<12> locking that occurs on what? The temp table?
<11> yeah
<11> er no, it locks system tables
<12> According to sql-server-performance that was resolved in SQL Server 7.0
<5> halo: incorrect
<5> ribbons have tabs, tabs have chunks
<12> That's MS' terminology?
<5> indeed
<12> Okay. "Chunk" just seems a little rough for MS. What are galleries then?
<14> icBlowChunks
<5> galleries are the scrollable regions with previews of selections
<5> like the underlines gallery and styles gallery in the sample app
<5> http://blogs.msdn.com/jensenh/archive/2006/07/17/667971.aspx
<5> the new color scheme is "silver"
<12> O12 also permits for the "chunks" to shrink themselves to provide more space if the window is too small to display all options.
<12> And a small chevron will appear if the chunks don't fit even then
<5> I'm so glad they've reworked the top-left corner
<12> You looking into any of that?
<5> halo: and in office, there is code to manually resize every single item to do that



<5> it's a manual process which you're free to do in your apps too :)
<12> Not surprising.
<11> http://www.sql-server-performance.com/jg_derived_tables.asp --- this is interesting
<11> instead of using temp tables
<12> Well, the chevron would be nice at least, to scroll the ribbon :)
<12> I was thinking that if you wanted to get into such advanced layout that you could probably work a priority system where if the ribbon ran out of space it would work right to left determining what nested controls it could remove to affect the size of each chunk until it had enough space for all of them
<5> chevron?
<12> More like a thin button with an arrow on it that scrolls the ribbon.
<12> Check your IM
<12> Interesting, clicking in the titlebar in the area of the non-client drawing highlights that tab
<12> The tabs themselves shrink in, too. And if they shrink to the point that they can't draw their text little borders start to appear between then.
<12> them
<5> yeah, I know the tabs do
<5> chunks just shrink because their items are hardcoded to change depending on screen realestate
<12> Just noting the differences in behavior.
<5> I'm still unsure about these chevrons you'r eon about
<15> those little arrowish icons
<12> Does Office 12 have the same shading animations? I'm running it in VPC and it doesn't.
<5> it sure does
<5> try switching RightToLeft on your form at design time
<5> you'll notice everything is exactly mirrored for RTL languages
<15> "...now there's nothing more ****ed up I could do...wish there was something real, wish there was something true..."
<15> nothing beats nin for programming music
<5> ...except silence
<12> Old NIN, sure.
<12> His new **** ****s.
<15> divil: I lose focus without a beat
<12> I need to find new music.
<15> halo: the newest tool album is seriously awesome
<15> 10,000 days
<12> I thought he was Perfect Circle?
<5> halo: I see what you mean by chevron
<15> perfect circle is a side gig.
<12> Yeah, it's got the little half-arrow.
<15> and I like perfect circle ok I guess...but it ain't tool
<5> we probably won't support that in initial release
<11> do more drugs, make better music
<15> riz: if that were the key I'd be a rock star
<15> I think I'm not angry enough
<5> just think about crazy religious cults
<11> Purple- it is indeed a key factor in good music
<11> good drugs
<15> divil: that definitely helps
<11> yep, lots
<15> riz: I've definitely played some good stuff on acid...I just need somebody sober there to hit "Record"
<15> les claypool is definitely a shroom eating mofo
<15> lol
<15> buhbye divil :)
<16> heh
<11> new topic
<17> say i create a cl*** in a seperate .vb file and add it to a current project
<18> Halo_Four, i got the new tool album for 6.74 shipped from overstock http://slickdeals.net/category/newdeals/?daysago=20#p7704
<12> I was never big on Tool.
<17> and i cant access any functions (they are declared public) from the main form
<17> what have I done wrong or havent done
<18> did you declare an instance of the cl***?
<12> Probably aren't creating an instance of the cl***
<17> o that would do it, i was thinking like a module. thankyou
<18> You could make all the functions shared that you want to access with out instanating the cl***.
<6> do u support vb.net?
<18> Is it shared? I think it is
<18> to early
<12> We don't support anything.
<18> I support my wife and a cat
<16> Halo is an athletic supporter
<15> peer: "support"? heh
<6> HebrewCleander
<6> how i add that to a project
<18> Of course
<15> I support drug use, hard music, and lesbians
<16> hrm.. is that necessary for some Kosher cl***? :P
<18> I support substance abuse in general
<6> yes
<15> oe: pork free coding...it's all the rage in new methodologies


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #visualbasic
or
Go to some related logs:

#politics
zephrenin
#computers
#windowsxp
#debian
#beginner
#qmail
#computers
#computers
#solaris



Home  |  disclaimer  |  contact  |  submit quotes