sn dont permit that the code is dissambled store a password in a exe file is wrong,but if you store the pass crypted, and in exe make an function that decrypt the pass like ASP
ctescu
Posts
-
Best practices for database password -
Drawing in RichTextEditI cant do that because My project consist in a nomber unknown the ellipses and the I whant to add others . Thanks
-
Windows.forms applicationIt's more easy to use a panel in form and you cant make him on run-time like this . In the dinamic construction the bad point is that the RAM is more use that for static declaration , but the diference is very small . in Click event of the window make the code { Panel p=new Panel(); //give Panel properties this.Controls.Add(p); }
-
Hiding/dynamically adding a tab page..??If the TabControl is named "tabControl" , the code for closing is : // verify if the TabPages exist // if we try to close a non-open tab will have error's if (this.tabControl.TabPages.Count != 0) this.tabControl.TabPages.Remove(this.tabControl.SelectedTab); //SelectedTab is the selected tab tabControl.TabPages[] is the // tab , if you whant other tab
-
Drawing in RichTextEditI have the class MyText devived from RichTextEdit and I have inside and an other structure (System.Collection.ArrayList). In the main form I open a TabControl and like pages I use this class . In the new class I draw ellipses .When the TabPage lose the focus the draw disapear . I override OnPaint , where I redraw everything , but this override is not doing what is meent to do . Hwo I make the drawing to be seen on screen (ClientRectangle).