Moving On To Windows 7 - 64bit?

Dec 9, 2010

I'm getting a new laptop with pretty free hands as to what to get.Most I like come with Windows 7 64bit and I'm a bit cautious about that as I have Vista 64bit on a stationary at home. Not completely happy with that.

I have learned that the Jet database - that I use a lot - does not run on Vista 64bit, but how's the story with Windows 7 64bit. As I will be doing a lot of programming on the new laptop (and I need to get moving again soon - busy!!) I would like to know of potential problems up front.

I'm using Visual Studio 2008 programming VB.Net

View 3 Replies


ADVERTISEMENT

.Net ReadProcessMemory Windows 7 RC 64bit?

Sep 20, 2009

i wrote a programm that reads the memory of a program.it worked at xp and vista but not at windows 7 i builded it with microsoft visual basic 2008 express edition.the code looks like this:

Public Declare Function GetWindowThreadProcessId Lib "User32" (ByVal hwnd As Integer, ByRef lpdwProcessId As Integer) As Integer Public Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Integer, ByVal bInheritHandle As Integer, ByVal dwProcessId As Integer) As Integer Public Declare Function ReadProcessMemory Lib "kernel32" Alias "ReadProcessMemory" (ByVal hProcess As Integer, ByVal lpBaseAddress As Integer, ByRef lpBuffer As Integer, ByVal nSize As Integer, ByRef lpNumberOfBytesWritten As Integer) As Integer

[Code]...

View 4 Replies

Old Vb6 Ocx Isn't Working On Some Windows 7 64bit?

Nov 1, 2011

I have an old 32bit vb type app and we're running it on windows 7 64bit sp1. On one computer it works fine, on another it doesn't work right. Do you know how we could debug this and figure out what's causing it? Could a different CPU or bios/chip set have something to do with it?

This is the thing we're using specifically:[URL]...

View 2 Replies

Windows 7 64bit Write File In C:WindowsSystem32?

Feb 24, 2012

I'm having a massive problem trying to write a file into the c:windowssystem32 directory. The code works fine on 32 bit machines, however does not work on 64 bit machines. My user account is an administrator on the machine, and even right clicking and choosing to run the app as administrator does not solve the issue.

When writing the file, no exception is thrown, but the file is not written. I have read various posts regarding adding an app.manifest file containing the requestedExecutionLevel node to my solution, but as yet am unable to get this to work. I have a feeling this may be because I'm using vb.net rather than c#.net(also, this is not a malicious app I am writing, I'm working on a version control app for our team and need to be able to interface with IIS files held in c:windowssystem32inetsrvconfig).

View 1 Replies

Windows 7 64bit Cannot Create Local Port Through Registry

Jun 26, 2011

I am writing a vbs to create local port to connect to our printer server (i.e local port for \PrintServerPrintQueue1). I can create the local port succesfully through editing the registry HKLMSoftwareMicrosoftWindows NTCurrentVersionPorts and then restarting the spooler service in Windows 7 32bit. However, the same script cannot create the port in Windows 7 64bit. The registry was also changed but cannot create the local port after restarting spooler service. Does anyone know what difference between 32bit and 64bit Windows when creating the local port?

View 2 Replies

Running Project On XP And Sever 2003 But Works On Windows 7 32 Bit And 64bit?

Mar 9, 2012

After compiling the project it works fine on windows 7 32bit and 64 bit but will not work on server 2003 or xp clients have not checked vista yet, i have verified that .net 4 is installed and i can tell you that i do not get an error message when installing apart from the icon that i have given the project does not appear and is a blank icon on the desktop. When i try to run the program it will try to start i see the service in the task manager and after a while it will error out and crash. I can see the memory usage go from 20,000K to 70.000k.

View 7 Replies

Visual Basic 2010 Debus Stops In Windows 7 64bit

Feb 17, 2011

After starting debug te program hangup. Moost of te time if DataGridViewLijsten_RowHeaderMouseClick is called. Using pause butten the program is almoost in the random routine.

