Take Advantage Of 64bit Processor?

Jul 29, 2010

Well how can I do this? So my app is faster?

View 5 Replies


ADVERTISEMENT

DB/Reporting :: MS Access Under 64bit Processor

Jul 26, 2009

I developed my application using vs2008 on a 32bit XP machine using ms access. My new machine is Vista 64bit using vs2008. Ms access has stopped working. It is looking for a 64bit software. Is there any? how do I work around this? will this hurt me when deploying to non 64bit machines?

View 3 Replies

Timer And 64bit Processor - Timer That Doesn't Work?

Sep 30, 2010

Everything is nice and dandy on my pc, then I compile, move it to its final destination and I doesn't work! At first I thought it was a OS problem, but both machines has win7, I then thought it was a compilation problem, installed visual studio on the other pc, recompiled still with no luck, then it dawned on me, may it be a problem of 32bit vs 64bit?The piece of code is this:[code]....

By the way is not a problem of mouse_event, is the timer that doesn't work

View 2 Replies

Advantage Of C# Over VB Express?

Apr 30, 2011

im considering to study properly 1 of these two languages because in vb.net the limitations ive encountered were not very significant, and C# because i hear all ppl shouting at how vb express is for newbs and how C# is the way to go..What i would like to ask is, what is exactly the main advantage of C# over VB Express because what ive read from wikipedia, the only difference is the language, while C# might have 1 thing or 2 extra to vb express and vice versa...[URL]..So, could anyone clear me up please? i would really like to know if vb express is really worse than C# or the differences are only in syntaxes.

I personally used to hate VB Express at the begining but now im fastly changing my mind so im more inclined to this language, but i dont wanna wake up in 3 years realising ive been wasting so much time in a language that isnt as good as "the competition", get it?

View 20 Replies

What Is The Advantage Using SQL Parameter

Sep 2, 2011

I have a litlle idea about for the sql parameter. I need other explanation why using sql parameter and what are the Problem not using sql parameter.

View 10 Replies

Advantage Of Using Property's In Class?

May 18, 2011

I have the following class:

Class MyClass
Property MyInteger as Integer
Set(ByVal value as Integer)
_MyInteger = value

[code]....

As I'm not using any validation etc in my Property, is there any advantage of using a Property in this case, or would it be neater to use:

Class MyClass
Public MyInteger as Integer
End Class

View 5 Replies

VS 2010 What Is The Advantage Of USING Keyword

Jan 1, 2012

What is the advantage of using USING keyword in vb.net??im new with the USING and it seems that most people are using this.

View 5 Replies

Any Advantage To Prefixing Enum Values?

Mar 24, 2011

In this post Jon Skeet pointed out that the following code should be changed to conform with the .NET naming conventions. Doing that would also decrease the amount of noise in the code.

[Code]...

I must admit, I was pretty much like a sheep and was following what others have done before me. I thought the prefix did not look right and then to have it twice did not make sense either. After looking at a couple of .NET Framework examples, it looks like this would be closer to the standard.

[Code]...

View 3 Replies

VS 2005 : What Is The Advantage On Creating Own Class

Aug 30, 2011

What is the advantage on creating ur own class and property??when making a system like POS. . . .it is necessary to create a class or property??It is possible that I will create a module and i will declare the import statemnt in the module and i will declare ol of the mysql commnds in the module and I will open the connection in the module so that ol of my forms can see my declaration?

View 2 Replies

What's Advantage Of Declaring A Function As 'Shared'

Jan 27, 2009

What's the advantage of declaring a function as "Shared"? I've noticed that it doesn't require you to instantiate an object to use the method when it declared as "Shared". Is that the only upside?

View 3 Replies

.net - Getting An Advantage To USING Versus Declaring A Context Variable?

Nov 5, 2009

These two snippets do the same thing - is there one that's better than the other, or is it just a matter of preference?

Using context As MyDatabaseDataContext = New MyDatabaseDataContext()
Dim test = context.Employees.Count
End Using

vs.

