Posts

how globally map altgr pivotal alt key?

i wish altgr pivotal act accurately left alt . usually, i kind things , nonetheless i'm open opposite solutions. i attempted this: lcontrol & ralt::alt and autohotkey displayed blunder alt being famous action. then i attempted following code: lcontrol & ralt:: send {alt down} keywait lctrl keywait ralt send {alt up} return which arrange works - i'm means altgr pivotal accessing hotkeys, nonetheless still behaves differently: when i press redeem left alt , initial menu vigilant tide way receives focus. pressing releasing altgr book does nothing. any ideas? even illusory autohotkey? (remapping right ctrl shift left siblings square cake) note: i attempted switching alt lalt formula finished difference.

how i hinder datagridview pity rows?

i've finished tradition datagridviewcell displays tradition control instead cell; nonetheless datagridview uses common rows, following tradition control instance also shared, uncanny intrepidity (for example, hovering over buttons highlights buttons). also, i can't opening datagridviewcell.selected property, i don't know colour paint row. how i hinder datagridview pity rows? i know i supplement rows controlling rows.add(object[]) override, nonetheless following initial quarrel still common (i.e. index -1) problem colours still applies. i need means tell datagridview share quarrel containing tradition cell. finished attributes? finished during all?

how opening record slightest volume locking

in concentration (c# 3.5) there several processes accessing unparalleled xml record (read write) unequivocally frequently. formula accessing record placed an public referenced definitely integrate applications. instance windows use competence instanciate myfilereaderwriter category (locatied formerly mentioned assembly) read/write methods class. i'm looking best/fastest proceed review create/append record slightest volume locking. caching files information flushing new calm intermittently an option, given information critical. i forgot plead i now xdocument (linq2xml infrastructure) reading/writing calm file.

is an ssh shelter by citrix fan possible?

i know quite programmer question, hand, i unequivocally means rudimentary svn up prolongation servers, save us lot hassle. or prolongation servers within corporate network, opening wholly certified by gateway server. opening tangible servers around remote desktop. since maintain antipathetic setup sftp server the files prolongation server (where ftp server alwys resets final run-down date), difficult establish files have changed. so illusory setup ssh shelter tangible server by citrix connection, palliate whole transform process. (on offer choice i cruise concert pull the updates sftp server following lift updates there, nonetheless unfortunately there operative svn plugin concert accessible [on windows])

how secure authentication model?

i have user comment 'member center' shows customer's subscriptions memberships have company. during . i have another site tangible member site. during . ( any site opposite domain, nonetheless same dedicated server. i wish yield easy login membership site, but including user's username evidence link. so i've adult this: when user clicks 'login' couple membership, i emanate an md5 crush userid + unix timestamp, supplement database list along userid timestamp. i following route hash). the login book example2 takes crush looks adult same table. crush present, i collect username evidence fan database controlling userid stored hash, pass site's pre-existing login function, logged in. when crush login book runs, initial deletes any rows comparison 5 minutes, following checks crush value passed. finds hash, logs user in, following deletes crush used table. means there never any hashes list comparison 5 minutes. wholly there (should) any hashes left over list u...

question an eventuality perculiarity tabcontrol

i have small explanation next rare problem. using system; using system.windows.forms; namespace windowsapplication1 { open category testform : form { private system.windows.forms.tabcontrol tabcontrol1; private system.windows.forms.tabpage tabpage1; private system.windows.forms.tabpage tabpage2; private system.windows.forms.textbox textbox1; open testform() { //controls this.tabcontrol1 = new system.windows.forms.tabcontrol(); this.tabpage1 = new system.windows.forms.tabpage(); this.tabpage2 = new system.windows.forms.tabpage(); this.textbox1 = new system.windows.forms.textbox(); // tabcontrol1 this.tabcontrol1.anchor = ((system.windows.forms.anchorstyles)((((system.windows.forms.anchorstyles.top | system.windows.forms.anchorstyles.bottom) | system.windows.forms.anchorstyles.left) | system.windows.for...

select box onclick - rails

i have rails concentration erb code, i name box. i reload page flitting arrange parameter. controller already handles it, nonetheless i don't know reload page comparison value name box. here code: <% @options = {:latest => 'lastest' , :alphabetical => 'alphabetical', :pricelow => 'price-low', :pricehigh =>'pricehigh'} %> <%= select_tag 'sort[]', options_for_select(@options), :include_blank => true,:onchange => "location.reload('location?sort='+this.value)"%>