32 Bit App Not Compatible Windows 7 X64 - Explorer Crashes

Sep 29, 2010

I am trying to make my application run on Windows 7 X64. The application runs fine, however the explorer process keeps crashing after i started or ended the application. Explorer crashes mostly on right mouse button clicks. This gives me a feeling there are pointer problems / mem overloads with the application Application CPU is set to X86, i ran into debug mode with stack traces no serious issues found. I am using a couple of Api's and i know there are rules regarding WOW64 mode however they are really unclear. MSDN doesn't supply the information i need. The information supplied only raishes more questions lol.

[Code]...

View 3 Replies


ADVERTISEMENT

Can Make Tool Bars For Windows Explorers / IE Explorer And To Fire Fox Internet Explorer

Aug 30, 2009

1- I want to know what's the windows service project and how i can use it.

2- I want to know how i can making tool bars for my windows explorers , IE explorer and to fire fox internet explorer.

3- I want to know how i can making add-ons for my VS 2005.

4-Can i change my Form Opacity Without Changing My controls Opacity

View 1 Replies

Creating A File Explorer Similar To Windows Explorer?

Aug 1, 2010

I want to make a program that is similar to Windows Explorer. It will have a button that when you click it it opens a FolderBrowserDialog and it will have an area that displays the contents of the selected folder. I want to have a label that displays the current folder path (i.e. 'USERDocuments...') and I also would like a feature to search all files on the computer.Also, is it possible that when I click on a file in the contents of the selected folder it displays its information (i.e. Name, Size, etc.)? And can I also make it so that if you double click on another folder in the current folder's display it opens that folder? And can I have a button to go up one directory?

View 1 Replies

C# - Is .NET 4.0 Compatible With Windows XP SP2

Nov 17, 2010

I have read here [URL] that to instal .net 4.0 CP (client profile) you must have WinXP SP3 or above. This is somewhat worrying to me as there are many people on SP2 or below.Is there any way I can run a .Net 4.0 app on any version of Windows xp and above? (without worrying about which service packs they have)?If not, what about .NET 3.5, 3.0 or 2.0?how low do I need to go in my .net framework version choice to ensure compatibility for WinXP SP2 or above, ... How low do I need to go in my .net framework version choice to ensure compatibility for WinXP (no service packs) or above?

View 4 Replies

VS 2010 Program Is Not Compatible With Windows XP?

Jul 15, 2011

I've made a program in Visual Basic 2010 SP1, but users that are on Windows XP report that it isn't compatible, although they have installed Microsoft.NET Framework 4. I even tested it myself on a WinXP computer with the latest framework and it just crashes. My computer has Windows 7 and it works flawlessly. All my other programs are compatible with XP, but this one isn't. I have developed this program in Visual Basic 2010 SP1, and the other were developed in the normal Visual Basic 2010. Does this problem have anything to do with Visual Basic 2010 SP1?

View 17 Replies

VS2005 - Compatible To Windows Vista?

Jun 1, 2009

I am writing a project using Visual Basic in VS2005. I have tested it with Windows 2000 and XP. Can I assume it will work on Windows Vista also or are there allot of compatibility issues I need to be concerned about?

View 3 Replies

Windows Application Compatible With Mac Operating System?

Jan 22, 2009

I have developed one windows application using vb.net. I have setup that application on windows operating system its working fine on windows os. Now I am trying to do that exe run on Mac operating system. Is there any other know the solution how the windows application compatible with Mac operating system.To support vista os I created manifest file and resource script files.Please help me how the windows application compatible with Mac operating system.

View 6 Replies

32 Bit Application Crashes When Exiting On Windows 2008 64 Bit

Jan 4, 2011

We have an application that works well on XP/Pro, Vista, Windows 7, Windows 2003 Server, Windows 2008 Server (32 bit) but is problematic on Windows 2008 Server (64 bit). The application uses an unsigned activeX control which may or may not be related to the problem. To install we need to add the program name and regsvr32 as DEP exceptions. Once that is done the application installs correctly and operates normally except when the application closes.

If a user clicks the 'exit' button our code basically says 'unload me' (where me = the main form of the application) and there is no code in the form_unload section of the program.

