Hi
I Constanty get error when i select a .txt file in exproler that hangs it for some 40 seconds
then alow to view the contetn.
How i can turn that PireviewPane off?
I have a program (ISYS) that I have been using since 2006. It migrated successfully to Windows 7. Just yesterday it started manifesting this strange behavior. The program has a selector to allow you to select a directory that might have relevant files for the program. As of yesterday the program will only let me select folders on the C drive. …
Being left-handed, I use the mouse in my left hand. In most applications I use Ctrl + Insert or Shift + Insert to copy and paste (with my right hand).
For some bone-headed reason, this is not supported in Photoshop, so I have to use right-click Copy sub-menus, which is a lot slower.
Is there a way to configure Photoshop to use Ctrl + Insert to…
In past, I am using Listview and using below code can show a particular image for particular memId. But now I need to replace listview with Infragistics.Win.UltraWinGrid
problem arise how i show image for ultragrid.
For Each LItem As ListViewItem In Me.dvParticipants.Items
If CInt(LItem.SubItems(2).Text) = memid Then
…
I have developed a media based application that runs on a device with Win CE. I need to have a mute/unmute button for controlling the application volume. I have developed the app using .Net compact framework.
Hi All,
Is there a way to log all of the clicks in a Win Forms application? I'd like to intercept clicks and record the action and the name of the control that caused it.
Is this possible?
Thanks in advance.
i have a win form named A , A contains lots of different controls ,first contains a main groubbox and this groupbox countains lots of table and others group boxes. i want to find a control which has tab index 9(example) in form A but i dont know which groubox contains this control. how i found this control.
regards
Shailesh
I have a win32 GUI (MFC) application which I need to port to a WIN CE environment. I keep encountering undefined identifiers. What is the best way to deal with this- is there some site where i can get a mapping of some kind between win32 supported features and corresponding wince features (even if they are not supported, the information that they…
I installed mercurial 1.5.1 on win xp but the files listed in hg help config, were not created.
Namely:
%USERPROFILE%.hgrc (is that a valid windows file name?)
%USERPROFILE%\Mercurial.ini
\Mercurial\Mercurial.ini
C:\Mercurial\Mercurial.ini (no such directory altogether)
%HOME%.hgrc (what is this directory)
%HOME%\Mercurial.ini…
Hi guys, my web hoster uses windows nt as server + IIS 6
I'm hosting an asp.net 3.5 web site and it... works great !
So my question is : why buying a win server 2003/2008 hosting instead an "old" NT if NT works great ?
Can any one tell me how many processes were loaded in win 3.1x on startup? (system tasks)...
Just couldn't find it anywere..i guess it is too long ago for the internet :-)
10x
Hi,
i want to add silverlight in my win ce . can anybody tell how to add the silverlight application..?and what are the thing i want to add in the catalog menu. pls tell the steps for this.
Thanks
Vinoth.
I'm storing a value in the registry with the first install date of my program.
When I try to read this value as a USER (non-admmin) on Vista or Win 7, i get an error saying I don't have enough rights to read the registry ??
How can I read registry as a user, or how should I save my install date?
Has anyone seen a good "quick" solution to duct tape together an instant win contest? I need to find a solution where a winner a day gets randomly selected after signing up for email. My company just told me about this and as usual there is really no budget.. no time to accomplish this. Thanks for any ideas.
I did the following steps to use the CDialog in win 32application;
1.Changed the use of MFC to "use mfc shared DLL".
2.Added a dialog resource and added a class for the dialog.
3.Included the dialog class in my main.
4.Tried to call do modal.
when i try to call do modal...i am getting an debug assertion failed.. can anybody…
Is there a way to force a restart after a set amount time unless the machine boots into OS properly?
It seems like a watchdog card is the way to go, any recommendations for a card or solution is appreciated.
In case to find out the cause of TCP retransmits on my Linux (RHEL, kernel 2.6.18) servers connecting to the same switch. I had a client-server pair send "Hello" to each other every 200us and captured the packets with tcpdump on the client machine. The command I used to mimic client and server are:
while [ 0 ]; do echo…
We have a Win CE 6.0 device that is required to consume services that will be provided using WCF. We are attempting to reduce bandwidth usage as much as possible and with a simple test we have found that using UDP instead of HTTP saved significant data usage.
I understand there are limitations regarding WCF on .NET…
I am using a NotifyIcon from Win Forms to make a systray icon for my C# application.
I have a bug where if the user right clicks the icon for the context menu, they can press Alt-F4 and the icon will disappear from the tray, but the Main WPF application is still running. This is especially a problem when they have…
Actually while building the win ce project getting the two errors -: Error
1 BUILD: [00:0000000015:ERRORE] C:\WINCE600\PLATFORM\ICOP_Vortex86_60CS\SRC\OAL\OALLIB\obj\x86\debug_objects.mac: create file failed.
2 Error 3 BLDDEMO: There were errors building mytest
I think it's comes, due to unset of environmnet…
Library Project compiles fine for ANY CPU in VS2008 running on Win 7 64 -bit.
Now in the post build following command fails when attemptiong to register library dll:
PS C:\Windows\Microsoft.NET\Framework64\v2.0.50727 .\installutil C:\path\Project.dll
Exception occurred while initializing the installation:
…
hi.
I used the following code to verify the single instance of application. On Win XP X86 it is working fine, but on X64 after 3 to 4 minutes System generates StackOverflowException and causes the application to hang. after removing this check application is working fine..
Please tell me what should be the…