Test On Mac And Vista?

Jul 3, 2009

Can someone tell me if it works on windows Vista and Mac? And any other OS.

View 3 Replies


ADVERTISEMENT

[2008] Graphics Test. Looking For Results From Vista Users

Aug 5, 2008

I recently upgraded to Vista Business from XP Home. I found that my Visual Basic 2008 graphics applications is running much much slower in Vista than it was in XP. I took a small piece of my application and created a test program. I've set my computer up for dual boot so I now have XP Home and Vista Business on it. I've run my test program from both OSs and the results are tremendously different.

I have a custom built computer that has a Microstar Int. KT6 - V mother board. It has an AMD Athlon XP 3200 + 2.2 GHz with 2 GB RAM. It's a 32 bit processor. I do have the 32 bit version of Vista installed. I have only PCI slots and one AGP slot on my mainboard. I'm using a NVIDIA GeForce2 Graphics card that I bought back in 2005 with 32 MB RAM. My Vista Experience Index subscores are as follows:[code...]

I'm going to attach the program I created and someone can let me know if they were able to install it and run it from the attachment. If you run it let me know your results if you run it from Vista and let me know your computer set up. What's all the goods on your computer. What kind of graphics card do you have. Is it PCIexpress, PCI or AGP.

View 39 Replies

VS 2008 Compile On Vista For Vista Work Fine But On Vista For Xp NO

May 30, 2009

i compile my form with the below code when i run it on vista work fine without any problem but when i try to run in on XP cant run... that happened with any XP machine.[code]when i run my exe to other Vista machines work fine... but on xp NO.

View 1 Replies

Argument Not Specified For Parameter 'test' Of 'Public Shared Function TestThis(test As String)'?

Sep 25, 2010

I don't understand the error, Argument not specified for parameter 'test' of 'Public Shared Function TestThis(test As String)'.

Partial Public Class Form1
Shared Sub ReceiveCallback(ByVal ar As IAsyncResult)
Form1.Invoke(TestThis, New Object(){"test"}) 'error

[code].....

View 6 Replies

Form.Webbrowser Control Different Between Vista 32bit And Vista 64bit?

Oct 11, 2009

I am been working on an a small app that has a Forms.Webbrowser control that navigates to a Adobe Flash program. I have developed the app on Vista 32bit platform and have had no problems. I have sent the app to a couple of people to test out and one is using Vista 64bit and is running into a problem. I know the webbrowser control just uses the underlying base framework of IE. The problem on the 64 bit machine is when the site is navigated to it says that it needs to have Flash installed. When the user goes to Adobe's site it says they need to use a 32bit browser.

As stated on Adobe site here:[URL] the Flash player need to be in a 32 bit browser. What options do I have to be able fix this problem? Is there another control that I can use that would be the same in a 32bit platform and 64bit platform? Besides navigating to the Flash program, the browser also goes to standard web pages.

View 4 Replies

Reference To Test.dll But An Error Messege Was Appear A Reference To Test.dll File Could Not Be Added?

May 25, 2009

[code]...

and from VB6 project I reference to Test.dll but an error messege was appear A reference to Test.dll file could not be added (If I create VB NET project and reference to file Test.dll it OK )

View 10 Replies

Write A Unit Test Assembly In C# To Test Against An Assembly Written In VB?

Sep 20, 2011

Probably a dumb question, but can you write a unit test project in one language to test against another project in a different language?I'd like to translate one of our VB assemblies into C#, but want to build unit tests to verify the results. I've tried to set a unit test project up to do this, but I can't seem to access the VB code within a unit test... I can't figure out if I'm just missing/doing something stupid, or it really isn't allowed.

View 2 Replies

Web App To Test OS?

Jan 12, 2010

I am playing with the virtual machine version of the Google Chrome OS. I need a web app that I KNOW is made in visual basic to test to see if it will work with it or not. This will help determine if it's possible to make web apps for this Google OS in VB.

View 4 Replies

Changes Of VB From Xp To Vista?

Mar 17, 2010

i have a vb6 program that works fine in windows xp, but when i run it in windows vista i get a run-time error '-2147417848(80010108)'. what has changed from xp to windows 7?

View 2 Replies

Asp.net - Test QueryString?

Apr 29, 2009