Everything works well on every Windows platform except Win 2008 64 bit where we get

APPCRASH
Application Name: PDFPrint.exe
Application Version: 10.10.0.18
Application Timestamp: 4d238253

[Code].....

After we continue to close the program we see a message box with run time error 216 at 00002B24 message.

View 2 Replies

Cannot Upgrade From Windows Vista To Windows 7, Internet Explorer Freezing?

Nov 11, 2009

nothing

View 2 Replies

Adding Windows Explorer Capability To A Windows Form App?

Aug 27, 2010

So i am having a bit of a problem.. What i want is for my application to show the panel in the from to display a windows explorer selection.. Look here

You see the panel 2 in here... Well the panel 2 needs to display this...

Is this possible you know like with a library or an extension or something.. Or do i need to make my own System for viewing files..???

View 1 Replies

Get The Current Windows Explorer Path In .net Windows Application?

Feb 15, 2012

how to get the current windows explorer path in vb.net windows application?

View 1 Replies

Opening And Closing Windows Explorer Not Working In Windows 7

Aug 1, 2011

I have 2 functions for opening and closing Windows Explorer, which is still working fine with Windows XP and even Vista. The same functions not working on Windows 7. Following are the functions:

Dim HTProcess
As New Hashtable
Private

[Code].....

View 1 Replies

Opening And Closing Windows Explorer Not Working In Windows 7?

Jul 9, 2009

I have 2 functions for opening and closing Windows Explorer, which is still working fine with Windows XP and even Vista. The same functions not working on Windows 7

Dim HTProcess
As New Hashtable
Private

[code]...

And 'CloseFolder' functions not able to close the Windows Explorer in Windows 7

View 11 Replies

Windows Explorer Search Button It Open New Windows?

Aug 25, 2009

I have use VS2005, I have open windows explorer from code. when i click on search button it open New windows, and in this I click on All files and folders in Look in : combo by default C: and D: drives are set.

[Code]...

View 1 Replies

C# - Open A Windows 7 Library In Windows Explorer

Jan 25, 2012

How do I open a Windows 7 Library like Documents, Pictures, Music, Videos and all other custom libraries from my app? I tried opening explorer.exe LibrariesDocuments but it doesn't work.

View 6 Replies

Get Current Windows Explorer Path In Windows App?

Jan 24, 2012

how to get the current windows explorer path in vb.net windows application?

View 3 Replies

Unable To Drag From Windows Explorer To VB,Net In Windows 7?

Nov 28, 2009

I code to drag files from windows explorer to a listbox. The code works in XP and Vista, but not Windows 7. In Win 7

Private Sub ListBox1_DragEnter(ByVal sender As Object, ByVal e As System.Windows.Forms.DragEventArgs) Handles ListBox1.DragEnter e.Effect = DragDropEffects.All

End Sub does not respond.

View 1 Replies

Emulate Windows Explorer?

May 27, 2009

code examples that emulate Windows Explorer?

View 7 Replies

Getting Properties From Windows Explorer?

Aug 6, 2010

I am writing a bootstrapper program to which I'd like to associate a file. I'd like the bootstrap app to store the path and name of the file the user's selected in Windows Explorer. I can get the directory name using the Environment.CurrentDirectory property. how to get the filename though.

View 1 Replies

How To Create Own Windows Explorer

Jan 12, 2012

I'm trying to create a program where I can hold my own files and be able to put a password upon opening the program. Once I put the password in, I'd then be able to access, make changes, and open my files that I choose to put in there. I did try this, but I get UnauthorizedAccessException. I get it when it reaches:

For Each mDirectory As IO.DirectoryInfo In mNodeDirectory.GetDirectories in TreeView1_BeforeExpand
Private mRootPath As String = "C:Users"

[Code].....

View 2 Replies

How To Handle Windows Explorer

Dec 27, 2008

I have work on vb.net 2005, and want to create a small application for handle windows explorer by my application. In this application my needs are.Open Windows explorer on user define Root folder. For example Root Folder is D:ABC and in this root folder some sub folder are present (Number of folder depend on users). For example in under d:ABC three more subfolder are present 1.NSHARMA 2.APOORE 3.SKHANNA, name of folder is user login name in application.

