Hello. I try to use this code :
webBrowser.Document.GetElementById("login").SetAttribute("value", "user");
It work great but not when i use it in a new thread. I get an InvalidCastException. What can I do ?
Hello,
I have been looking for an alternative to Hibernate for various reasons. I came across Liquibase and i like the idea so i am willing to try it. Liquibase will cater for database creation/modification in a SQL independent fashion. My main question is how does my code in my application execute SQL statements without being database dependent? Is there some other project that acts like Hibernates Dialect classes?
Thanks,
Paul
Hello,
I keep getting this error whenever I call gethostbyname() in my C code.
==7983== Invalid read of size 1
==7983== at 0x412AB2C: ____strtoul_l_internal (strtol_l.c:298)
==7983== by 0x412A46F: strtoul (strtol.c:110)
==7983== by 0x41D427E: inet_aton (inet_addr.c:143)
==7983== by 0x41D8FF3: __nss_hostname_digits_dots (digits_dots.c:144)
==7983== by 0x41DD0F9: gethostbyname (getXXbyYY.c:109)
==7983== by 0x804BE6F: connexion_function (in ***************)
==7983== by 0x8049A8F: main (in ***************)
Any ideas ?
Thanks,
Hello,
is it possible to create a screenshot of a WPF application as SVG / is there some WPF built-in function to get the XAML code for the current drawn window that then can be converted to SVG? I need some screenshots for documenting a WPF application and I'd like them to be zoomable like a WPF program is using e.g. Snoop or Vista Magnifyer. Thanks for any hint!
Hello:
How do you change the vim color scheme for highlighted braces? I'm looking to actually edit the .vim theme file to make the change permanent.
Regards,
Craig
hello sir..
i need your help Sir..
how to interpret dwParam1 from delegate midiInProc into midi status message like note-off, or note-on, control change..
because as long i try dwParam1 is 254, and is not equal to note-off or else...
Hello, I implemented IDispatchMessageInspector and in method AfterReceiveRequest I can receive name of method (action) that calling from client like this request.Headers.Action. Can I found name of service that where this method was implemented? For example I have service Test and two methods Start and Stop and request.Headers.Action for this method like this request.Headers.Action "http://bla.my.com/Start" and "http://bla.my.com/Start" How Can I found name Test and possible this or impossible?
Hello All,
I want to Change the Cursor Image on Mac irrespective of which application is on Top or in focus.
Can some one direct to related source code or some hints would be helpful?
I am using Carbon, C++
Thanks
Rahul
Hello,
Are there any equivalent Javascript functions for Python's urllib.quote() and urllib.unquote()?
The closest I've come across are escape(), encodeURI(), and encodeURIComponent() (and their corresponding un-encoding functions), but they don't encode/decode the same set of special characters as far as I can tell.
Thanks,
Cameron
Hello,
We know that we can use a concept "Java Package" but I just wanted to
know that whether Android has provided a DLL or DLL like concept where we can write a
most of the functionality.
Or can we use Activity for serving a purpose of DLL.
Can any one tell me is there any concept like DLL on Android OS? Can we develop a DLL for better modularization and other benefits on Android?
Thanks and Regards,
Prashant.
Hello,
I want to publish a web site on Amazon's servers, that:
Runs CakePHP
Uses MySQL to store data
Lets users upload audio through flash (currently using a hosted Flash Media Server), and listen to the files later
Do I need Amazon's EC2 for the website, RDS for the MySQL database, and CloudFront for the FMS?
Thanks.
Hello,
It looks like the final release for ASP.NET MVC 2 has been already around for 2 weeks. Unfortunately, I can't find documentation that's intended for MVC 2 exclusively. I've checked Amazon.com (no book yet on MVC2), ScottGu's Blog (only 2 short posts), ASP.NET/MVC website (they've only posted what are alreadi in the ScottGu's blog).
Any idea where to find matter on MVC2?
Thanks for helping.
Hello,
I'm working on a LaTeX document and using lstlisting to display my Java source code. My setup looks like this:
\lstset{
basicstyle=\ttfamily,
keywordstyle=\bfseries,
language=Java,
frame=single,
aboveskip=11pt,
belowskip=11pt,
breaklines=true,
breakatwhitespace=false,
showspaces=false,
showstringspaces=false
}
The keywords are not highlighted bold when using ttfamily, but if I use small or don't specify the basic style, they're highlighted fine.
What am I missing?
Hello,
I recently found this very interesting article on APNS and Emoji characters: EASY APNS - Just for fun
It contains a list with all supported Emojis. However, I couldn't get them to display in my push notifications. All I get is the code, not the image. For example, if I add \ue415 (a smiley) to my message, I never see the image, just the code.
Any idea what I'm doing wrong?
Thanks in advance.
Hello,
is it possible to have links on the welcome page which point to defined commands and for example, launch an dialog?
I am thinking of having a welcome page, pointing out the steps what to do first, like:
1) change language (click here)
2) set up database connection (click here)
3) start working (click here)
"click here" should be a link to call the actual dialog to set things up. I am using Eclipse with the command style menu.
Grateful for any suggestions!
Hello!
I have 3 spinners (dropdown menus). I would like the user to select item from the first one and that would determine the options(different string array) on the second and on the third spinner.
E.g. user selects the country in the first spinner and then gets popular music groups in that country on the second spinner and popular dishes on the third.
What is the easiest way to do this?
Hello everyone
I am using UIWebView to load a web page.
There are 2 questions:
1.It it possible to track the percentage progress when UIWebView is loading the page?
2.I know there is property scalesPageToFit
scalesPageToFit
A Boolean value determining whether the webpage scales to fit the view and the user can change the scale.
I try to set it to YES, but it looks like that it is not in public API and my app stopped with black screen, I am not sure what is wrong?
Welcome any comment
Thanks
interdev
Hello ,
my java test worked well from Eclipse ,I do not know I relaunch test from run menu and then have the following message:
No tests found with test runner 'JUnit 4'
In the .classpath file I have all jar files, and at the end have :
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
please help!
Hello,
I want to port an existing, legacy, ecommerce website from ASP to ASP.NET.
What approaches do I have ?
is there a way to run an ASP file with an ASP.NET engine ?
are there tools to automatically convert ASP to ASP.NET and do they work on complex websites ?
other approaches ?
Thanks for your help
Jerome Wagner
Hello,
Is there a way to test your application's processing and handling of Paypal generated credit card errors? I'd like to verify that my application can handle a declined credit card or something like that.
So is there a way to have Paypal send an error message? Or would it be better to generate a stub and use it in the testing environment? If this is the better way, how would one generate a stub?
Thanks!
Hello, I have a few inputTextBoxes and I'm using document.activeElement to handle value changes of those inputboxes called by "change()" function of inputBox element.
the problem is when I change the value of one of the inputboxes and then click in another inputbox... the function will get the document.activeElement of the new inputbox and will not work... how to make the function "know" that the one that changed was the previous one?
Hello!
A friend and I are trying to start our own UK based business.
We both know Java and thought we'd try to implement it using JEE6 and JSP. Can anyone offer some advice on how viable it would be and provide us with resources to consult?