Dim context As MyDatabaseDataContext = New MyDatabaseDataContext()
Dim test = context.Employees.Count

View 6 Replies

Easy Way To 'rewrite' To Take Advantage Of Classes And Objects?

Jul 2, 2009

I have a VB.NET web app that is about 2000 lines of code, contains about 20 different subroutines, and about 50 different functions.Is there an easy way to "rewrite" this to take advantage of classes and objects?

View 5 Replies

VS 2010 - Advantage To Do Everything Programatically Instead Of Using Design View To Create Forms

Oct 19, 2011

I was wondering if there is any advantage to do everything programmatically instead of using design view to create forms, controls etc. Would there be any difference in size and/or performance after you compile it? So far I've been doing pretty much everything programmatically, specifying all the properties that aren't default for my forms controls but I am starting to wonder is there are any advantages to this, apart from making it easier (sometime) to manage and change the behavior of my controls.

View 10 Replies

Asp.net - Benifit/Advantage Of C# Property Properties - Private Access Modifiers For Setters?

Jan 25, 2012

Below is the class with a property.

public class abc
{
public int MyProperty { get; private set; }
}

What's the benefit of typing private access modifier in setter ?

View 5 Replies

Is There Any Real Advantage To Run A GC.collect After That Our Application Has Used A Large Quantity Of Memory Or It Is Just A Psychological Factor?

Jun 29, 2011

is there any real advantage to run a GC.collect after that our application has used a large quantity of memory or it is just a psychological factor?

View 17 Replies

Get Motherboard Or Processor Id?

Aug 15, 2010

hi all is there any code to get motherboard or processor id?

View 2 Replies

Connect Other Pc And Need Use This Pcs Processor?

Aug 15, 2011

i have 1 old and 1 new pc and i want to use old pcs processor :D (it need for my experiments :icon_evil: lol just joking ) i know i dont need this pcs power but i dont want to junk my other pc is there any way to do it.i just need how can i connect them?i ll write a library for other pcs and i give a order to use bla bla functions and i want it says return information to my new pc. i know we have network delay. but for example network rendering its accelerates the process too much.i want working in partnership this two pcs for my programs?

View 1 Replies

Asp.net - Setting Up A Custom Pre-processor In IIS?

Apr 23, 2012

I am looking at developing a pre-processor and wanted to know how to configure IIS to pass the requesting page to it before it is returned. For example, the user would navigate to a page with a ".app" extension and IIS would send the file to a console program I wrote to be interpreted, before sending the page back to the user.

View 1 Replies

Get Processor Speed And Memory Of Ram ?

Jul 9, 2009

I am currently doing the project using vb.net which require me to find the proccesor speed and memory of ram....now i am searching the code from internet ....so currently, i havnt done anything.....i think i should use WMI or windows API to get those Info ....

View 5 Replies

VS 2008 Processor ID Or Bios ID?

Feb 22, 2010

In my applications, for improving my registry system, I wanna get the serial number (or ID) of the processor or main board.

View 1 Replies

Add Word Processor Controls To Form?

Jun 15, 2009

Im creating an application to create rich text documents. As a part of of I have to add a text input field that can produce MS Word like features so that I can do word processing on the writing text.

At the moment VS studio provides, only Rich Text Box . But it doesnt provide that kind of features of the word processor.

Is it possible to add a word processor control to the Form if possible how can I do it? (I need to do this using the features of VS 2008 TS)

View 1 Replies

Legitimate Unique Processor Identifier?

Aug 10, 2009

how to determine this? I know how to get the "processor ID" etc. but this is apparently not a unique identifier.This is for an intel i7 975. My boss has asked us to make sure that no-one tampers with several parts of a process control computer.

View 6 Replies

Reg Search At Specific Processor Usage

Mar 9, 2012

I was wondering is it possible to search the registry for a string containing "shutdown" but as a proccess wich takes about 20% processor power instead of the 50% i cant quite afford. Its a nasty joke going around school atm to stick a shutdown command on computer startup, was gonna see if i could do something about it.

View 4 Replies

Setting Processor Affinity Mask?