I have a query string called propID and I wanna check if the passed value in it is a legal integer or not to avoid throwing an error that might reveal info about my database, how can I do it? In other words, I want something like -but in vb.net- : IF QueryString("propID").Content.Type = "int32" Then Proceed

View 5 Replies

Self Grading Test App?

Apr 24, 2012

Create an app for the DMV that grades the written portion of the driver license exam.Theexam has 20 multiple choice questions. Here are the correct answers to the questions:1=A 2=C 3=D 4=A 5= B 6=D 7= B 8=C 9=A 10=A 11=B 12=B 13=C 14=D 15=C16=A 17=C 18=B 19=D 0=DStore the correct answers in an array. The user interface form should allow the user to enter an answer for each question.When the user clicks the Score Exam button, the application should display a message showing whether each question was answered correctly or incorrectly, and whether the student passed or failed the exam.A student must orrectly answer at least 15 of the 20 questions to pass.Input validation: Only accept letters A, B, C, and D

here is what i have so far:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)

[code]....

View 4 Replies

Sql - VB -- How To Test For Value Not In Dropdown

May 11, 2011

I have a large VB/SQL application that I have created a problem in. I have a table of procedures that have an active flag on them. This flag can be toggled through a user screen. Other screens access this same table to populate dropdowns. The values are stored in the table as the ID field (PK). The problem I have is that I am selecting the dropdown values based on the Active flag. If I select a record that has a procedure stored in it that has been made inactive, I get the old Object Not Set to an Instance.... error.

What I want to be able to do is check for the value in the record when populating the dropdown and allow the record to be displayed by bypassing the SQL error and just showing the dropdown value as blank while not altering the record itself. I hope I'm making sense. Code is below.but I'm back in app programming after being a SysAdmin for 20 years and I'm still rusty.[code...]

View 1 Replies

Test File To Sql?

Jun 12, 2011

If the condition = true How do i select all records stored in .txt (temporary text file) to be updated in sql table How do i do that.

View 10 Replies

Test To See If Usb Device Is On?

Sep 17, 2009

How would a person test to see if a usb device is on? I have a program with a usb reader attached to it and would like to throw an exception if it is not on.

View 2 Replies

Test Whether An Entry Is Available?

Jun 16, 2011

In my program I need to test whether an entry is available I ue the following code:

If Not (westTF(Me.K) < 0) Then
If westTF(Me.K) Then
Exit Sub
End If
End If

This does not function, but when I remove the outer IF it is OK. ( I need to test otherwise an error is generated when West is exhausted).

View 6 Replies

Textboxes - How To Test For 2 Out Of Three

Sep 21, 2009

I have 3 textboxes, I want to test if user has filled out only any 2 of 3. What's a good algorithm?

View 6 Replies

Can Not Install My App On Vista?

Oct 9, 2009

I used visual studio to publish my application. I am able to install my app on a windows 2003 server, but when I try to install my app on my pc which have vista a error appear "Application cannot be started. Contact the application vendor". and it gives details of the error.Here is the details below and in the attachment:

PLATFORM VERSION INFO
Windows : 6.0.6002.131072 (Win32NT)
Common Language Runtime : 2.0.50727.4016[code]...............

View 2 Replies

.net Xp Style On Vista?

Feb 22, 2010

today i started up my project and got like a error something with a line was something and i could press like fix or do not fix.I pressed fix and i got a xp style on my program. every thing looks weird..oh i forgot say that i run vista... and i dont want xp style on this program. ITs just the program that is changed, i got every thing else in vista style.i worked nights for this program and don't wanna do it again!

View 5 Replies

App Not Working On Vista/7?

Jun 22, 2010

my application required the dropping of resources when a button is pressed.It seems when this button is pressed on XP everything works swimmingly, however...

on windows 7 and vista the button simply dosent do anything, ive tried elevating to admin etc..

Is it possibly due to how it creates/drops resources?

View 3 Replies

Detect Vista In .NET?

Jan 5, 2009

How can I detect if my current OS which my program is running under, is Windows Vista?note that there are 2 versions of Vista:Vista and Vista SP1.The build number of Vista SP1 is the same as Windows Server 2008 and that makes the problem!I just want to make sure my OS is vista?

View 2 Replies

How To Disable Vista UAC

Mar 31, 2009

