VS 2008 Could Not Get Form To Work On Work Computer

Aug 21, 2009

I have a form that works on my local Machine I created into. I have Office 2007 on this machine. I created the Form with the Excel 12 Reference. I move the Entire conetence of the Project folder to my work computer. Which has Office 2003. Do I need to recreate the form with the Excel 11 reference. I could not get the form to work on work computer. IT has a com error. I am acessing the EXE for the debug folder w/in the Bin Folder.

View 7 Replies


ADVERTISEMENT

Use VB 2008 To Create An App To Work On A Computer That Does Not Require .NET 2.0+?

Jul 9, 2009

Is there any way to use VB 2008 to create an app to work on a computer that does not require .NET 2.0+? If there is no way to install .NET on the target computer, is there any way to write the app in such a way that it works on the computer?

View 12 Replies

Dll Doesn't Work On Any Other Computer

Mar 15, 2012

Has anyone succeeded in creating a class library solution/project in VB.net VS2010 4.0 Net Framework for COM to run on WindowsXP Excel 2003. I created a dll which changed specific data in an excel worksheet. The dll worked just fine on the development computer but wont work on any other. I downloaded .NET 4 framework onto the target PCs and used RegAsm.exe to register both the .dll and .tlb files in the registry. That worked OK and the dll is visible as a reference in excel and can be ticked. The error message I get is RunTime Error -2147024894(80070002): Automation Error The System cannot find the file specified.

I also tried creating a Setup and Deploy project in the original development solution but this created just a vbproj setup file which the target PC cannot read (no VS installed), I hoped the project would create an EXE file I could use. Does anyone know any links that describe how to do this type of stuff as most links I have tried are either for Windows Forms projects are are way above my knowledge. Maybe someone out there has already succeeded with this sort of activity?

View 1 Replies

.net - Modified WPFToolkit And Now It Doesn't Work On Every Computer

Jun 20, 2012

We have to make a modification on the WPFToolkit.dll to add some watermark text. Now, when we install it on some computers (I can't find what's different about them), I get this

[Code]...

View 1 Replies

Run Computer But Program Does Not Work As It Cannot Access Database

Mar 18, 2012

I made a program that i want to run on computers at school and it utalizes a MySQL database. When i try to run it the program does not work as it cannot access the database. I open the code up on my computer at school and it has errors saying ti does nto recognize the MySQL code as it does not have it in its .Net library. So i try to download it into the library but that does not work. So my question is, will programs using any kind of database not work unless the user installs the needed add on, weather it be a .Net library add on or a java add on for MySQL? That cant be right it.

View 4 Replies

VS 2008 Does Not Work When Form Loaded Again

Oct 26, 2009

I have a very simple form with a combo box named txtRoomType bound to ROOMCODESBINDINGSOURCE and a DGV bound using ROOMPRICINGBINDINGSOURCE.

Public Class frmShowRoomPricing
Private Sub frmShowRoomPricing_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

[Code]....

When I check the value of txtRoomCode when the form is loaded for a 2nd time it tells me it is blank, but there is a value in it. I think the fault is in the form_load, but I do not know why.

View 9 Replies

VS 2008 Transparency Key Does Not Work With MDI Form?

Nov 14, 2009

I can't get the transparency key to work with the mdi child, I really need it to work as well, but I just can get it to work properly.

View 2 Replies

Make The Application Work(load) When Open Computer?

Feb 3, 2012

I'm using vb2008 How can make the application work(load) when I open my computer?

View 4 Replies

VS 2008 - Radio Buttons Work Twice On The Same Form?

Oct 26, 2010

I am currently working on an UI form using Visual Studio 2008 - Visual Basic .Net what i find weird is that when i tried to execute my form using the button click function, it doesnt execute until i restart the form.

Here's the situation is like:i have an openfiledialogue [Open button click] to search for a file.After DialogResult.OK is executed, the textfile chosen will then copied to another working directory. The file name will appear onto a textbox1 There will be more than 1 textfile chosen.After all the relevant files are chosen with the file names on textbox1, an OK button click will be clicked to write the file name into a *.bat file.BUT before the OK button is clicked, the user have to select from the radio button which category they want the file name to save into. EG: Country, Cities, Period.Once the radio button is selected and the OK button is clicked, a .bat file will be saved into the working directory.The next move will be the crucial button which is what this UI is created for. A data CRUNCH button is created to execute the .BAT file which was generated earlier on with the [OK buttonclick].The command used

[Code]...

View 13 Replies

VS 2008 Form.SendToBack Doesn't Work?