[Code]....

View 1 Replies

Why DSLR Pro Can Access Canon 500D On Windows 64bit System

Jan 23, 2012

Currently I am building a Canon EDSDK Application using VB.NET that access a Canon 500D camera. It's a DLSR system. I've read that the EDSDK is only working on 32 bit system, thus my application only capable of running on a 32 bit system.

But, I just installed DLSR pro [URL], it can access my camera, regardless of the operating system : 32bit/64bit.

How do they able to do it?

Is there a new EDSKD that can access camera in 64 bit OS? I am using a 2.6 EDSDK.

View 1 Replies

[2008] Winsock For Some Reason Does Not Work With Windows Vista 64Bit

Jan 25, 2009

Winsock for some reason does not work with Windows Vista 64Bit? Is there another way that is as simple as that? If so what and how?

View 1 Replies

Registry Program - Moving Applications From Windows 2000 To New Server Windows 2003 ?

Feb 7, 2010

I am working on moving applications from Windows 2000 to new server Windows 2003 R2(64 Bit). I noticed that there are some VB programs and config files for those programs have been placed in Windows 2000 Registry. Some other applications are using them from different servers.Why do we use registry here? How can i move these to registry in windows 2003? Can I just move these or do I have to write VB programs to place them in 2003 registry?

View 1 Replies

System.io.fileinfo Cannot See A File In System Folder On Windows Server 2008 64bit

Jan 28, 2010

I have a utility that is a simple exe that is not installed compiled with VS2005 and works well. But when I upgraded to VS2008 the utility can no longer locate files in the active system folder. I have UAC turned off and am logged in as the Administrator and it still can not locate a file that I can see in Windows Explorer. The file I am looking for is PakMgr.exe.

View 1 Replies

Public Variables In Module "not Declared" Windows 7 64bit?

Nov 4, 2010

I have a VB .net application which works fine on a 32 bit systems. We tried using it on a 64bit Windows 7 system but it failed. So I set up an environment in a VM (windows 7 64bit VS 2005 SP1 all updated) and started debugging there. The problem I come across is, I have a module (Public variables and function declarations from a driver provider FTDI). When a function from module is called the result is saved in a variable also from module. But the problem is the variable is not declared.

View 1 Replies

Moving A Windows Form (with Dataset) From One Project To Another

Mar 15, 2010

This must be a common problem, so perhaps someone can point me to a Knowledgebase article. I've got a form that works fine in a completed project. It's a windows form that uses a dataset and tableadapter (which show in the tray below). Now I'm developing a different project that requires a very similar form. I want to "copy" that form into my new project, make some minor changes, and then save it under a new name.

[Code]...

View 12 Replies

Moving Onto Windows 8 With Visual Studio 2008?

Apr 19, 2012

My project is made in VS 2008.

It works fine in Windows 7 but now we are trying to migrate to windows 8 .

I have set up VS2008 on Win8 and now debugging how it works.

I get the following message when Debugging.

The specified module could not be found. (Exception from HRESULT: 0x8007007E)

View 3 Replies

VS 2008 Moving Other Windows (to The Other Side Of The Screen)

Apr 17, 2009

its possible to move other windows etc if I have Ie open can I restore down the window then move it to the other side of the screen?

View 1 Replies

VS 2010 Projects Corrupted When Moving Between Win XP SP3 And Windows 7?

Mar 9, 2011

I seem to be having some problems with my projects for school. I use Visual Studio 2010 on Windows 7 Professional at school and I do my homework on Visual Studio 2010 with WinXP SP3 (fully updated) at home. When I move the project files back and forth the projects become corrupted. I get the following problems.Form controls move or properties do not work as they are specified in the property box such as:

Link label with the property set to hoverUnderline text.Labels that move position.I also get x86 errors that show up during a Debug or Build, such as:x86 Only one reference to Resources is allowed.I need to be able to work on both my WinXP SP3 (fully updated) machine at home and use the schools Win7 Professional machine to both complete projects and get my project graded.

