VS 2008 Ugraded Program From 2003 To 08?

Mar 2, 2010

Have upgraded a program with the wizard after a bit of pottering about I got it to run

So cpl of things... I changed the program republished it...then ran setup again...does seem to be updating the program for forms...ie small changes like text boxes

View 4 Replies


ADVERTISEMENT

Pass Data Between Access 2003 And 2008 Program?

Oct 30, 2009

Is it possible to pass data between a MODULE in Access and a VB2008 app?

To be more specific, suppose a VB app calls a MODULE in a access DB and the job of the module is to count the number of records that have "Joe" in a column. I know this can be done with a SELECT within the bindingsource BUT in some instances, it is much faster to pass the task to Access and return the result.

So - can an Access MODULE RETURN a value back to a VB app?

View 17 Replies

Print To LPT1 In Program 2003?

Nov 10, 2009

I am writing a POS application using vb.net 2003 and need to print 3 or 4 lines of information (complete with formatting instructions) to an attached parallel printer. Here are the specifics:

1.Printer is a Practictical Automation CLTX2003 parallel thermal printer

2.Formatting instructions accomplished using Friendly Ghost Language (FGL)

3.No dialog boxes should open for user confirmation or input

4.Would prefer to print each line (with its formating instructions) directly to the printer

View 5 Replies

Program To Use Excel 2003 Instead Of 2007?

Feb 12, 2012

I have a program that we converted to vs 2010. When then moved it to the users computer and they only have Excel 2003 on their station. How can we tell the excel reference to use 2003 (version 11) instead of 2007 (version 12). The program now is looking for 2007 version 12.

View 3 Replies

VS.net 2003 And Deploy Finished Program And Try To Run It On AnI?

Jan 5, 2011

I am using VS.net 2003. When I deploy my program and try to run it the program works except that when I try to print a report I get a message that I need a license.

View 7 Replies

Hide Multiple Tabpages Using Program 2003?

Jan 31, 2009

I've tried hiding one tabpage in the form and it was somehow successful. However, it was not the one i'm planning to do with my program. I don't know if there exists any code that could make the tabpages(two actually) automatically hide when the form loads and would only be visible after some passing some conditions.

View 1 Replies

Login Failed For User Using VB 2003 Program Application

Mar 7, 2009

error"login failed for user using vb.net2003 program application connect to sql 2000. i have sql2000 server and i created dbname test then i created log in sql name xtops gran permission access on dbname test, but if i created login in windows it works, but i don't want to create log in in windows coz the prog can access dbase even if hte user is not created into dbase.

View 3 Replies

Make Listview Column Headers Transparent In Program 2003?

Nov 17, 2009

How to make transparent listview column headers. i am using VS.NET 2003 .. i hav googled a lot , but unable to find the ans.

View 3 Replies

Memory Leak In Program - Server (Windows 2003) Is Crashing?

Feb 5, 2010

working on an application which performs a set of operations on Active Directory based on an op code.The application was developed long back and has been working fine. I recently made few changes, which is causing the Server to run out of memory whenever the program is being run. I also modified the code to make sure that the variables being declared in each function are set to "Nothing" at the end of function so that the memory can be collected by garbage collector. To make sure, I'm also forcing garbage collection to take place at different parts of the program. But, I still continue to have the issue. The program is very big and hence I could not upload it.

The code retrieves a list of rows from a table with opcodes in it and based on operation code, it performs a set of tasks. The problem is that when it loops through each row in the table, the size of memory required by the program keeps increasing (> 1 GB) to the point where the Server (Windows 2003) is crashing. I have tried different profiling tools, but none of them have been able to detect any memory leaks in the program. I'm guessing that the resources are being held up and hence causing this issue.

View 7 Replies

Run A Program With Multiple Forms In Application Using Visual Studio 2003?

Apr 20, 2012

I can launch a program from inside my program and embedded it in my program using a Visual Basic Control such as a Panel. That works well if you launch say NotePad or Calculator.However, If I want to launch a program that uses MULTIPLE forms... all that gets embedded is the Main Form... All the other forms are floating on the desktop nonconstrained... So If I minimize my program the other forms are still shown.So what I am attempting to do is to get ALL the Forms from the external program embedded into their own objects on my form.Have pieced together a program from a couple of program samples that I have seen across the internet... Here's the code so far:[code]The Main form for the program that I am attempting to embed is 384 x 347 in size.Panel1 is a Panel Control on my Main Form."MyProgram.exe" is a program that I have written myself.I have looked at Spy++ for Visual Studio 2003 and it is able to identify ALL the forms from my program.My question is how do I embed ALL the forms from my external program in the NEW Program?

