Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~816 People Reached
Favorite Forums
Member Avatar for solarissf

Hello All, I am using a winapp form c# (.net4.0)to login and navigate deep into a webpage, upload a file, download a file. All this works successfully... MOST of the time. Everyonce in a while, when I hit the download button, the system seems to hang. Like a webpage that …

Member Avatar for Randlathor05
0
229
Member Avatar for solarissf

I've tried everything I can think of, does anyone know a way to find the servername on a workstation using c#. No matter what I try I cannot find the name.

Member Avatar for abelLazm
0
135
Member Avatar for solarissf

Hi All, I'm trying to return my username in c#, but my Fullname... like John Smith. Right now I am only getting mt actual login to windows, does anyone know how to do this? string strUsr = WindowsIdentity.GetCurrent().Name.ToString(); MessageBox.Show(strUsr); Environoment.username also brings back login... not full name any suggestions???

Member Avatar for solarissf
0
102
Member Avatar for solarissf

Good Morning All, Let me start by saying I am completely new to programming in c#, however I do have some VBA experience. That being said I have hopefully a simple thing I am stuck on. On a windows form I have a textbox that I have set READONLY = …

Member Avatar for jbisono
0
284
Member Avatar for solarissf

Hello All, I've been scouring the internet for code on sending email through lotus notes and this is what I found: [CODE] static void SendNotesErrorMail( string err, string file) { //Pass in file name string filename = file; //Pass in error message from TryCatch string errMessage = err; //Create new …

0
66