View 4 Replies

Dynamic Adding Of Controls To Windows Form And Then Moving Them

Apr 4, 2011

I could review that could help me create a designer view (actually similar to how Visual Studio works but more basic), I would like to be able to add controls dynamically (just panels or images), then move those around individually(drag and drop), then count them all and get an array of what I have added..[code]But I would like to get an idea how it looks if things get more complicated..I wonder, are we able to use the classes of Visual Studio's editor in some way? Or are there .NEt classses that can do this?

View 2 Replies

Making Moving Percentages Into A Moving Graph?

Oct 5, 2008

I have this:

Private m_PerformanceCounter As New _
System.Diagnostics.PerformanceCounter( _
"Processor", "% Processor Time", "_Total")

[code]......

View 4 Replies

C# - Update And Get Values In Windows Forms While Moving One Form To Other Form?

Nov 30, 2009

How can I update and get values in a Windows Forms application while moving one form to other form (like cookies)?

I need to update the values to some variable and again I am going to refer stored values and need to do some calculations.

I have used cookies in ASP.NET but I am not able to find out the same concept in .NET Windows Forms (C#).

How can these issues be resolves?

View 4 Replies

Why Will This Run In 32bit, But Not 64bit

Jan 18, 2010

I'm using the following code to iterate through and find windows containing specific strings in their title bars. I have two projects containing this identical information, yet for some reason - it works when targeted to x64, but FindWindowLike returns 0 always on x86. I need this to run in x86.I am developing this on Windows 7 x64, but it needs to run on my machine as well as XPx32. What I can't fathom is why it compiles/runs on x64 but not x32 (considering I'm targetting user*32*.dll)

View 2 Replies

64bit Index For An Array?

May 18, 2010

Can I use Long for array indexing? If no what could be done to manipulate large byte arrays (>32bit)?

View 5 Replies

API, Kernel32 On 64bit Machine?

Nov 7, 2010

coming from VB6 I've been using the windows API for many years. Now I'd lke to do the same on .NetMy question is, what would happen if I build for 'AnyCPU' and the application calls Kernel32 while running on a 64bit machine ?

View 1 Replies

Building For Windows7 64bit

Jan 7, 2011

I have an application that I built in VB.Net 2008 on Windows XP for Any CPU that I would like to run on Windows 7 64bit. Is this possible from Windows XP or do I need to compile and develope on Windows 7 64bit for it to work?

View 10 Replies

Can Make 64bit Applications

Jan 23, 2010

VB.NET 2008 can make 64bit applications?

View 5 Replies

Check When System Is 32 Or 64bit?

Feb 6, 2010

There are a few threads on these forums about this question, but I need a definite answer.

View 10 Replies

Create A 64bit Application?

Aug 20, 2009

I am using Visual Basic 2008 Express Edition and I want to create a 64bit application, but don't know how.

View 9 Replies

Get RTF To Print In Win7-64bit?

Oct 14, 2010

Depending on what component is handling the print for you, some of them are not 64 bit ready (i.e. 32 bit only). To use them you must compile your application as 32 bit only. It will then run on the WOW platform that Win7 supplies.

You change this option on the PropertiesCompile screen. Press Advanced Compile Options and review Target CPU:

View 1 Replies

IDE :: Debug Not Working In 64bit?

Oct 12, 2011

I've downloaded the 64bit debug symbols and told the IDE where they were located. But for some reason, VS won't build a 64bit debug EXE.

This is my first time doing 64bit so I never had to worry about it before. Is there something I need to do in the IDE that I don't know about? I went to Project Properties and set things to 64bit debug. But when I compile the program, it makes a 32bit program.

View 2 Replies

IDE :: Running .Net Application On 64Bit OS?

Nov 2, 2010

will .net framework3.0 application run on 64 bit operating system

View 5 Replies

Read From A DBF File On A 64bit OS?

Mar 15, 2011

How to read from a DBF file on a 64bit OS using VB.Net?

View 3 Replies







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