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
~2K People Reached
Favorite Forums
Member Avatar for drax12

hey all, I'm developing a small application,and i what i need to do is when i rename the exe file into some thing,(ex: abc.exe to aaa.exe) it has to show a message box showing the new name.(aaa). help needed ASAP. thanks in advance, drax

Member Avatar for skatamatic
0
84
Member Avatar for drax12

hey, i am developing a booking system and i want to check whether user check in dates are within booked dates. for an example. user wants to book 12/03 to 14/03,but some body has already booked 10/03 to 15/03. For this scenario, we just cant check for 2 days,what i …

Member Avatar for zmeditation1
0
97
Member Avatar for drax12

Hey guys, I'm want to retrieve results from the database, where datetime picker given value, is equal to database value. var _check = (from day in Check.tbl_employees where day.d_from== _frm && day.d_to == _to select new { day.desg_id, }).FirstOrDefault(); datetime picker gives a value with its time,but i'm only interested …

Member Avatar for drax12
0
711
Member Avatar for drax12

hey everybody, i'm developing a small utility to change chrome browser search provider to some thing else (ex. google to yahoo,bing,etc...).i want to do this programmatically using c#. its settings are located inside C:\Users\"username"\AppData\Local\Google\Chrome\User Data\Default\ most of the settings are saved in preferences file.i could not find how to change …

0
70
Member Avatar for drax12

Hey i'm developing a role based user authentication in my desktop application.i need to add few roles like Admin, operator, etc... i can get users role if i have user name of the logged in user.but after logging in the username cannot be retrieved again.So it has to be saved …

Member Avatar for jfarrugia
0
1K