Click here to Skip to main content
15,912,329 members

Comments by Pedro Brasil (Top 5 by date)

Pedro Brasil 9-Oct-14 9:08am View    
I want know the name this component. Only this...

Ok. In the next, I find Quick Answer
Pedro Brasil 7-Oct-14 15:57pm View    
No work for me... When I put value on textbox the result is same for question

Look
private static string _lote = @"\LOT_{0:0000}";
private static string _documento = @"\DOC_";
private static string x = string.Format(_lote, 8);


public static string LotePattern
{
get { return x; }
}

public static string DocumentoPattern
{
get { return _documento.PadRight(8, '0'); }

}
Pedro Brasil 6-Oct-14 16:04pm View    
I need absolute directory and relative on my combobox. Only this...
Pedro Brasil 6-Oct-14 16:00pm View    
Hey,

I need bind folders of directory ... only this.
Pedro Brasil 6-Oct-14 15:54pm View    
GetRelativePath() and GetAbsolutePath() no exists on my code...
I need know how make this.