Hi,
I'm looking for a small PCM converter tool which I can access by Dos-Console.
I have any wave-files and need always this output: PCM 44,1k, 16bit, Mono
Is there any program for this?
Thx 4 answers
Hi there, what is the syntax for defining virtual functions outside the class body?
class random{
public:
random(int i = 0);
virtual ~random(){};
virtual void print() const;
protected:
int id;
};
is it?
virutal void random::print() {
}
?
Hi,
i want to change the contents in a table/display tag on change of selection in drop down using struts and ajax.Please let me know an example or a guide reference
Hi,
I am able to list Documents from "Public Folders"
Using this sample code :
session.LogonExchangeMailbox("[email protected]", "server");
RDOFolder folder = session.GetFolderFromPath(@"\Public Folders\All Public Folders");
Now i want to Extract this documents to another location.
Hi,
I sit on this problem ~5 hours:
I try to install php and mysql on my iis7 machine.
After install mysql, I can't connect, PW error (Im sure its not btw).
I try to deinstall but after a new install, the database is the same.
System is Windows Server Standart SP2 (I don't know hich Windows Server is it, its the only information I get under "system")
Hi guys,
I have a scientific paper under review, and a referee asked for my R code to be provided as a Sweave document. I've never heard of Sweave before, do you know what's the better way to do it?
Thanks a lot :-)
Hi to everyone!
I'm working in a homework, and the professor asked me to implement the evaluation strategy called "call by name" in scheme in a certain language that we developed and he gave us an example at http://www.scala-lang.org/node/138 in the scala language, but i don't understand in what consists the call by name evaluation strategy? what differences it has with call by need?
thanks, greetings
Hi,
When passing a delegate to the a NSUrlConnection object like so:
[[NSURLConnection alloc] initWithRequest:request delegate:handler];
when should you call release on the delegate? Should it be in connectionDidFinishLoading? If so, I keep getting exec_bad_access. I'm seeing that my delegates are leaking through instruments.
Thanks
Hi,
I'm calling servlets which has implemented CometProcessor interface, and whenever I try to call the servlets with get request, I'm getting the above error. May I know the reason?
public class ChatServlets
extends HttpServlet implements CometProcessor {
public void event(CometEvent event)
throws IOException, ServletException {
HttpServletRequest request = event.getHttpServletRequest();
HttpServletResponse response = event.getHttpServletResponse();
if (event.getEventType() == CometEvent.EventType.BEGIN) {
response.getWriter().println("Welcome ");
} else if (event.getEventType() == CometEvent.EventType.READ) {
response.getWriter().println("Bye");
}
}
}
Hi, I have created a blog at Blogger, say xyz.blogspot.com. What I need is to post new entries in my blog whenever there is any new entry in a RSS Feed say: http://news.google.com/news?pz=1&cf=all&ned=en_pk&hl=en&q=silicon+valley&cf=all&output=rss
I have tried using www.xfruits.com, but its throwing error "wrong parameters", when I tried to configure using "Blogger API Compatible".
Thank you for your time.
Hi
Can anyone say why this megamenu isnt working when i hover categories menu on this page? it works on other pages, but in this page its not because of fullcalendar??
http://gunwebstaging.com.mytempweb.com/Calendar.aspx
Hi everybody,
I'm looking for a good way on preventing links in my rails app having any effect while a swf file is active...
Can I do this with a before_filter? Or do I need javascript?
Markus
Hi
What is the recommended way to transfer files via FTP and manage (rename, move, delete) files in an FTP server programmatically in a Windows Scripting Host script file (JavaScript/VBScript)? Preferably without requiring 3rd party ActiveX add-ons since these "extra" software will need to go through an approval process that will take a very long time, even for free (as in beer) and/or open source components.
The script is going to be run in a Windows 2003 Server in data center environment.
Thanks.
hi all,
i want to hide and show navigation bar on double click.
navigation bar consist of 2 bar buttons.
initially,navigation bar should be hidden.
when user double taps the screen ,the navigation bar should come up with l'll animation,like we c in our iphone's photo gallery.
how can i do this,
suggestion are always appreciated
regards
shishir
Hi,
I'm trying to learn how to do proper wpf application and now I have a big trouble. I know how I would do this if I had to do it with Windows Forms, but I don't know how to modify it to fit with wpf. Would someone know the answer? Here is my code for Windows Forms Form_loaded event:
foreach (Control ctrl in this.Controls)
{
if (ctrl is TextBox)
{
ctrl.Text = "";
}
}
Hi,
How can I have multiple properties in my usercontrol that can be databound? For a single property I have found that DefaultBindingProperty Attribute does the trick but I have no idea on how to get databinding with multiple properties.
Hi
How to format a textbox like "0.00" using Jquery or Javascript...If i enter value 59,then it should become 59.00.If i enter value as 59.20,then it should same....How it possible ....
Hi,
I want remove "Language" querystring from my url. How can i do this ? (using Asp.net 3.5 , c#)
Default.aspx?Agent=10&Language=2
I want to remove "Language=2", but language would be the first,middle or last. so i will have this
Default.aspx?Agent=20
Hi Team,
Please give me your valuable suggestions regarding the WebAii, Watin and Selenuim.
Actually i have been using WebAii and its working fine for me but at the same time i have not used other frameworks to test Ajax supported web applications.
Please share your thoughts or issues you faced while using one of these frameworks.
Thanks & regards
Sandeep
Hi, im looking for a UK IP address lookup api ( or PHP script ) to find the location of a user. I want to produce more relevent results for a user when searching a directory. All the ones I have found just say 'UK' and dont get any more information than that. Can anyone point me in the right direction?
Regards,
Phil
Hi all
I am resizing the navigation bar when my application switches into landscape orientation.
But i am not able to set the content size of navigation bar according to its height.
Landscape image :- In this image the top left bar item and title of navigation bar are not resizing when it switches into landscape orientation....they should get re sized according to height of navigation bar.
Please suggest me any idea for it?
Thanks
Deepika
Hi,
I'd like to add tabs to my window when an item in the GridView is double-clicked. But the tab that will be added depends on the clicked item. Which way should I do this on WPF? I thought about RoutedEvents, but I don't know how to pass a parameter with it. Any suggestions?
Hi! I'm working with masterpages and after reading a lot of answers I can't find why my calendarextender doesn't appear
Here is my code
http://pastebin.com/m789f935e