View 39 Replies

How To Handle Windows Explorer By .net

Jun 11, 2009

I have work on vb.net 2005, and want to create a small application for handle windows explorer by my application. In this application my needs are.Open Windows explorer on user define Root folder. For example Root Folder is D:ABC and in this root folder some sub folder are present (Number of folder depend on users).

For example in under d:ABC three more subfolder are present 1.NSHARMA 2.APOORE 3.SKHANNA, name of folder is user login name in application.I need when NSHARMA login in application then in D:ABC folder only show NSHARMA folder and other folder will hide, D:ABC folder are present on Common Path.In this Application one more common Subfolder under D:ABC it's Name is SharedFolder, it will Share between all user , it can access by at same time all login users and only how will be see it how is permission for it. For Example NSHARMA and APPORE have permission for this then only they will see this subfolder. Then APOORE and SKHANNA will be login in application that time APOORE will see it and SKHANNA does not see it.

[Code]...

View 13 Replies

How To Open Windows Explorer

May 25, 2009

I have use VB.Net 2005, I want to create an application , in this I want to open a particular Folder (for example D:/MyFolder) , in windows explorer and windows explorer open in some one vb.net control(which I can not know, it may be Panel) and control windows explorer tool bar by vb.net( enable and disable).

View 4 Replies

C# - Get Path Of All Open Explorer Windows?

Jan 5, 2012

I want to list all open Windows Explorer windows with their active path in a ListBox. The app should refresh the ListBox if the explorer window is navigated to a different path.

For e.g. two explorer windows are open. One is navigated to C:Windows and the other is navigated to D:Stuff. When the app it run, it adds C:Windows and D:Stuff to the ListBox. Then, the user navigates to a different folder in one of the open explorer windows like C:Windowssystem32. The app should then refresh the ListBox and list C:Windowssystem32 and D:Stuff instead.

View 1 Replies

C# - Overload The Windows Explorer Functionalities?

Aug 26, 2011

I want to catch the event of deletion, renaming or copying a file in Windows Explorer. For example, if a folder contains the files "test.a" and "test.b", and that I remove "test.a", then my program will remove the two (same for copy and rename).I know how to add an entry to the context menu of Windows. But the goal isn't to add functionality to Windows. The goal is to redefine an existing function.

View 2 Replies

Get Active Windows Explorer Directory?

Jan 30, 2012

I wrote a program that runs in the background and waits for me to hit a predefined key combination.

When I hit this key combination I want it to do the following

Check and verify that Windows Explorer is up If IE open, I want it to get the current/active windows explorer screen directory.

So lets say I had windows explorer opened to "c:\program files(x86)\my Folder"

Then when I press my key combination "shift+t" my program will get the directory of my windows explorer.

So it should display a message saying something like "Active Directory: c:\program files(x86)\my Folder"

View 4 Replies

How To Get Current Windows Explorer Path In App

Jan 24, 2012

How to get the current windows explorer path in vb.net windows application?

View 2 Replies

Integerate Program Into Windows Explorer?

Jul 1, 2009

How can i integerate my program into windows explorer? So when i right-click a media file, there should be an option like "Convert this file to " And when i click that "button" it should start my program and do a conversion .

View 2 Replies

Mimic Windows Explorer Rename?

Sep 18, 2009

I'm using Visual Studio 2008 with VB?I have a listview that I want to mimic the functionaly of Windows Explorer.I have populated the list view with files from a folder.I want to be able to rename one or more of these files just like the Windows Explorer does.I have a right mouse context menu that has rename Then I want to creat a textbox over the position of the file , then type the new name into the textbox, then hit enter , then textbox dissapears and the files gets a new name.

View 1 Replies

Music Info From Windows Explorer?

Sep 4, 2011

I'm making a music player, where a user can add and remove music from a treeview control. However, for each song, the user must enter the name and artist. The file path, artist and name are then all saved. I've noticed that in Windows Explorer, in the music library, it already has the song name, artist etc. How could I get my application to read this information and add it as a string?

For example,

Private SongName As String
Private ArtistName As String
Private FilePath As String

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved