Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~6K People Reached
Favorite Tags
Member Avatar for eeyc

I'm looking for a shortcut or menu command that can collapse all **class** regions only in one esembly example: namespace XX.YY { class A //collapse class B //collapse class C //collapse class D //collapse class E //collapse ..... .... .. } After searching i found this shortcut CTRL M+O it's …

Member Avatar for Mike Askew
0
152
Member Avatar for eyal27

Hii !! I try to update excel file by using Odbc and Oledb objects with out success. my problem when i try to update string in cell that the Odbc "think" this cell is have different datatype. how can i force the Object to put string at cell that have …

Member Avatar for eyal27
0
958
Member Avatar for eeyc

hii!! i try to post java script function from c# code. i success to make regular post data - like has regular html form pages but i have some troubles to post java script data. mybe i can figure this out with calling to function from address line - if …

Member Avatar for eeyc
0
124
Member Avatar for Mitja Bonca

I inserted a value of DateTime into database, like "26.12.2009 11:50:00" . Is it possible that the reader will read only the time of a day from this, without date? So far I did only that it reads everything, date and time: [CODE] string myTime = Convert.ToDateTime(dataGridView1.Rows[IndexVrstica].Cells[0].Value).ToShortTimeString(); DateTime myTime2 = …

Member Avatar for eeyc
0
3K
Member Avatar for sidd.

hi i have a file that i have to read byte by byte. i m using the read method but its not working this is what i m doing byte[] str=new byte[12]; [CODE] for(i=0;i<lenght_of_file;i++) { sr.read(str,i,1); } [/CODE] i cant figure out y itz nt workin. thanx

Member Avatar for eeyc
0
835
Member Avatar for eeyc

hii try to query out db file to DataTable and it work great!! but i get all db file includding Rows that as be deleted. Thare is away to quey out db file with out These deleted rows?? [CODE]System.Data.Odbc.OdbcConnection oConn = new System.Data.Odbc.OdbcConnection(); oConn.ConnectionString = @"Driver={Microsoft dBase Driver (*.dbf)};SourceType=DBF;SourceDB=D:\databases\;Exclusive=No; Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;"; …

Member Avatar for eeyc
0
436
Member Avatar for eeyc

Hii!! i have small console program that do somting and i want to add it to system content menu bar. for example if you are mark (could be at notepad, change file/folder name,explorer, etc) text and click rigth on the mouse you can copy cut or past i want to …

Member Avatar for Diamonddrake
-1
127
Member Avatar for eeyc

Hii I Have Facing with Order problem i try to query From Table it go like this -> [code=sql]SELECT * FROM Client WHERE (ClientName LIKE 'X%') OR (ClientName LIKE '%[ ]X%')[/code] It mean give me all clients that start Whit X Letter And Included MiddleName If There is And Last …

Member Avatar for eeyc
0
131