Hi All,
I want to download picassa album or photos using a program.
For that i should have a download url for picassa.
Please share your ideas.
Thanks
Lalit
Hi,
I want to download you tube videos programatically (using Java). How can i convert you tube video link to a downloadable URL.
Browser plays youtube videos with following code.
I tried downloading from URL http://www.youtube.com/v/OdAE3cWlmHw
but it is not returning video bytes.
Thanks
Lalit
I am new in game development and learning coco2dx framework. I am trying to implement sprite animation using coco2dx. i tried many demo they all are same. But when i tried i got access violation error in my code.
CCSpriteFrameCache::sharedSpriteFrameCache()->addSpriteFramesWithFile("AnimBear.plist");
CCSpriteBatchNode *spreetsheet =…
my company's internet works on proxy server with Authentication(i.e. Browser prompts with window for username/password everytime i tried to access any web page).
Now i have some windows application which tries to access internet(like WebPI/Visual Studio 2008 for rss feeds), but as they are unable to popup the the authentication window,…
Hi, I have console application. In that i have some process that fetch the data from database through different layers ( business and Data access). stores the fetched data in respective objects. Like if data is fetched for student then this data will store (assigned ) to Student object. same for school. and them a delegate call the…
I am using multi threading concept to run some process. this process uses the sql connection object to get the data from database.This object is in another class. how to synchronize the sql connection while using multithreading?
Hi ,
I am using the console application i used multi threading in the same. I just want to know which section have to put inside critical section my code is :
.------------------------------------------------------------------------------.
public class SendBusReachSMS
{
public void SchedularEntryPoint()
{
try
…
Hi,
I have console application. In that i have some process that fetch the data from database through different layers ( business and Data access). and generate outputs. This process will execute many times say 10 times. Ok? I want to run simultaneously this process. not one will start, it will finish and then second will start.…
I am using multi threading concept to run some process. this process uses the sql connection object to get the data from database.This object is in another class. how to synchronize the sql connection while using multithreading?
Hi
I have the Drop down with values as "One year ", "Two year",...etc.. Ok? also i have two ajax textbox with calender extender . I want to popup alert message if dropdown selected value is "One year" and duration between the both textbox value Means dates not matches. getting what i mean ? please help me.
How to use multithreading in c# for sending the SMS to multiple person at a times? Use must of multithread. means must execute sms sending code/process independently at a time. (synchronisely) how can i do this ? please guide.
Hi,
I want to access the contents (images, songs,folders etc..etc) of android mobile by .net windows application. is this possible ? please guide me. too urgent ....
Hi I have the Drop down with values as "One year ", "Two year",...etc.. Ok? also i have two ajax textbox with calender extender . I want to popup alert message if dropdown selected value is "One year" and duration between the both textbox value Means dates not matches. getting what i mean ? please help me.
How can i get this…
I have installed the windows XP on which i have the VMWare as virtual server. I want to install / Host the sharepoint in such scenario in VMWare . Is that possible ?
0
When you right-click a Web site in the Microsoft Internet Information Services (IIS) Microsoft Management Console (MMC) snap-in, and then you click Start, the Web site does not start and you receive the following error message:
The process cannot access the file because it is being used by another process.
What have to…
Hi,
I am define my contact list, and the made it serachable trough SSP- serach settings. Now, I add the people search Webpart which is out of box web part. ok? but when I go to search any keyword it redirect me on peopleresults.aspx page. with message
"404 NOT FOUND" Or some times before it was showing me "page cannot…
what is difference between Exception handling Application block & Exception handling in regular dot net classes ? i don't think it is beneficial to use of Exception handling Application block. What is exact use of that block ??
I am getting this exception while reading the shapes in excel sheet in c#:
on code line of
if (worksheet.Shapes.Count >= iCurrentRowIndex)
{}
Unable to cast COM object of type
'System.__ComObject' to interface type
'Microsoft.Office.Interop.Excel._Worksheet'.
This operation failed because the
…
Hi,
I am trying to create the custom search webpart. I want to use Enterprise Search Query Model (MOSS) . But unable to add the web reference of the search.asmx webservice. infact it has no WSDL file. just wondering about what setting it needs.... too If anybody know how to do, same. please let me know. you…
open Excel sheet with full privileged in c#. it is not allowing me to read. asking for uname and pwd when i deploye my c# application in iis.
i have write this code for open Excel : please review
Excel.ApplicationClass app = new Excel.ApplicationClass();
Excel.Workbook workbook =…
I have the .aspx page wich is already developed in VS 2008 with its code behind.
page name is say login.aspx.
Also have another page in same scenario after login this second page will appear. ok ?
I want to embed/ add this already developed aspx page to above team site.
Hi,
I want to search the media files situated in my system by c#. means I want to create the search engine that will scan all drives (again small question here , how to get the drives on our system by c# code ? )and search the media files like .mp3,.mp4,...etc . How can i do that by c#…
Hi,
I have embed the fullcalender control in my asp.net mvc application. It is running fine locally. but when I uploads it to my domain server (third party) it showing me
This Error: Uncaught TypeError: Object # has no method 'fullCalendar' in crome console (debugger). and not…