It's possible to disable the Vista UAC programatly?

I have to port my application to Vista, and I need to disable the UAC, also temporarily..

View 16 Replies

Pop Up Like Vista UAC Screen?

Feb 20, 2009

I would make a program which need user to reply something, otherwise the whole screen is locked by a pop up screen like vista UAC one.

View 4 Replies

Trigger The UAC In Vista?

Apr 26, 2009

does anyone know the actual code to put into the my.settings file for this? or something like that I saw it in a post now I cant find it again 0_o .

View 13 Replies

.net - DataTable Sort Test?

Jul 22, 2010

I was asked this question recently in a test, which I didn't pass. For the life of me, I couldn't spot what the problem was. It's probably something really obvious as well, but even a colleague of mine couldn't spot it either. The best I could come up with was issues with bottlenecks and naming inconsistencies of parameters! I blame it on the fact I've not done any vb.net for years, I've been doing C# mostly these days

[Code]...

The question: This function, although it will successfully sort a datatable, has a major problem with it.What is the problem? Re-write the function in either C# or VB.Net using LINQ.

View 2 Replies

.net - Regex Test For NUMBERS?

Feb 28, 2009

I have found a Regex that test if the text passed to a TextBox is an email.

If Regex.IsMatch(email.Text, "^(?("")("".+?""@)|(([0-9a-zA-Z]((.(?!.))|[-!#$%&'*+/=?^`{}|~w])*)(?<=[0-9a-zA-Z])@))" + "(?([)([(d{1,3}.){3}d{1,3}])|(([0-9a-zA-Z][-w]*[0-9a-zA-Z].)+[a-zA-Z]{2,6}))$") _

[code]....

View 4 Replies

Asp.net - Use Resx With On Variable Test?

Apr 23, 2012

I've been looking for a tuto to use resx but I only found some where the resx depends on the localization(and the language of the browser).How can I tell my app to use a certain resx when a certain variable has a certain value.For instance I'd like to use default.aspx.de.resx when xyz=1.

Edit:I ve heard there's an issue to override InitializeCulture.

Public Class FormBase
Inherits Page
Protected Overrides Sub InitializeCulture()

[code]....

How could I access to Master.LanguageID in this class?

View 1 Replies

Can't Test Application.StartupPath On IDE

May 31, 2011

I work with a database, the db is on the <project_folder>database folder.

If want to open the database, Application.StartupPath returns[code]...

So I have to compile the project to an .exe to make tests.

View 4 Replies

Catch NullReferenceException Or Test For Nothing First?

Nov 12, 2010

We have a property whose job is to look up a description. If the lookup fails it should show an empty string.

So we can code the property like this:

If foo.bar Is Not Nothing Then
Return foo.bar.Description
Else

[Code]....

But are there any problems (performance, purity, other?) with just catching and ignoring the error?

You sometimes read it's expensive to throw an exception but I am not sure whether the author means it's expensive to build in exceptions using the Throw keyword (which I am not doing) or whether he means it's expensive to allow exceptions to occur (as I would be doing).

View 2 Replies

Code To Test Webcam If It's On Or Off?

Jun 10, 2009

Is there any code to test the webcam if it's on or off ?. i mean, i need a code that telling me if my webcam is on.

View 2 Replies

Convert String Into Test?

Aug 13, 2011

I am building an application to update a database.I have a Map table where row 0 holds the target table field name Row 1 holds an update value or Source table Column name Row 2 holds a Where condition eg

Map: CustNo CustName Val1 Val2
Update: 25
Where: =[CustNo] > [Fld14]

In this example I am going to update the Target Table Field 'Val1' to 25 where the Target Table Rows have Field 'Val1' data > 14 AND Target Table Field 'CustNo' = the Source Table Field 'CustNo' AND the Target Table Field 'Val1' > the Source Table Field 'Fld14' Where I am stuck is I at the moment is wondering how I should convert the strings into test conditions as I iterate the Target Table eg Say my test string is stTest and it holds " = 25" For each dr as datarow in dtTarget

some code

... stFld = "Val1"
if dr(stFld) { convert stTest into literal '=' and then 25}

... do something the only way I can think is to build up a series of test cases like:

Select stOp
Case stOp = "="
Case stOp = "<>"
etc.

View 17 Replies







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