Oct 31, 2011

This is an mock up only ... but the principal applies to a larger project i am working on...

Basically if you do this:

vb

Dim tstform1 As New Form
Dim tstform2 As New Form
tstform1.Text = "1"

[Code]....

View 5 Replies

Opening Word Doc (with Userforms) From Flashdrive Doesn't Work On Another Computer?

Nov 17, 2009

Created two userforms in a single ms Word document, along with code, plus a macro on my laptom (Vista). Saved to flashdrive. At work I opened the word doc from flashdrive, but did not fine userforms, nor code & macros. There was a macro from another file I once worked on, but not the stuff from the file opened from the flashdrive.

View 3 Replies

VS 2008 - Getting An If Statement To Work - When Detects A Form Is Not Open

Jun 15, 2012

I'm currently having some trouble getting an If statement to work. I want the statement to do its thing when it detects a form is not open. this might sound a bit confusing this is what i mean:

If Form2.open = false Then

blah blah blah
blah blah blah
blah blah blah

[CODE]...

Basically i dont know if im able to have an IF statement occur for when a form is not open and i dont know how to word it.

View 3 Replies

Application Doesn't Work On Another Computer (Couldn't Load File Or Assembly)?

Jul 7, 2011

I run the same exe file on another computer, but it gives error.The application works on my pc, but does not work on user's pc.I try to compile the app in other development machine and it is work well, the problem is my app doesn't work on user's pc.

Could not load file or assembly 'CrystalDecision.Shared, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

[code].....

View 5 Replies

LINQ Group By Multiple Values Does Not Work Well But Work Well In C#

May 29, 2012

I found that when group by multiple values does not work well with VB.NET, but it works well with C# ,here are my code, is there something wrong with my VB.NET Code? Here is my VB.NET code:

[Code]...

View 1 Replies

PerformClick() Doesn't Work - How To Make It Work

Feb 2, 2011

I have an application that requires data be entered, and after entering, a button is clicked to process that data. Clicking the button works just as it should--the data is processed properly. In constructing a test module, I provide a set of data values, followed by:

btnWhatever.PerformClick()

Nothing happens. I have used this syntax for years, and it has always worked flawlessly. I have triple checked everything else and isolated the problem to the failure of the PerformClick(). The PerformClick() is in a test subroutine that does nothing but fill textboxes and labels with default data, then calls the PerformClick() on the button to begin processing. Again, the button works fine, the data is entered as it should be, but the PerformClick() does not fire the click event.

View 21 Replies

Convert The Following Code To Work In A Visual Studio 2008 Windows Form Application?

Feb 15, 2009

I need to convert the following code to work in a visual studio 2008 windows form application, the moment ObjectQuery, ManagementObjectSearcher, ManagementObject and ManagementObjectCollection are not valid.

im objectQuery As New ObjectQuery("SELECT * FROM Win32_NetworkAdapter WHERE NetConnectionId IS NOT NULL")
Dim searcher As New ManagementObjectSearcher(Scope, objectQuery)

[code].....

View 4 Replies

DB/Reporting :: Will SQL Statements That Work In Compact SQL Server Also Work In The Express Edition Of SQL Server

Jul 25, 2010

will SQL statements that work in Compact SQL Server also work in the Express Edition of SQL Server?

View 2 Replies

Why Doesn't The DeleteDirectory Method Of The Computer.FileSystem Class Work On "special" Folders

Aug 14, 2008

if they choose to use a networked version of my software, I will need the main server doing the authenticating. This is a problem, because from what I understand, it is quite easy to clone MAC addresses. I have looked into using the CPU ID and the HDD ID, but those are not unique, well at least I don't think so. Reason why I say they are not unique is because someone has the exact same CPU ID as me, and the HDD ID changes from partition to partition (same drive). Maybe the HDD ID is a partition ID instead? Anyways, I was thinking maybe I could get the Physical serial number of both the HDD and CPU, but I have not been able to find anything yet.

View 2 Replies

Why Doesn't The DeleteDirectory Method Of The My.Computer.FileSystem Class Work On "special" Folders

Feb 18, 2010

We have a network share that is used for transferring files between users on a daily basis. Every day at 3:00 am we run a vb6 program to clear the directory of this network share.

View 1 Replies

Cannot Get Gradient Form To Work

Jun 18, 2009

I have this code for a gradient form(EXAMPLE 1). It works fine on its own.I tried putting it into an existing project of mine and I cannot get it to work. The project is quite large so I am no sure what the issue is. Is it due to the fact that I have an InitializeComponent() line in the my Sub New in Example 2? Note I have alot of code

