Forum: C# Mar 18th, 2009 |
| Replies: 4 Views: 896 |
Forum: C# Mar 4th, 2009 |
| Replies: 4 Views: 896 Hi ....
i want to track the Windows Lock Event.
when user lock the windows by any possible way, i want to run my code at that event.
but i don't know what is the event for this.
any Ideas?... |
Forum: C# Dec 23rd, 2008 |
| Replies: 6 Views: 511 I also tried it ..........even with different login name........it doesn't allow me to add Two users with Same Name. |
Forum: C# Dec 23rd, 2008 |
| Replies: 6 Views: 511 Can we add Two Users with Same Name in Active Directory......?? |
Forum: C# Feb 21st, 2008 |
| Replies: 0 Views: 1,450 Hello Developers.........
Can u please tell me how can we Handle the Events of Outlook Appointment Items....
What i have done is......
I am creating a Oulook Add-in in VSTO.... I create our own... |
Forum: C# Feb 21st, 2008 |
| Replies: 3 Views: 1,465 Every Reply will be Welcom |
Forum: C# Feb 21st, 2008 |
| Replies: 3 Views: 1,465 Thanx for ur kindness....Image is working fine.......but now i have a another problem....can u please tell me how can we Handle the Events of Outlook Items....
What i have done is......
I am... |
Forum: C# Feb 20th, 2008 |
| Replies: 3 Views: 1,465 Hi Developers .....I am facing a problem of adding an Image to CommandBarButton ( i m using the VSTO). Can any body help me out.......
Every Reply will be Welcome..... |
Forum: C# Jan 8th, 2008 |
| Replies: 1 Views: 1,199 Actually i have no much time to tell u....for now i can only tell u....how to find the Checked checkboxes in Panel.....and put that checkbox name into a label........and Row name "A" u can store... |
Forum: C# Jan 7th, 2008 |
| Replies: 13 Views: 4,411 Yes Enum is Better.....approach....as Ramy says... |
Forum: C# Jan 7th, 2008 |
| Replies: 13 Views: 4,411 By using this query u'll get one Result.......from that u can check......userType
string st=Data["UserType"].ToString();
if(st=="Admin")
{//Open Admin Form}
else if(st=="User")
{// Open User... |
Forum: C# Jan 7th, 2008 |
| Replies: 3 Views: 3,306 Okay.....i'll try it.......thanx Jugortha...... |
Forum: C# Jan 7th, 2008 |
| Replies: 3 Views: 3,306 Hi Developers.......
Can anybody help me......I have an array and i want to enrypt that array and save that encrypted data into a file .......how can i do this...... i don't know ....how to do... |
Forum: C# Jan 4th, 2008 |
| Replies: 13 Views: 4,411 Okay i thought.....he/she uses the single table....actually he/she writes...."The user login details for both admin and normal users are in a single table called account.."
if the user Type (admin... |
Forum: C# Jan 4th, 2008 |
| Replies: 13 Views: 4,411 Well Dear ....... u r saying u r developing a Windows Application ........There is nothing like Session in Windows app.....Session are used in Web app.
is there any Flag....in ur user table.....???... |
Forum: C# Jan 4th, 2008 |
| Replies: 6 Views: 8,480 |
Forum: C# Jan 4th, 2008 |
| Replies: 6 Views: 8,480 Thanx for the Nice Advice......but i have done it .....by using........BinaryFormatter..... |
Forum: C# Jan 4th, 2008 |
| Replies: 4 Views: 2,663 i have done thing like.......i create my query from some different table......n put it into dataset......n create an XML file from that dataset........and give that XML file as a data source.......... |
Forum: C# Jan 4th, 2008 |
| Replies: 2 Views: 1,021 Ticket Booking......a nice concept......
in webservices we can create methods....n call that methods in our application Remotely.....(Remoting and Webservicesare the different scenarios.....)
... |
Forum: C# Jan 4th, 2008 |
| Replies: 6 Views: 8,480 No, Its Not Working......it shows the same data........in XML format |
Forum: C# Jan 4th, 2008 |
| Replies: 6 Views: 8,480 Hi Developers.....
I have a Problem.... I have a XML file.....n I have to Read the Data from that XML file n Create a New File and the Data is in a Binary Format.....(All the code is in C# only)
... |