i want to show the folder contents in my windows form from where user can copy paste the files user needed, what type of container i have to use for this purpose?
I want to do a program that on notebook LCD show a controller of what we see on VGA output connector, it is possible to do that?
For instance, on LCD you can see a remote control (play, stop, volume) an on VGA you see the film without controls
BR
Santiago
I want to send email with an image attachment but the image must not be hosted on the server. I will attach the image show it in my html e-mail (with img src...). Is it possible?
Hi!
Is it good when url to show and destroy are same? How it can be changed in RoR if i want continue use standard tools like script/generate scaffold ?
Thanks.
I have an editText in the status bar ,when writing in the editext field ,I want to show the soft Keyboard . I try to use the InputMethodManager,but can't work.how can I make it work?
any suggestion?
i use http://github.com/joshthecoder/tweepy-examples to twitter user login on gae,
and successful now ,but ,how to show user info ?
i have the 'auth' object ,and what is the document about auth method and property,
auth = tweepy.OAuthHandler(CONSUMER_KEY, CONSUMER_SECRET)
thanks
I have a multiline textbox which can contain only 500 characters. Now i want to show the user the number of characters left as they are typing into the textbox as is the case when we use twitter.
Kindly help
I'm working on a prototype with Expression Blend 3. I've put a combobox onto the form, and then added ComboBoxItems through the Blend UI. When I test it, and select any item it doesn't show up in the text of the combobox.
Why is that?
How to make button show it is clicked (by setting it go down/some change) for buttons using custom background image in Android.
I do not want to include more images and set different one to different states like shown in google views example.
Thanks.
I've integrated paymate with my joomla virtumart site. When I'm ready to checkout some information doesn't show, such as country. How do I get this extra information to display?
Hi,
in a form if there is a field and a global error both messages are showed.
I would like to show the global errors only if there isn't any field error.
Any idea?
Javi
Hi!
Is it good when url to show and destroy are same? How it can be changed in RoR if i want continue use standard tools like script/generate scaffold ?
Thanks.
I have used TableView and i am displaying Data coming from the Web.NOW I WANT TO PERFORMING the Paging TableView so after 5 record i want to show "showmore" Option and by pressing "showmore" It Display remaining data so how it is possible?
How can I get this a symbol, a to show up on my web site?
it is for http://www.ohanamakamae.org/
and all the other symbols work, just not the a.
I hope someone can help, I am working in Dreamweaver.
I want to show my application user a progressbar for following actions:
when they provide login information in WPF and hit submit/OK whatever.
when they request any information from DB (select command execution).
Thank You
I have created an application that looks like a news ticker. It suppose to run on a machine which has PPT slide show running on it always. I have set
this.TopMost = true
So the ticker application overlaps the PPT. But I want that the ticker application as well as the ppt are seen together. This is possible only if I can cascade the applications.
Can someone please help?
I need to show the ellipses(...) if the text overflows in DIVs and SPANs.
I have a CSS attribute called text-overflow:ellipses. But this works only in IE.
I want to display the same in other browsers like Firefox/Chrome etc..
I want to show a filtered history of commits. I need only those commits that have less than 60 seconds between each other, in order to see who did a bad job committing so fast. How to do this?
I want to show the time of the last blog update at the header of my wordpress blog. It's not the last update time of a post but rather any post or page (i.e. any last update done in the blog)
e.g. Format:
Tuesday, March 16, 2010 Last Update: 6:09 PM ET
Is there any template tag to accomplish this?
Hello everyone
I tried upload image with CKEditor form ASP.net server and send image to upload with PHP in another server.
That's work for upload image but the image didn't show on editor.
Please could you help to solve this problem.
We are using Crystal Report 12 in one of our projects. Currently I need to create report template which should show different icons based on the some field value.
That field contains a number, storing some kind of status and I have several icons corresponding some statuses.
At the moment I can't figure out how to implement such a thing in Crystal Reports designer.
Could someone please help me?
Hi all,
I want to get the url for my site as "www.ABCD.com/username" without the controller name in MVC architecture, such that when i click the name of the particular user i want to show details of the user with just the name of the user showing in url.