I want to perform the following artistic effect with my MFC app.
Can anyone tell me, how to perform it ?
Input Image :
Output Image :
Waiting for the reply...
Thanks in advance...
Has anyone implemented any effective solutions to address the numerous issues that are caused by IE8's session sharing functionality? We've gotten very close by writing a custom http module that compares session and view state values, but our efforts are thwarted by things such as accelerator keys and unaccceptable copying of session objects.
This is a VB.Net web app.
Hi there
I'm working on an ASP app and I have an asp menu item
it shows the menu sub-items when the mouse is over but i'd like it to show the sub-items with a mouse click
what can I do?
tks
I'm working on a VB6 app that will do some very simple communication with a web server (passing value and getting back an anwer. Low bandwith and infrequent use).
Someone suggested using WCF or Web Services. I'm wondering what the advantages are vs. just posting to an ASPX page like:
Myserver.com/Functions.ASP?FunctionName=GetValue?UserName=BubbGump
and returning some simple, easy to parse text, like one value per line.
Hello,
Apple has disabled the overflow CSS aspect in mobile Safari so it is not possible to scroll inside a fixed height div. This is quite annoying.
While making an iPhone native app, is it possible to access WebKit settings to turn that feature on ?
I can't run a debug sdk application because it requires both VC 8 and VC 9 versions of the CRT. But it only requires visual studio 2008 for plugin dev, which is what I need.
How do I install the debug runtimes from 2005 on to a Windows7 machine? I can't figure out how to make them run app local nor can I copy anything into the winSxS folder without a trusted installer.
I'm trying to use System.Drawing.RotateFlipType in my settings file. This screenshot summarizes my problem:
Each of RotateFlipType values is doubled, and some are missing. If I try to use some of missing values (like Rotate180FlipX, through app.config) - it is simply ignored.
Using VS2008 with SP1, vb.net with framework 3.5 on windows 7.
Ok, so I've got an andoid phone with a bunch of icons up the top, looks like app notifications go on the left, system icons go on the right.
Most of the system icons seem reasonably intuitive, service, 3g, wireless etc.
I've recently gotten a new one that looks like a phone being tilted / shaken and have absolutely no idea what it means.
Is there a reference site where I can look this thing up?
My app needs to save files that will range from about 2-20mb. When I tried to do this I was getting an OutOfMemoryException. I did some reading and it's looking like Android has a file size limit of 1mb. Is this correct? If so, is there a way around this limitation, other than splitting up every file into 1mb chunks?
I have a TabControl in the mainwindow of my app. I also Have a keyBinding for CTRL-TAB. However, whenever the TabControl is selected and CTRL-TAB is pressed the keybinding is not triggered because the TabControl handles the input and cycles through the tabs.
Is there any way that I can fix this?
I've got a table of projects in my Rails app, each with a delete link, like so:
<%= link_to "Delete", project, :confirm => "Are you sure?", :method => :delete %>
However, the delete request is sent even if the user clicks "Cancel" on the dialog box.
Any ideas on how to fix this?
Hi guys,
I'm trying to work out an app design in my head and I would like the user to be able to click there destination address on the map of there area.
If I know the user is in Liverpool is it possible to pop up the map over liverpool and then allow the user to select on the map where they wanna go, and the google map/api return the street or the name of the area?
I've never used googlemap/api yet so just wondering if this kind of thing is possible on the iphone yet.
Many Thanks
-Code
I've been trying to to consume SOAP requests (.NET web services) and have found some pretty good tools that I wanted to share:
1) http://grabalife.com/2009/10/19/using-net-web-services-and-dataset-objects-in-your-iphone-app/
Really easy clean way to perform all the call needed for consuming the services.
2) http://code.google.com/p/mac-soapclient/
SOAP Client uses WSDL files you provide to dynamically create a graphical user interface for any given SOAP-based web service
Hopefully that will help someone as much as me!!!
Happy coding !
I've heard/read about people not wanting to reference the assembly because of the Windows component (e.g. "I don't want to reference Windows for my Web App).
I'd like to hear what a large community feels about this.
For which project types (business, data access, etc.) is it considered acceptable to reference WindowsBase.dll.
When I load up my MFC C++ app in VS2005, the IDE always defaults to the command window. How do I make it switch to the Output or Immediate windows by default?
I'm profiling an app that has a boat load of functions in many files and I'm trying to isolate functions that don't get called ever.
Any ideas before I proceed?
How can I pass along attributes to my tasks in capistrano?
I'm thinking it would be something along the lines of...
role :app,
[["server_one", {:name => "alice"}],
["server_two", {:name => "bob"}],
["server_three", {:name => "charles"}]]
And then for my task...
task :start_server do
run "./myscript #{name}"
end
Any ideas?
I have website http://waycoolblog.com . but i cannot access through its ip address
http://74.220.219.56/
why is this happening. ?
My main question is whether this is a common thing. in my app am trying to the resolve the sitename myself and trying to connect with the ipaddress instead of sitename.
I want to makesure this that works properly.
Thanks.
I was looking for an API to send incoming calls to voicemail.
I know this can be done using the Contact app that comes with any Android
phones. But is there an API for this?
Hello gurus,
I have a desktop application sending/receiving messages (not files) to/from a WCF service.
How do I intercept the total size of the message to be transferred and receive feedback (number of bytes transferred) during the transmission so a progress bar maybe displayed to the desktop app user?
How many approaches are there? What is the best one given my application scenario?
Any comments or suggestions will be greatly appreciated,
Cullen
Hey,
I want to imitate the webcam video record feature that yFrog has on it's site.
I know I need a flash media server or a red5 one, but I want to know what flash app do they use and what is available on the net to record videos using the users webcam.
Thanks
And, does it cache it locally?
I ask because I am wondering if it's possible to change the sound of a push notification via SSH, replacing an app sound.
My question is specifically about how the API for push notifications works. Does it send a .caf (aiff) binary file for the phone to play each time?
Hi Friends,
How many application we can distribute using this 2 diffenrent prog:
and how many users can test App on different Device using these two programs
1)Standard programs ($99)
2)Enterprise program ($299)
Thanking in advance
I am trying to create a map app for iphone and I have a little problem. Every pin on the map has a different name. How can my program know which pin button is pushed so it can get the data from the server. I've created only one detailed view and I don't know how to make this work.