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

8 Posted Topics

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
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
128
Member Avatar for Mitja Bonca

you always can convert string to Datetime. [CODE]Datetime dt = DateTime.pars(SQLreader[Datetime].ToString()); [/CODE] and wחen you have Datetime you can do with it what ever you want. and take any part of time or date.

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

try to use [CODE]List<byte> list = new List<byte>(); int pos = 0; string FilePath="xxxxxxxxx.xxx"; list.Clear(); if (FilePath != "") { try { using (BinaryReader b = new BinaryReader(File.Open(FilePath, FileMode.Open))) { int length = (int)b.BaseStream.Length; while (pos < length) { list.Add(b.ReadByte()); pos++; } b.Close(); } } catch { MessageBox.Show("error"); } }[/CODE]

Member Avatar for eeyc
0
838
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
442
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
128
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
134

The End.