View 8 Replies

2003 - Program Running Under Alternate Credentials - Option To Open A UNC Path To A Network Share

Sep 8, 2010

I have a program written in VB.net 2003 that are folks run under alternate credentials. Inside the app there is an option to open a UNC path to a network share. We were running Windows XP SP3 and IE6. The code is simple just a call to the explorer.exe with /root,\UNCPath. After installing IE 8 onto the machine this no longer works. Best I can tell the code is still working but now being executed in non interactive mode so nothing opens up. You can however see a new spawned explorer.exe running under the system account for each attempt at opening a UNC Path. Any ideas what IE8 could have done to cause this behavior?

View 4 Replies

Conversion From 2003 To 2008?

Nov 10, 2009

We have a large vb applicatin in vb 2003, now I am asked to convert it to vb 2008. How should I start it? Open the program using 2008 and recompile?

View 3 Replies

IDE :: VS 2003 And VS 2008 On Same Computer?

May 3, 2010

Can I have both Visual Studio 2003 and Visual Studio 2008 installed on same computer (Windows XP)?In my case I got VS 2008 installed first Can I install VS 2003 now, without any problems?Kamlesh | Blog | Twitter | Posting is provided "AS IS" with no warranties, and confers no rights

View 2 Replies

.net - MD5CryptoServiceProvider ComputeHash Between VS 2003 And VS 2008

Jul 13, 2009

I have a database application that generates a MD5 hash and compares the hash value to a value in our DB (SQL 2K). The original application was written in Visual Studio 2003 and a deployed version has been working for years.

Recently, some new machines on the .NET framework 3.5 have been having unrelated issues with our runtime.This has forced us to port our code path from Visual Studio 2003 to Visual Studio 2008. Since that time the hash produced by the code is different than the values in the database.The original call to the function posted in code is:

[Code]...

View 3 Replies

Converting .NET 2003 Application To 2008?

Nov 13, 2010

I wrote an application in VB.NET 2003 and would like to upgrade and use VB.NET 2008. Is there anything I should know before hand when converting my application from 2003 to 2008? Didn't know if it was like converting a VB 6.0 application to VB.NET.

View 2 Replies

Converting VB 2003 Application To VB 2008

Jun 4, 2009

I have an application that was developed and is maintained in VB.NET 2003. Is it possible to convert the 2003 files to Visual Studio 2008 and maintain the program in 2008? If so is this fairly easy to do?

View 4 Replies

Implement Clickonce Like In 2008 In 2003?

Sep 16, 2010

i would like to ask if it is possible to implement clickonce like in vb2008 in vb.net 2003?..example:i have a button "Update" in my application running on local machine...if i click it it will check the remote server if there is an update of that app.if yes then download it an change the application on local machine...

View 22 Replies

VB 2008 And Windows Server 2003?

Mar 2, 2009

I am NOT allowed to install into Windows Server GAC. I am allowed to upload my program files to a shared drive, not the operating system drive.To begin, I created a simple Class Library .dll and uploaded the entire project folder to the shared drive. I have absolute permission to do anything with this drive and the computer. This class library has only (1) public property.I created a client exe. with a reference to the shared drive .dll. I do not want a local copy of the .dll into my client folder. I want all clients to use this shared copy on my shared drive. And I repeat, I do not want to install into the GAC. I also have full permissions on my terminal.I have created a key file (.snk) for my .dll, and set up assembly information (public id) and tested.I have tried without key(.snk file), and removed assembly information, and tested.Can someone point me into the direction to install/or not to install a MyClass.dll on a shared driveand be able to reference it from other applications?I do not want to use ASP.NET. This is just a base class. This is not a Web service. It seems Windows server 2003 wants this installed into the GAC (C:WindowsAssembly)I have to be missing something.

View 5 Replies

[2008] .NET + Access 2003 + LinkLabel?

Feb 15, 2009

I have a small and simple program. I am accessing an Access 2003 database that has seven columns:

ID-AutoNumber (3) - Primary Key
Business-Text (40)
Address-Text (40)
City-Text (20)

[code].....

In VB, under Data Sources, I set five to textbox and the last two to linklabel. I then dragged each to my form. When I run the program, everything works, navigation and data displayed. However, I have not been able to figure out how to have the URL and Map (linklabels) when clicked to open into a browser. I have found many sites on the web that gives me example code to hard code one specific linklabel to be presented as a hyperlink, but have not found a solution to making a linklabel a hyperlink when the data is filled from an Access database. I am also trying to figure out how to mask the data. For example, I want URL [URL] to display as Homepage, and [URL]to display as Directions.