Jun 14, 2011

For setting my processor affinity mask and I need my process handle for this. How do I get it?

View 3 Replies

VS 2008 How To Determine Processor Load

Mar 9, 2010

I have a multi-processing application that kicks off up to 4 threads at a time to process data into a SQL-Server database. It seems to work okay, except at times the processors are pegged at 100% and all threads slow down a bit.

So, what I want to do is conditionally fire a thread based upon the processor load... if they're already running at 100%, it makes no sense to kick off another thread.

Is there a way to determine what the processor load is? Task manager shows processor load, so there probably is... but how do I do it?

View 2 Replies

VS 2010 Targets A Different Processor Than Application

Mar 3, 2012

I get this warning message when I run my project. Can someone explain to me what this means and how I can remove it, or if I need to worry about it.
[code]

View 9 Replies

Close Button On Word Processor For Class

Mar 14, 2011

I'm creating a simple word processor for class but I'm having some trouble on the close button. The Close button is supposed to close the file that the user is working on but not the word processor itself. How would I go about closing the document that the user is working on?

Here is what I have so far:
Private Sub CloseToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CloseToolStripMenuItem.Click
Dim intfile As Object
rtbDocument.Text = ""
FileClose(intfile)
End Sub

This gives me an error message "Option Strict On disallows implicit conversions from 'Object' to 'Integer'." When I'm not using Option Strict On the code seems to work but VS gives me a warning message, "Variable 'intfile' is used before it has been assigned a value. A null reference exception could result at runtime. I'm not sure what value to assign the 'intfile' Object.

View 25 Replies

MultiThreading-Insuring A Thread Starts On Each Processor?

Apr 20, 2011

How do I ensure that a process has a thread on each processor?

What I am asking is how do I address processors to ensure a thread is running on it?

View 8 Replies

Simulating Multiple Instances Of An Embedded Processor

Jan 10, 2012

I'm working on a project which will entail multiple devices, each with an embedded (ARM) processor, communicating. One development approach which I have found useful in the past with projects that only entailed a single embedded processor was develop the code using Visual Studio, divided into three portions:[code]Feeding the embedded compiler/linker the code from parts 1 and 3 yields a hex file that can run on the target system. Running parts 1 and 2 together yields code which can run on the PC, with the benefit of better debugging tools and more precise control over I/O behavior (e.g. I can make the simulation code introduce certain types of random hiccups more easily than I can induce controlled hiccups on real hardware). Target code is written in C, but the simulation environment uses C++ so as to simulate I/O registers. For example, I have a PortArray data structure; the header file for the embedded compiler includes a line like unsigned char LATA @ 0xF89; and my header file for simulation includes #define LATA _IOBIT(f89,1) which in turn invokes a macro that accesses a suitable property of an I/O object, so a statement like LATA |= 4; will read the simulated latch, "or" the read value with 4, and write the new value. To make this work, the target code has to compile under C++ as well as under C, but this mostly isn't a problem. The biggest annoyance is probably with enum types (which behave as integers in C, but have to be coaxed to do so in C++).

Previously, I've used two approaches to making the simulation interactive:Compile and link a DLL with target-application and simulation code, and have VB code in the same project which interacts with it.Compile the target-application code and some simulation code to an EXE with instance of Visual Studio, and use a second instance of Visual Studio for the simulation-UI. Have the two programs communicate via TCP, so nearly all "real" I/O logic is in the simulation program. For example, the aforementioned `LATA |= 4;` would send a "read port 0xF89" command to the TCP port, get the response, process the received value, and send a "write port 0xF89" command with the result.I've found the latter approach to run a tiny bit slower than the former in some cases, but it seems much more convenient for debugging, since I can suspend execution of the unmanaged simulation code while the simulation UI remains responsive. Indeed, for simulating a single target device at a time, I think the latter approach works extremely well. My question is how I should best go about simulating a plurality of target devices (e.g. 16 of them).The difficulty I have is figuring out how to make each simulated instance get its own set of global variables. If I were to compile to an EXE and run one instance of the EXE for each simulated target device, that would work, but I don't know any practical way to maintain debugger support while doing that. Another approach would be to arrange the target code so that everything would compile as one module joined together via #include. For simulation purposes, everything could then be wrapped into a single C++ class, with global variables turning into class-instance variables. That would be a bit more object-oriented, but I really don't like the idea of forcing all the application code to live in one compiled and linked module.What would perhaps be ideal would be if the code could load multiple instances of the DLL, each with its own set of global variables. I have no idea how to do that, however, nor do I know how to make things interact with the debugger. I don't think it's really necessary that all simulated target devices actually execute code simultaneously; it would be perfectly acceptable for simulation instances to use cooperative multitasking. If there were some way of finding out what range of memory holds the global variables, it might be possible to have the 'task-switch' method swap out all of the global variables used by the previously-running instance and swap in the contents applicable to the instance being switched in. Although I'd know how to do that in an embedded context, though, I'd have no idea how to do that on the PC.

