Click here to Skip to main content
15,913,361 members

Comments by Nicomendox (Top 11 by date)

Nicomendox 29-Jun-20 4:21am View    
You absolutely didn't understood yet what I want to do... I already get 100% correct answer here. hope not forbidden to share links.. maybe you like to learn too. God bless you.

Why can not select all text in textbox after focus to textbox ?-VBForums[^]
Nicomendox 7-May-20 21:40pm View    
Deleted
........................................
Nicomendox 22-Apr-20 3:39am View    
Hi. thanks for your suggestion. But I use Navigator A4 Paper. 210x297mm. problem is about only margins. not inside the paper other measurements. Just Left and Top Margin. My Printer Epson L382 in home and in the office a LASER printer. both of them result is same. When I set ZERO to left margin in PrintDocument Printer Print around 3.35 mm left. if I set 4.65 mm this time result is 8 mm left on the paper. when I set margin cdec(4.65-3.35) this time print correct but on preview page left margin 1.30 mm not show correct margin.
Nicomendox 18-Apr-20 23:39pm View    
Dim rectX As Rectangle = New Rectangle(Math.Truncate(A), Math.Truncate(B), Math.Truncate(wdth), Math.Truncate(hght))
Dim rectf As RectangleF = RectangleF.op_Implicit(rectX)
Dim rect2 As Rectangle = Rectangle.Truncate(rectf)

'grpX.DrawRectangles(pen, New RectangleF() {rectf}) '(pen, rectf)
e.Graphics.DrawRectangle(pen2, rect2)
grpX.DrawRectangles(pen, New RectangleF() {rectf})

Unfortunately same result. values are always round dawn.
Nicomendox 22-Mar-19 14:17pm View    
Absolutely "C:\Users" is same with "Users"

"C:\Users" is Tag and "Users" is Node under the Treeview.

My problem is if I type "C:\users" instade of "C:\Users" code dosent work. because not all letters match with the search string.

Under TreeView, Node Name is "Users" not "users. Problem is "u" and "U" difrencence.