@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> VB.NET 2.0: When I try DataRowView = BindingSource.AddNew, I get "Invalid operation, List is ReadOnly or Fixed Size" but when I check BindingSource.IsFixedSize and .ReadOnly, both are False. Any idea what I should look at next?
<0> Oops, meant to say .IsReadOnly not .ReadOnly
<0> Disregard.
<1> where can i enable filetype .nnc to be automatically downloaded and opened by my IE ?
<1> is it in internet options?
<1> sorry non vb related.
<1> so that it does not ask to save or open.. just opens.
<2> file explorer options
<1> hmm.
<1> folder option? under file type?
<2> yas
<2> theres an option to add there
<1> but how do i tell it to open.
<1> without asking durring download
<2> no idea
<2> google it



<1> to open from internet..
<3> VB.NET 2005: hi, im using ReadAllBytes and saving into a byte array. How do i clear the byte array so it releases used memory after im done writing back the contents?
<3> dispose of the byte array
<3> ?
<4> is there a easy way to do a recursive pattern on getting files in sub-directories>
<5> dispose
<5> array.displose
<3> Basic__ dispose is not a member of System.Array
<6> [01:34] <6> Don't all flavors of linux taste like ****?
<6> its true
<4> is there a way to create a dynamic array string
<3> anyone?
<5> is it legal to use windows xp icons in your application?
<7> yea sure
<5> is it tough? legally usable in application?
<7> dude
<7> im as sure of it as i am sure your last name ends with "ian"
<5> vb.net express registration <<< MS said would get free Icons sets.. <<< I dont see where youget them tough.. I need icons.
<7> okie?
<5> whats that mean?
<7> ur last name ends with ian right?
<5> what is that?
<7> letters of the alphabet
<5> ian?
<7> I - A - N
<5> there is no ian in my last name.. well in that order :)
<7> no?
<5> why would there be?
<7> what was the language you grew up speaking?
<5> tangalog
<7> sorry try again
<5> ?
<7> the other nite you said armenian
<7> now you say tangalog (which is not correct either)
<5> whats that?
<7> so you speak tagalog eh?
<5> http://www.omniglot.com/writing/tagalog.htm
<5> but i dont remember anything.
<5> :(
<7> you lie so much bitch
<5> ok
<7> dude i know what tagalog is, you dont need to show me a fukin website you lying bitch
<7> you grew up speaking it my ***
<7> mabutay
<8> Interval = 2000
<8> is that 2000 seconds?
<8> or 2000 random ticks
<7> 2000 ms
<9> timer is milisecons
<9> 1000 interval = 1 sec
<7> i think i just said that idiot
<9> oh didn't saw ur messege
<9> although i'm not sure he know what ms is
<7> ur an ***
<7> milliseconds
<9> i know what it is, i said i don't think he does
<9> so stfu
<7> he said his name is stu
<7> how cute
<5> mustafa
<10> Hi, if i have a Calculation stored in a variable how do i sum it from the variable, IE person via input box p***'s me 5*(10 + 2)/4, i place it in a variable... Can i just sum it there some how ?



<10> like i could loop through it char by char and work out the correct math order and total it as i go but is there a way that i can get it to sum the calculation in the variable for me
<11> no
<10> hey got it a guy in a vb forum had the answer Eval(), thanks for your help
<11> that's vbscript
<10> yeah, well i really wanted to do this in VBA "Access" but couldn't work it out so i played around in VB trying to work it out... So this waswhat i needed
<12> in vb6, i created an empty image box and placed it over a certain area of an image as a hot spot. if a user clicked this area of the image, the image box events would kick in.
<12> how can this be done in vb.net?
<12> there aren't any imageboxes, and neither picture boxes, panels or labels can have transparent backgrounds.
<11> why not write some actual drawing code?
<13> because he's not drawing
<13> he needs hittest code
<11> write not write some actual hittest code?
<14> is it just me, or is dilbert taking a shot at Iran?
<15> hey divil
<15> You know of any trickery to aid in lining up two labels side-by-side in .NET 1.x so that they appear to be effectively one label?
<16> use one label and two private variables
<11> graphics.measurestring
<16> and just update one lable
<16> by concatenating
<15> Bode: One's a regular label and the other is a link label, so they can't be in a single control. Otherwise that would be the obvious choice.
<16> oh
<16> :)
<16> i thought maybe you finally burnt out
<15> divil: I'll futz around with it some more but it appears that the rect that MeasureString returns isn't perfect.
<11> it is, but you need to set up the same stringformat that the label is using
<11> and account for any padding it adds itself
<15> hm, okay.
<11> you know linklabel can display only part of the label as a link, right?
<11> :P
<15> Is that right?
<11> is it.
<11> you specify a start character index and number of characters.
<15> ahhh
<15> Well that would resolve the whole thing then
<11> you ****
<15> Yes, sometimes I do
<17> I have a dropdown 'ddclient' with datavaluefields of client id numbers and datatextfields of each client's full name. now this is bound to my ddclient. now i have a variable that is sent in the query string set to the int variable 'clientid', now i want to set the selectedindex of 'ddclient' to the corresponding clientid, but i cant get it to work.
<17> i did the following; ddClient.SelectedIndex = ddClient.Items.IndexOf(ddClient.Items.FindByValue(objRequestsI.ClientId.ToString))
<17> edit: objrequestsi.clientid returns an integer with the id
<15> That will simplify things a great deal, thanks div
<11> np
<17> i basically want to set the dropdown selectedindex to where the value of that selectedindex = clientid
<18> what's the vb.net equiv of typeof() from c#?
<12> :)
<19> hello
<19> what data type does the collection object add method take in vb6
<20> xa-mua: cure seems like it
<20> s/cure/sure
<20> a collection can hold any type, no?
<19> is there a way to make do the same in VB6
<20> umm, your first qusetion was in reference to vb6
<19> what I meant to say was, is there a way to make a method or function that can take any data type in VB6
<15> mmm, left over BBQ for lunch
<19> varaints almost work
<20> variant?
<20> oh, when don't they work?
<20> mmm, BBQ
<20> you bastage
<19> if you p*** a object that has a default via a variant you will p*** its default property value
<19> text boxes are an example of this
<19> its not a big deal, I was just wondering if there actualy is a way to make something that works like the collection in VB
<15> The Collection stores Variants
<15> chuckie: You should have a BBQ at your place, invite the locals.
<20> you mean all the rednecks that live near me? :P
<20> yeah that's not a bad idea actually
<15> I'd drive up
<20> cool
<20> so you, senz, bode, ....
<7> what?
<15> heh
<20> who am I missing?
<20> heh, that woke senz up
<7> what?
<20> I'll talk to the wife about it


Name:

Comments:

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






Return to #visualbasic
or
Go to some related logs:

#unixhelp
#politics
#computers
#computers
tristan and isoled
#nhl
#winvista
ottaw sens suck cocks
#worldcup
#beginner



Home  |  disclaimer  |  contact  |  submit quotes