15,991,464 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Gautham Prabhu K (Top 62 by date)
Gautham Prabhu K
19-Aug-16 9:22am
View
There are libraries that you can add to your project to do this.
Please google to find out what is the latest library to access FB.
Gautham Prabhu K
3-Aug-16 8:56am
View
The Timer class is not precise so it will just ensures that callback will be called after the elapsed time. You need to poll the time at specific intervals to send mail.
Gautham Prabhu K
20-Jul-16 7:33am
View
If your using WPF you can use XAML to create Window (Equivalent to WinForms).
What are you trying to achieve by doing this?
Gautham Prabhu K
5-Jul-16 5:53am
View
Is there an Asych version for the SendSMS API?
Gautham Prabhu K
2-Jun-16 2:01am
View
Since there is no details on what machine you installed on.
Hope this link help
http://blog.toxa.de/archives/38
http://tomfaust.blogspot.hk/2010/05/appcrash-exception-code-e0434f4d.html
Gautham Prabhu K
25-May-16 13:18pm
View
The view model first approach works but Windows will allow you to run only exe file and not dll. So you better restructure your project accordingly.
Gautham Prabhu K
18-May-16 7:57am
View
Its Thread affinity issue google on how to use Dispatcher.Invoke method in WPF to avoid this.
Gautham Prabhu K
30-Apr-16 3:21am
View
What is the error your getting?
Your homework is to help you learn if you seek professional help for silly issues how do you expect to become a better programmer? If your planning to become one that is!!
Gautham Prabhu K
30-Apr-16 3:18am
View
We are not a software service provider to give you ready made program nor home work service provider.
We provide only technical support and suggestion in case your stuck with a problem.
Gautham Prabhu K
18-Apr-16 1:50am
View
This question does not make sense?
All OS support this feature of login, Why do you want to reinvent the wheel?
Gautham Prabhu K
14-Apr-16 8:29am
View
Please share the error or exception message.
Gautham Prabhu K
14-Apr-16 8:28am
View
What is the file size in MB?
Gautham Prabhu K
12-Apr-16 8:32am
View
Where is the Regx object in your replace statement?
Gautham Prabhu K
11-Apr-16 6:11am
View
What DB are you using?
Gautham Prabhu K
8-Apr-16 2:26am
View
We are not coding service provider. We are here to provide technically assistance when you encounter any issue not write ready made algorithm to solve business problems or do home work.
Gautham Prabhu K
7-Apr-16 7:11am
View
What is the error your getting? Or what is not working?
Gautham Prabhu K
7-Apr-16 7:09am
View
The query string is a HTTP feature, I am not sure you can tamper with that it may cause other problems.
Gautham Prabhu K
6-Apr-16 1:53am
View
Most IIS hosting will not allow you to open a socket you will need to assign additional permission to you IIS to make it work and its not good idea security wise.
Gautham Prabhu K
4-Apr-16 10:53am
View
What is the exception or error your getting?
Gautham Prabhu K
9-Mar-16 6:55am
View
Does your program have proper authorization to access internet?
Gautham Prabhu K
4-Mar-16 7:41am
View
Yes you can if your existing service layer is designed properly for unit testing
, I am sure you can use same unit test with little or no modification.
The Unit test is suppose test you business logic and not your infrastructure.
Gautham Prabhu K
3-Mar-16 11:36am
View
I think you need send @sai value as string.empty instead of 0.
Gautham Prabhu K
3-Mar-16 4:50am
View
What is our application?
Gautham Prabhu K
24-Feb-16 10:28am
View
Try using BITS
Gautham Prabhu K
8-Feb-16 5:59am
View
Is it not working? or what is the error or exception your getting?
Gautham Prabhu K
4-Feb-16 1:34am
View
Comparing images is very CPU intensive job and if your taking screen shot every second there will be too many images to compare.
I am not aware of any easily available library we can use.
There are lot of technique and accuracy of result can vary.
Here is a link to get you started good luck.
http://stackoverflow.com/questions/23931/algorithm-to-compare-two-images
Gautham Prabhu K
3-Feb-16 4:59am
View
Why do you want to load 1GB file in memory?
The quickest solution is run your application as 64-bit, if you have 64-bit machine.
Or else you need to use any of divide and conquer or map and reduce algorithms to break your problem down.
Gautham Prabhu K
3-Feb-16 1:04am
View
Doesn't that means that website is down or not able to connect?
What about proxy setting issue? Some site requires cookies to be enables which WebRequest does not provide by default.
Gautham Prabhu K
2-Feb-16 10:28am
View
What is the error or exception your getting?
It looks like your not using the standard .NET sockets?
Gautham Prabhu K
14-Jan-16 2:35am
View
An IIS process cannot read/write local directory path unless you give it additional rights. The industry practice is to read/write from or to a virtual directory.
Gautham Prabhu K
7-Jan-16 6:15am
View
There are many generic tools to monitor process remotely why do you want to write your own program?
Gautham Prabhu K
7-Jan-16 6:12am
View
Please phrase your question properly.
Gautham Prabhu K
5-Jan-16 9:05am
View
What you have written is not enough to give an answer.
What does your application do? Is it multi-threaded?
Is there any particular operation that causes CPU to jump or does it happen during startup?
Gautham Prabhu K
5-Jan-16 6:25am
View
You can convert current date time to string like this Date.Now.ToString("yyyy")
and then compare it with text entered.
Gautham Prabhu K
30-Nov-15 7:08am
View
You can find many article on this in Google.
TPL would be best way to solve this problem.
Gautham Prabhu K
30-Nov-15 7:06am
View
What type of application is this?
I am sure your can find the answer easily by googling.
Gautham Prabhu K
26-Nov-15 9:06am
View
What is not working?
Gautham Prabhu K
24-Nov-15 11:32am
View
Google it :)
Gautham Prabhu K
24-Nov-15 11:15am
View
What exactly are you looking for? There is no memory leak in code.
The GC collects in deterministic way, even if its disposed the memory will not go down easily as GC will not give it back to OS immediately.
Gautham Prabhu K
24-Nov-15 8:45am
View
Please share the stack trace.
Gautham Prabhu K
23-Nov-15 7:52am
View
I feel that you need to do enough research before posting a question.
The bug is very silly here if you read the API documentation you can find answer to this easily or even comparing with google or MSDN sample codes.
Gautham Prabhu K
20-Nov-15 11:01am
View
Please rephrase the question, we are not getting what your trying to say.
Gautham Prabhu K
17-Nov-15 7:10am
View
What is the going wrong? any error message you can share?
Gautham Prabhu K
17-Nov-15 7:03am
View
This is not a good design, may be you can redesign the table and achieve the same behavior.
Gautham Prabhu K
17-Nov-15 7:00am
View
Why do you want to write your own software when they are easily available for free. You can use basic OS utilities to do this.
Gautham Prabhu K
11-Nov-15 8:56am
View
We are not going to do you homework in this site.
Happy debugging..
Gautham Prabhu K
10-Nov-15 1:51am
View
I would recommend you google.
This site is for solving technical issue or coding problems not give business solutions.
Gautham Prabhu K
7-Nov-15 13:21pm
View
Deleted
What did you mean by Excess volume?
Gautham Prabhu K
7-Nov-15 11:24am
View
Most of the DB and DB API's pool the database connection implicitly and are very efficient. So unless you have very specific reason to control it yourself I would recommend not to do so.
So you can open connection anywhere in your class and do required operation and close when your done.
Gautham Prabhu K
7-Nov-15 11:15am
View
You cannot track progress of any function unless you have written it your self.
If you have written the function yourself I am sure it will take very less effort to detect percentage of work done, by using number iteration your sort goes through? or number of task it breaks down to if your using divide and conquer algorithm.
Gautham Prabhu K
7-Nov-15 11:01am
View
The unlocking of computer is a user action? Even though windows allow to lock a computer programmatically to provide security, as application may detect that user away for too long from his console and lock it to prevent misuse.
Gautham Prabhu K
7-Nov-15 10:57am
View
If its a number why your storing it as NVARCHAR? and not as integer.
Gautham Prabhu K
7-Nov-15 10:55am
View
Can you share the error message you got?
Its little hard to guess what went wrong?
Gautham Prabhu K
7-Nov-15 10:48am
View
This form is to help with programming issues, and not to do assignments or solve business problems.
I am sure you can google this question and find the answer as how compound interest is computed the same way irrespective of banks or private load provider.
Gautham Prabhu K
7-Nov-15 10:42am
View
Is it Asp.NET application(web based) or normal windows or console application?
What is the sample.exe designed to do? If it runs and exits without waiting for user input that is the expected behavior when you run it.
Gautham Prabhu K
5-Nov-15 6:51am
View
So you want to know how timeouts needs to be implemented since call to connect to DB is synchronous?
Gautham Prabhu K
5-Nov-15 4:53am
View
You cannot create variables at run time.
Gautham Prabhu K
4-Nov-15 12:04pm
View
Without knowing the type of object you will not be able to extract the value out.
The response format you have shown here does not make any sense are the Properties or instance variables?
Gautham Prabhu K
4-Nov-15 7:16am
View
Does the server instance have access to the MSAccess file?
Looks like a permission issue to me since its working in local.
Gautham Prabhu K
4-Nov-15 7:16am
View
Deleted
Does the server instance have access to the MSAccess file?
Looks like a permission issue to me since its working in local.
Gautham Prabhu K
21-Oct-15 7:21am
View
You have not mentioned cost of the pen?
Gautham Prabhu K
5-Aug-14 8:45am
View
I was not able view the image in google drive.
I have requested access.
Show More