@# 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



Comments:

<0> poor isp. :(
<1> ur totally gay
<1> inno ****s first off
<0> really?
<0> whats better?
<0> winamp one?
<1> http://nsis.sourceforge.net/Main_Page
<2> hey
<0> why is that better tough?
<2> anyone know where I can get info on creating widgets?
<0> www.midgets.com
<0> \widgets
<0> sorry :)
<0> that was not a gay midget site.. :)
<1> http://www.advancedinstaller.com/
<1> http://www.codeproject.com/tools/Yaida.asp



<1> http://www.installsite.org/pages/en/msi/authoring.htm
<0> i love you senz.. not in a gay way tough
<0> i think your google is better than mine..
<1> you need to research more
<0> stop kicking me.
<3> did you just threaten him?!
<0> damit :)
<0> no it was a request
<0> ur foot is so far up my *** its almost gay..
<1> got me now?
<0> think so..
<0> :)
<0> now go wash your toes
<1> didnt i just tell you shush?
<4> hi how can i use do a wordpad function in textbox? i tried looking for a propetie of it or something but nothing :\
<5> "do a wordpad function"?
<4> i though everyone know it. wordpad is function in notepad, that if the text reach the end of the sight, it will go line down
<5> you mean word wrap
<4> yup, sorry
<5> all multiline textboxes should wrap by default, I think, unless a horizontal scrollbar has been enabled
<4> what's keycode 110?
<6> look it up? you think we know this stuff?
<4> i tried, i can't figure it out..
<4> ment 108 sorry
<4> 109 is '-' , 108 is '+'
<4> 107 is '+'
<4> *
<4> 106 is '*'
<7> hello
<7> (.net) how would i go about converting seconds like 248 to 6:08
<4> fignuts - no ide about .net, but i made a functino for it
<7> a functino!
<4> function
<4> hi, how can i know the letters reached the end of the textbox?
<7> yep i can translate italian to english :P
<7> what do you mena saw?
<6> fignuts
<7> btw i'll write a function if i don't find it in the framework
<6> 248 / 60 gives you the hours (integer division)
<4> if u make a textbox, and use multiline on, and the text will reach the end of the textbox, the next text will be in a lower line. i wanna know when it reach the end of the line
<6> and 248 Mod 60 gives you the minutes
<7> mod that's it... isn't \ integer division?
<6> but you can also just use TimeSpan()
<4> fignuts - that is alot easyer version of my function, u should do what threadw says
<7> thanx thread :)
<6> new TimeSpan(0, 0, 248)
<7> +w
<6> and then you can read off .Hours, .Minutes, .Seconds etc.
<7> gotcha, thanx
<4> anyone have an idea how can i know when the text reach the end of the textbox sight?
<7> you need to better explain that question
<4> m.. if u right a text, on a textbox with multiline propety as true, u will see that after u write some text, it will go a line down sense it reached the end of the line. right?
<7> do you mean like if you have abcdefg in the textbox and it's only wide enought to show abcd, you want to know what d is?
<7> yeah
<4> well i wanna know
<4> when the text reached the end of the line
<5> I don't think that information is available
<4> i tried doing it with width, and it's close, but not enough
<4> (i tried getting the text width by form1.textwidth(txtbox.text) and compare it to the txtbox.width)



<7> perhaps you need to take the border into account?
<5> and scrollbar
<7> txtbox.width -4 or whatever both borders come out to be?
<7> perhaps there's another textbox property similiar to clientrectangle of a form
<7> i didn't know that textwidth even exists, i suppose any string can do that... it takes font and everything into account?
<4> fignuts - yes it does, but it doesn't take border which is realy annoying
<7> well i just need the text itself... i've made a custom label for an application and i'd like to be able to align it
<5> you can use GetClientRect to get rid of the nonclient border and scrollbar
<5> after that you'll need to get rid of theother padding textboxes use
<4> divil - i'm using vb6.0, he's using .net
<5> makes no difference
<4> hi, how can i change scrollbars in run-time? it says propeti is read only..
<4> propety
<5> that would imply that you cannot.
<8> hi all, I dont suppose anyone here has worked with bitmap encryption/compression before? or could just explain to me how to load a picture into a picture box using directx7 ?
<8> I know im meant to use blttoDC but I set it all up and it gives me an RTE 91 on this line: Call DD_SpriteSurf.BltToDC(Picsprites.hDC, sRECT, dRECT)
<9> divil
<9> http://i27.photobucket.com/albums/c175/ForceFed7/AMDBob2.jpg
<9> swf
<9> sfw too
<10> wtf is Conroe?
<11> name for a processor architecture
<10> ah ok
<10> I have so lost track of the hardware end of things
<10> my life is too damn complicated
<10> it's getting old
<8> ok, maybe this is easier, can somebody give me the directx equivalent for this line of code? Picsprites.Picture = LoadPicture(App.Path & "\GFX\sprites.bmp")
<10> I've never messed with DX
<8> please? ive been trying for several hours now to get this thing to work >.<
<8> damn :(
<10> other than Millerman I can't even think of anyone I'm sure knows DX
<10> *maybe* OnErr0r
<8> im halfway through encrypting and compressing all the graphics my game uses, the directx side went really well but for the life of me I cant get a picture box to load the newly encrypted files >.<
<10> but he's in Cali and won't be on for a while probably
<8> ah crud :(
<10> well Halo_Four knows everything, so mayb ehim :P
<12> I don't do DX
<8> right now ill settle for somebody whos willing to take an educated guess at directx :P
<10> I stand corrected
<12> What is the error message? We don't generally memorize numbers.
<8> object variable or With block variable not set
<10> on what line of code?
<8> Call DD_SpriteSurf.BltToDC(Picsprites.hDC, sRECT, dRECT)
<8> srect and drect are defined above
<8> and the surfaces are to the best of my knowledge all set up properly and working in other places.
<10> well either DD_SpriteSurf or Picssprites is not instantiated I'd venture a guess
<10> based on the error
<12> That usually means you're trying to use a cl*** reference that was never instantiated.
<13> homies
<8> Public DD_SpriteSurf As DirectDrawSurface7
<10> sup G_dawg
<8> and picsprites is the picturebox name, so im fairly sure that exists.
<10> amorphous: now oyu have to new it
<10> that's just declaring it
<13> whats up chuckie my brutha from anothre mother
<13> that was gay
<10> same old same, you?
<8> new it? sorry ive only been coding a few weeks. how would i do that? redim it ?
<10> _gmoney: nah I like that sayin
<13> same ****
<13> fiday
<13> thats good
<10> amorphous: DD_SpriteSurf = new DirectDrawSurface7
<8> aha.... thanks, let me give that a try
<10> yeah friday's good, and tomorrow's supposed ot be nice and sunny
<12> Set DD_SpriteSurf = new DirectDrawSurface7
<10> oh yeah Set
<12> Or if it's .NET, omit the Set
<10> for vb6
<10> I'm tryingot pretend vb6 doesn't exist :P
<10> actually I have to work on a vb6 app this week
<10> well next week
<10> fortunately it's one I wrote
<14> http://www.cbc.ca/story/world/national/2006/07/28/border-us.html


Name:

Comments:

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






Return to #visualbasic
or
Go to some related logs:

suicidetube
#gamedev
#politics
#politics
#beginner
#beginner
serveraid manager remove defunct drive
daR4V3N
#gamedev
#cisco



Home  |  disclaimer  |  contact  |  submit quotes