|
I try to use Touch Screen control some motors, and motors run when received mousedown event ,and stop it when received mouseup.(picturebox control)
but i find that sometimes when My finger lifted form touch screen the motor do not stopped,and that means mouseup envent not always Captured by WinCE.
and what should i do to resolve it?
|
|
|
|
|
Don't double post and maybe you'll get an answer faster. The is the wrong forum for this question
only two letters away from being an asset
|
|
|
|
|
Hello everybody,
My application has a picturebox control. Now what I want is to move the source image file (to a different directory) without clearing the picture box.
Any suggestions?
Thanks in advance.
Excuse me for buttin' in, but I'm interrupt driven.
modified on Monday, June 1, 2009 9:21 AM
|
|
|
|
|
Hi
You want to move the picture box ?
|
|
|
|
|
No, I don't want to move the picturebox, I want to move the image file (the file from which the image into the picturebox was loaded).
Excuse me for buttin' in, but I'm interrupt driven.
|
|
|
|
|
Don't use Image.FromFile as it locks the file, use Image.FromStream instead.
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
|
|
|
|
|
Thanks a lot.
Excuse me for buttin' in, but I'm interrupt driven.
|
|
|
|
|
Is there a way to resolve an adresse IP that use no-ip.com stuff.
I tryed some code but all i obtain is the IP of "no-ip.com" not my computer IP.
what you think is it possible? or maybe using dyndns ?
|
|
|
|
|
|
i did ping Mysite.no-ip.biz that return to my own pc apache website.
it does return some IP 75.12.etc.......
so this IP is the IP of no-ip.com, not my computer IP wich start by 86.123.........
if ping cmd fail resolve my ip i doubt a c# code will do it.
At least i have no idea how.
|
|
|
|
|
|
My user will not have access to this file.
i would do a something in c# code so user know everyday my new IP and send socket to me.
for now i have to bypass and have myserver store the IP in a well known rendezvouz point Database".
would be more simple if i was able to make user machine ping mysite.no-IP.com then being able resolve the true IP behind no-ip.com proxy.
|
|
|
|
|
What if you connect a TCP socket to that IP and then check the RemoteEndPoint?
It's a wild guess, but it could work.. or actually, it shouldn't. But if it does anyway, then it's cool.
|
|
|
|
|
Dear All,
I have developed an windows service application which works perfect, i have another application which starts that service.
i want to have an animated icon for this application in system tray.
i can set non animated ico file as the icon, but i am looking to add animated icon
in system tray. any ideas please?
i have seen much applications where they have animated icon in tray.
Abdul Rahaman Hamidy
Database Developer
Kabul, Afghanistan
|
|
|
|
|
Add imagelist control to your application
add icons to this image list
now you can get the NotifyIcon value from this imagelist by icon index ...
I know nothing , I know nothing ...
|
|
|
|
|
thx dude i really appreciate urs..
Abdul Rahaman Hamidy
Database Developer
Kabul, Afghanistan
|
|
|
|
|
Take a look at Animating Shell Tray Icon with - C#[^]. Judging by the title, it might have the answer.
Do you want to know how I found this?
Yes that's right I Googled!
Henry Minute
Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
|
|
|
|
|
Henry Minute wrote: Do you want to know how I found this?
Yes that's right I Googled!
I think it looks like we all need to get used to a world where people think its easier to be a programmer than it is to use a mind-boggling search engine search as Google
Life goes very fast. Tomorrow, today is already yesterday.
|
|
|
|
|
Sad, but true!
Henry Minute
Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
|
|
|
|
|
In his/her defense - that article is rated pretty low, I probably wouldn't have paid a great deal of attention to it if I'd found it.
DaveBTW, in software, hope and pray is not a viable strategy. (Luc Pattyn) Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) Why are you using VB6? Do you hate yourself? (Christian Graus)
|
|
|
|
|
That might well be true.
The fact remains, however that a search on either Google or even 'bing' gives multiple hits. I simply pointed the OP at that one because it was on the first page returned, and I noticed that it was on CodeProject.
The OP stated that he/she had seen other apps that did it, so the chances of there being no hits was pretty remote.
Henry Minute
Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
|
|
|
|
|
Don't get me wrong - I agree toatally!
DaveBTW, in software, hope and pray is not a viable strategy. (Luc Pattyn) Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) Why are you using VB6? Do you hate yourself? (Christian Graus)
|
|
|
|
|
Hello,
Do someone can help to found Microsoft Arabic Word Breaker because i need to install it for searching arabic pages while useing the index service of microsoft.
regards.
dghdfghdfghdfghdgh
|
|
|
|
|
|
Hi All,
I have an application that reads .csv data. My problem is that the is a value that is not read, it will read the number before the comma, but this is one number.
How do i make the app read the full number, e.g.: 1,093?
if (_lineItem == 12)
{
// the rows that will be added into the
// specified columns
dt.Rows.Add(new object[] { _dateParse, _casinoname, _line[3].Replace("\"", "").Replace("," , "")});
}
_lineItem++;
Thank you,
|
|
|
|