Is there any nicer way to allow simulation logic to be paused and examined in VS2010 debugger, while keeping a responsive UI for the simulator front-end, than running the simulator front end and the simulator logic in separate instances of VS2010, if the simulation logic must be written in C and the simulation front end in managed code? For example, is there a way to tell the debugger that when a breakpoint is hit, some or all other threads should be allowed to keep running while the thread that had hit the breakpoint sits paused?If the bulk of the simulation logic must be source-code compatible with an embedded system written in C (so that the same source files can be compiled and run for simulation purposes under VS2010, and then compiled by the embedded-systems compiler for use in real hardware), is there any way to have the VS2010 debugger interact with multiple simulated instances of the embedded device? Assume performance is not likely to be an issue, but the number of instances will be large enough that creating a separate project for each instance would be likely be annoying in the absence of any way to automate the process. I can think of three somewhat-workable approaches, but don't know how to make any of them work really nicely. There's also an approach which would be better if it's possible, but I don't know how to make it work.Wrap all the simulation code within a single C++ class, such that what would be global variables in the target system become class members. I'm leaning toward this approach, but it would seem to require everything to be compiled as a single module, which would annoyingly affect the design of the target system code. Is there any nice way to have code access class instance members as though they were globals, without requiring all functions using such instances to be members of the same module?Compile a separate DLL for each simulated instance (so that e.g. if I want to run up to 16 instances, I would include 16 DLL's in the project, all sharing the same source files). This could work, but every change to the project configuration would have to be repeated 16 times.Compile the simulation logic to an EXE, and run an appropriate number of instances of that EXE. This could work, but I don't know of any convenient way to do things like set a breakpoint common to all instances. Is it possible to have multiple running instances of an EXE attached to a single debugger instance?Load multiple instances of a DLL in such a way that each instance gets its own global variables, while still being accessible in the debugger. This would be nicest if it were possible, but I don't know any way to do so.If I use one VS2010 instance for the front-end, and another for the simulation logic, is there any way to arrange things so that starting code in one will automatically launch the code in the other?

View 2 Replies

.net - Multi-core Processor Pegged Even When All Threads Are Just Sleeping?

Mar 3, 2010

I'm simulating some threading in a Windows Service, and the Thread.Start routine for each of my threads points directly to the following:

Private WithEvents CheckForOrdersTimer As System.Threading.Timer
Private Sub timerCheckForContracts_Tick(ByVal stateInfo As Object)
' Ticks every 5 seconds, then spawns threads until we're at our max
Do

[code]....

the threads aren't even doing anything yet, but with more than two threads running at the same time, my processor (Core 2 Duo 2.4 w/ 4GB) gets pegged and Windows gets really sluggish. According to what I've read, Thread.Sleep shouldn't be consuming any resources at all while it waits, but it may as well be running in a tight timing loop.

EDIT: Per the requests, I've expanded the amount of code I'm using. I was initially doing some database work before spawning each thread, but I've removed it and the processor maximization still occurs with just the code here (and, of course, the OnStart method for the Windows Service.

View 4 Replies







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