View 5 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

Windows Service Unable To Access A File In Program In Windows 2003 Server

Mar 12, 2010

I have a .net Windows Service developed in VB.net. I have a settings file in the root directory called Connections.XML and I am setting the basedirectory [code]...

When I schedule the service this is working absolutely fine in my Windows XP machine. But when I installed the same service in our development server (Windows 2003 64 bit Server) for some reason it is not able to locate this file.

View 1 Replies

Access A Class Members In Asp.net Vb 2008 - Different From Vs 2003?

Mar 10, 2009

This might seem like a silly question, even for a newbie but I can't access the members of a class from a user control. I am developing a shopping cart application in vb 2008. inside the app_data folder i have a folder name BusinessObjects which contains a class called Catalog. This is the code for this class:

[Code].....

View 2 Replies

Export Code From Excel 2003 To VB 2008?

Sep 9, 2009

I have some trouble to export this code which works fine to VB 2008 This code is intented to work with datalogger.

[Code]...

View 4 Replies

Upgrading To Visual Studio 2008 From 2003

Jul 24, 2009

I am in process of upgrading to Visual Studio 2008 from 2003. Most of the upgrade is easy except this one issue:When application is trying to Decrypt encrypted data from database, it is throwing following error. This code works fine with Visual Studio 2003.[code]

View 3 Replies

VS 2008 Error Referencing Word 2003 In .Net?

Jul 21, 2009

I'm converting a VB6 app (that works fine) to VB.Net app for work using Visual Studio 2008 Express. I have Word 2003 SP3 on my laptop. I need to open an existing Word document; edit it; and save the changes. Now in VB.Net, when I try to do 'Imports Microsoft.Office.Interop.Word', only Microsoft.Office.Core shows up as a choice. I have Microsoft Office 11.0 Object Libary referenced. I've been searching the internet for hours but can't find any thing that helps. Can anyone here point out what I'm doing wrong? How do I get ...Interop.Word to show up as a choice?

View 3 Replies

VS 2008 Query Exchange 2003 Calendars?

Oct 20, 2009

I have a requirement to query Exchange Server 2003 for some specified user accounts and to retrieve all calendar appointments for a given date range.I've had a look at various articles on the Internet but most relate to local installations of Outlook (not Exchange server) and others are in VBScript (in this case, which doesn't convert well to .NET).

View 4 Replies

VS 2008 Updating Access 2003 (Part1)?

Mar 23, 2009

I am stuck, I dont know why the following is happening.

1. Open program.
2. Click on a record in listbox1 (It then put all date of this row in the textboxes)
3. Change/ edit info in textboxes
4. Click on edit button.

It does not update and when it updates it does not put all info in, or dit makes a new row of data.I don't want it to make a new one, it must update it.

[Code]....

View 2 Replies

Windows 2003 Service With VB 2008 Not Working?

Aug 26, 2010

I am working on a VS .NET 2008 windows service for 2003, however it doesn�t appear to work correctly.I am basically reading a file from a networked computer and trying to display it�s content, the code is as follows:

Code:
Public Class LB_Analyzer
Private WithEvents Timer1 As New System.Timers.Timer
Protected Overrides Sub OnStart(ByVal args() As String)

[code]....

Now, everytime I run this service it logs the events inside the "GetMachineVol" function, but I never get to the ""Ticked at "" event log from the "main" sub, pretty much as if the service stopped working after trying to assign the value returned from "GetMachineVol" to the string "MachineVolBSFull". I tried using this code on a windows form and everything works fine, and since debugging a service is quite beyond my skills, I really do not know what could be wrong.

View 1 Replies

Auto Increment Value To Textbox In Ms Access 2003, Vs 2008

Nov 4, 2011

I have a form and some controls as dropdown and textboxes..

The situation is that when the form loads, i want the value in textbox to be incremented, everytime it loads..

This is something i tried.. I get the value '1' everytime !! It shows no sign of increment..

However, i also want it in the format 0001,0002 if possible..I tried something like this..

Private Sub Order_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
textBox1.ReadOnly = True

[Code].....

View 6 Replies

Auto-Increment Value To Textbox In Ms Access 2003, Vs 2008?

Nov 4, 2011

I have a form and some controls as dropdown and textboxes..The situation is that when the form loads, i want the value in textbox to be incremented, everytime it loads..This is something i tried.. I get the value '1' everytime !! It shows no sign of increment..However, i also want it in the format 0001,0002 if possible.

Private Sub Order_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
textBox1.ReadOnly = True

[code]...

View 4 Replies







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