Click here to Skip to main content
16,013,648 members

Comments by Bryan Fil (Top 5 by date)

Bryan Fil 16-Oct-14 10:30am View    
Got it working, I put the Extension method in the wrong place.
Bryan Fil 16-Oct-14 9:55am View    
I have inserted the Extension Method but when I use txtTransferredData.Refresh(); I get an error saying
'System.Windows.Controls.TextBox' does not contain a definition for 'Refresh' and no extension method 'Refresh' accepting a first argument of type 'System.Windows.Controls.TextBox' could be found (are you missing a using directive or an assembly reference?
Bryan Fil 9-Oct-14 11:08am View    
I have tried to write in a background worker and cant seem to get it working right. All the example i see have if loops and throw me off.
Bryan Fil 7-Oct-14 8:03am View    
I am rewriting a c++ coded program in c# and it is one of the design requirements. The old program did it so they want this on to do it as well. Pretty much its just a pop-up asking for a password.
Bryan Fil 6-Oct-14 16:31pm View    
Deleted
I am rewriting a c++ coded program in c# and it is one of the design requirements. The old program did it so they want this on to do it as well. Pretty much its just a pop-up asking for a password.