EXAMPLE 1:
Public Class Form1
Private Sub Form1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Me.Paint
'Creating a new Rectangle as similar width and height of the base form

[code]....

View 8 Replies

Cannot Get Gradient Form To Work?

Oct 29, 2009

I have this code for a gradient form(EXAMPLE 1). It works fine on its own. I tried putting it into an existing project of mine and I cannot get it to work. The project is quite large so I am no sure what the issue is. Is it due to the fact that I have anInitializeComponent() line in the my Sub New in Example 2? Note I have alot of code

View 1 Replies

How To Work With Mdi-child Form

Jun 8, 2011

how to work with mdi-child form

View 1 Replies

Form.Show() Won't Work After Closed

Oct 29, 2011

Using VB Express 2010 in windows XP Pro 64.

A ListBox shows the project forms names.
On ListBox_DoubleClick
For Each F As Form In xFormCollection

[Code]....

Works fine the first time but after closing the form opened by the DC, if I try to open it again, throws an exception "Cannot access a disposed object".

Since I can still access any other form not previously showed I guess that the closing changes a status that allowed the form to be .Show, there is no F.Load , F.Activate after the exception doesn't seem to do anything. What should I do?

View 7 Replies

Set Event To Work On Every Panel In Form?

Nov 8, 2011

i'm not a pro with vbnet and could use a little help on this personnal project. I'm a bit confounded about how to proceed. I'm creating some kind of gameboard for a figurine game a friend create. In the background of my form, I have a panel which is called gridPanel, create by 100x100 square in tile background format.

i want that when I double click on the grid, a semi-transparant picture box frame (called Target) appear so everyone knows what you are targetting, which I handled like this : private Sub Targetting(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles gridPanel.MouseDoubleClick

[Code]...

View 2 Replies

Text Box And Button In Form Do Not Work

Oct 29, 2010

this is the second time I have had the same problem come up so maybe some of you have had the same issue. I have a form that has only a text box a list box and a button. The list box is loaded with part numbers from a database, the text box is used to search for a part number and the button is to accept the selected part and close the form.

[Code]...

View 1 Replies

Work Around For PrincipalContext If Has To Work With .net 2?

Jul 21, 2010

Dim pc As PrincipalContext = New PrincipalContext(ContextType.Domain, GetPath) ADUserInfo.PasswordVaild = pc.ValidateCredentials(LoginName, Password)

View 1 Replies

.net - How To Work With Progress Bar - Window Form Application

Jun 6, 2011

I want to transfer files from one directory to another using streamreader and writer class. Now i want to add a statusbar to show the filename on statusbar along with the remaining percentage. It will reach 100 when file has been moved to new directory.

Dim ioFile As New System.IO.StreamReader("C:sample.csv")
Dim ioLine As String
Dim ioLines As String

[CODE]...

View 2 Replies

Form.Show() Wont Work After Closed?

Nov 15, 2011

Using VB Express 2010 in windows XP Pro 64.

A ListBox shows the project forms names.
On ListBox_DoubleClick
For Each F As Form In xFormCollection

[code].....

View 5 Replies

Forms :: Functions Work Only If Form Is Run Directly (non-MDI)?

Dec 14, 2010

I have this weird issue:I developed an application with a sequence like this login form -> mainform (=mdi parent) --> some functionform (mdi-child)--> report form

The reportform contains a reportviewer and will display different dataset queries depending on the state of some radio buttons which are located on the previous form ('some function form'). When I run the project directly from the 'some function form' (set startup form for project) things work great. The report shows the correct data depending on choices made on the previous form.But....when I run the project all the way from login and mainform it doesn't work. Seems like the choices made on the "some function form' are not coming through to the report form.

View 5 Replies

Forms In DLL Files. Form.Isdisposed Won't Work

Jun 8, 2010

I did a function to one of my projects to a DLL file, and when the user starts the function a icon for that function grows (to show that the function is open).When the user closes the function the icon should shrink back again. But i have some problem whit that.The problem is: when i open a other form, the icon shrinks even if i haven't closed the function.What make it strange is that i have 2 function like that, the first one is the one that is behaving like this and the second one works the same way, but the second icon do not shrink when i open a new form. The second icon only shrinks when i close that function.

Here is the code for the opening of the first function:

Private Sub MedlemskortToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MedlemskortToolStripMenuItem.Click
frmm = New Medlemdskort.Form1
frmm.datap = Application.StartupPath & "\database2.mdb"

[code]....

View 2 Replies







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