Designed In The Other Systems And Run The Application?

Apr 16, 2012

I have designed an Application tracking details and I have deployed it. The records are updating the way I need. I want the same application to be used in other three different systems which do not have MS Visual Studio. How can I do it ? Is it enough that I create a similar table in the path I have designed in the other systems and run the Application ?

View 1 Replies


ADVERTISEMENT

Create User Designed Application?

Oct 2, 2009

I need to create a prg. in that user can designed the form based on their requirements (like add delete buttons, textbox, labels, change its properties, location) and save the form changes permanently.

View 2 Replies

Write An Application That Performs Common Systems Tasks From A Single Location?

Feb 26, 2010

I am wanting to expand my programming knowledge base and the only way I know to do that is to actually do stuff. I am wanting to write an application that performs common systems tasks from a single location. Just simple things like deleting text files, maybe displaying drive space, etc. In order to even begin to do this I have to understand more about the my.computer class in VB. Does anyone have some good info that breaks this class (and possibly related classes) down hierarchically? MSDN offers a lot of info but doesn't really give a lot in the way of explaining how certain classes are interrelated.

View 5 Replies

Developing A Computer Application Designed To Monitor The Network And CPU Statistics On A Computer?

Jan 29, 2009

I am developing a computer application designed to monitor the network and CPU statistics on a computer remotely. The monitored computer would have my program installed and the monitoring computer would display, in a form, the information being sent from the remote client.The application does not send any information regarding packets, user names, passwords, etc. It is solely meant for monitoring CPU performance and Network resources remotely.

What would be the best method to send this information over to my host machine?I am programing in Visual Studio 2008 on windows XP. The client machine is also XP. I know this sounds a little shady, but it is required for my little business (http://www.iquorum.net) to monitor what and when something happens on our machines when I and my employees are away.

View 2 Replies

Wireless API Designed For C / C++

Nov 27, 2008

I am trying to use the Windows wireless API to automatically configure wireless settings in VB .Net. The documentation url... states 'The Native Wifi API is designed for C/C++ developers'. can I use this API from within VB and will I have to use a C/C++ wrapper and if so how? [code]

View 2 Replies

Making A Designed Form In .net?

Apr 2, 2009

how can i devolope a form in vb.net which can have autohide property at a time of mouse move away from button and give me the idea about devoloping attrective form for vb.net?

View 3 Replies

Web Cam Program - Designed With Malicious Intent?

Jun 6, 2012

I found a VB WebCam program from Africa on this site [url]

However one of the instructions is to "add a reference to WebcamControl.dll ". I've researched that .dll and it appears to be able to "Silently record users' sensitive personal information, identity details and business files, make traces of the users' online activities and browser habits and then transmit them to insecure remote servers".

I haven't downloaded this .dll or found a location to download it. Am I correct in assuming this program was designed with malicious intent?

View 3 Replies

Saving Data From A Custom Designed Richtextbox?

Oct 18, 2009

I have encountered a problem at the end of my project. I basically have a really nice RichTextBox control which I have made with help from others, which supports images, text colors, text higlighting, text size, background colors, etc. My problem has come when I try to save the data from the file - it loses text color, formatting, images etc. Is there any format in which I can retain the formatting or should I make my own file type with all the data embeded in a HTML-ish sort of structure, eg:

[Code]...

View 4 Replies

Create Msi Installer For My Designed Project In Program 2008?

Dec 26, 2009

How can i create msi installer for my designed project in vb 2008

View 8 Replies

Implement Wizards Designed Dataset In MVC Designer Pattern?

Nov 8, 2009

I have written this code implemeting MVC design pattern.... for simplcity... i have create Model with BLL having a two classes Employee and Designation and i have created the DAL using the Dataset designer tool....thus i've implemted all relationship bewteen the two tables Empoyee and Designation connected to each toher using field EmpIndex.

In MVC design pattern i should return objects to the controller (in this case i used only the view- win form) becuase of my Designer created DAL i cannot return objects of Employee and Designation to the View... this is becuase in BLL: the following method

Code: public TestMVCWithDataset.TestDataSet.tblEmployeesDataTable SearchByIndex(int iEmpIndex) { try { empAdapter.Fill(dtEmployees, iEmpIndex); return dtEmployees; } catch { throw new Exception("Employee not found!"); } }

[code]....

View 1 Replies

Program Designed To Convert A Simple JPG Other Image Formats?

Mar 15, 2009

Simple program designed to convert a simple JPG (or possibly other image formats, BMP, TIF, Et Cetera) to text.

View 5 Replies

Query Designed For MySQL Translated To Work For SQL Server 2005?

Apr 10, 2010

I've spent a whole day on this already without figuring it out. I'm hoping somebody can help me translate the following MySQL query to work for SQL Server 2005:

SELECT MAX ( messages.date ) AS maxdate,
topics.id AS topicid, topics.*, users.*
FROM messages, topics, users WHERE messages.topic_id
= topics.id AND topics.user_id = users.id AND
topics.forum_id = " . $forumid . " GROUP BY
messages.topic_id ORDER BY maxdate DESC

$forumid is a QueryString value defined in the following VB.NET code-behind code:

forumName.Text = "<a href='ViewForum.aspx?forumid=" & row.id & "'>" & row.name & "</a>"

View 2 Replies

Load Event 64 Bit Systems?

Jan 17, 2010

that in the IDE on 64 bit systems, that the Load Event swallows exceptions. "Any error in the Load event will cause the event to end and the Form to be shown." J Wein@MSDN

View 17 Replies

Set Timer To Systems Time

May 12, 2010

I would like to close my program based on the system time. I have stuck a timer on my form and I want to set my timer to my systems time. if the timer = "8:00" pm or timer = 20:00 hrs then END Does any one have the code on this? If I could do it without the timer as in to check the systems time = 8:00 pm or 20:00 hrs then End

View 7 Replies

VS 2008 Operating Systems App Run On?

Apr 6, 2009

I've just developed my product, and I am wondering...How can I tell what operating systems it can run on,Obviously it works on Windows XP SP3, I assume Windows XP Home Edition will be fine also (32 BIT)

Will it work on Windows ME, Windows NT, Windows Vista?

View 7 Replies

Applicaiton Not Working On Other Systems (I Need A Valunteer)?

Sep 29, 2009

I just finished my program which has a refference to mysql.data thats a dll right? When i build the application its not working on my friend's computer why?...probably cause this dll is missing. (net framework matches its not the prob) How can make it work? do i place the dll at the same location as the executable ?where do i find this dll? I dont want to publish my application just the executable and some extra files probably no need to install on another system to work.

View 14 Replies

Install It On Other Systems And It Almost Works Perfectly?

Dec 27, 2009

I have an application I made and I created a Setup Project so I can install it on other systems and it almost works perfectly. It doesn't install over older versions even though I have that option set to True. So I decided to look into publishing to a website since it seems you can have the application look for new updates which is what I want since I'm still in testing and the source code is changing frequently. I found the Build -> Publish Application option but it won't upload to the site. Also, is this the right approach to accomplishing what I want?

View 4 Replies

VS 2010 Datatype Size On 64-bit Systems?

Jun 17, 2011

I'm still using ye ancient 32-bit machine with ye olde XP.Currently I'm writing some code to add binary content to files, and I need to know, if the same code can be applied on 64-bit systems.For example an integer variable added to a binary file with:

BinaryStream.Write(SomeNumberDeclaredAsInteger)

can be safely loaded with

MyInteger = BinaryStream.ReadInt32

on my system, but is this also the case on 64-bit systems or should I truncate it to Int32 before writing it to file?

View 3 Replies

Game Programming :: Program Is Designed To Generate A Random Hand Of Cards Out Of Our List?

Aug 19, 2008

Below is the code that we have been working on. We have bolded the parts which we are unsure about - they are producing errors. (its near the bottom)The program is designed to generate a random hand of cards out of our list of them. This program is a smaller version of what we hope to have in the full one - ie. It tries to get a random hand of 3 cards out of a possible 5.

The part we are having errors with is getting the images to display on each of the 3 'picturebox' objects using a loop (so we don't have to type each picturebox individually).

[Code]...

View 8 Replies

Set A Systems.drawing.graphics Brush To A Variable?

Jun 4, 2009

I am coding a reversi game for my computer programming class and I need help with something. I have a list of all the systems.drawing.graphics brushes in a Combobox and I want the user to be able to pick their color. So I have the list of colors I just need to make it so I can set the color the user picks to the brush that is for his team I guess you would say.

[Code]...

View 3 Replies

Tell Difference Between Operating Systems 2000, XP, Vista, 7?

Jun 18, 2011

I was wondering how I would make a program identify the operating system?

--EDIT basically so that the program can access a certain part of a file system no matter what the user directory is called?

View 1 Replies

Will Software Work On 32bits And 64bits Systems

Sep 8, 2011

A few years ago I created an application using VB6. It works fine on all OS but considering vb6 is no longer supported and it lacks lots of features, I've decided to upgrade to VB.NET. Plus I also want my software to run on all future OS correctly. I was using the ADODC control on many of my forms. In VB.NET, if I go to Tools > Choose Toolbox Items, I see ADODC under the .NET framework components tab. Can I still use this or is it outdated/no longer supported? If I use it, will my software work on 32bits and 64bits systems? [code]But in VB.NET when I write this I get the error As Any is not supported in Declare statements. How should I write this in VB.NET?

View 3 Replies

Work On Operating Systems Such As Linux Apple?

May 18, 2011

i was wondering how far back in the windows operating systems visual basic builds would run. like the exe you build at the end will it work on old windows 95 systems and would it work on other operating systems such as linux apple ect..

View 2 Replies

Create Interactive Voice Response Systems From Home?

May 7, 2009

I am trying to build an IVR and hook it up to my website, what are the different (inexpensive) ways that I can do it.

View 10 Replies

Customize A DateTimePicker To Show Dates In Other Calendars Systems?

Apr 23, 2012

How to customize a DateTimePicker to show dates in other calendars systems ?

View 2 Replies

Implement Two Various Systems - One To Keep Track Of Illnesses And The Other As An Enrolment System

Jun 3, 2010

Assignment Overview: Background: You have been approached by Learning for Life a locally based tuition company that teaches a small amount of courses (at least four) to a minimal amount of students (five to ten students per course). They currently utilise a paper based system and are looking to implement a computer based one as it has become difficult to store all the relevant information.

They are looking to implement two various systems, one to keep track of illnesses and the other as an enrolment system, keeping track of what courses the students are actually taking part in.

System Notes:
-Each student can only attend one course at a time
-There are only 6 lecturers in total
-There is approximately four to six courses running at one time
-There is normally five to ten students on each course
-They have included a system description as to the layout of the database required for the enrolments segment
-The enrolments program must have password based security where each user has a different password

Deliverables:

2 fully functional programs (fully annotated)
Class diagram
Report with the following headings:
-Introduction
-Inheritance
-Association
-Aggregation
-Evaluation of OO in SE

-Tasks

[CODE]...

View 5 Replies

Unable To Connect To MS Access Which Is Placed In Another Systems Shared Folder?

Oct 30, 2009

I have web service which updates MS access database. Im using OleDB for Updating MS Access database

View 9 Replies

VB2005 32bit Program NOT Running On 64bit Systems

Oct 16, 2009

I developed a Visual Basic program in VS2005 that uses SQL2005 on a 32bit system, which runs perfectly on 32bit systems using Click Once deployment, but whenever I try to load or run same program on any 64bit system, it does not load or run. What do I need to do to make the program run on 64bit systems.

View 2 Replies

Develop A Project To Monitor EDI/Edifact Data That Are Send Between Different EPR Systems?

Dec 1, 2009

actually i have to develop a project to monitor EDI/Edifact data that are send between different EPR systems.Different erp systems means also different database systems. So i have to develop an app to monitor up to 5 tables.These tables can be stored in SQL Server, Oracle, MySQL or DB2. What kind of data access do i have to use ? ODBC ? ADO.NET ?? I actually don't have an idea how to handle this.In the app (i have to write) there should be something like a "DB Configuration for EDI" and there i want to configure if it is SQL, MySQL or what ever that i have to access.In the different Databases all the tables have the same name (means in SQL there is a table called Actlog and in Mysql also a table called Actlog)How can i write my app that it is DB independent ??

View 1 Replies

Error In Getting Installed Software On Local Network Systems Access Is Denied?

Mar 26, 2012

Dim wmins = ("//192.168.1.5/root/cimv2")
objOS = New ManagementObjectSearcher(wmins, "SELECT * FROM Win32_OperatingSystem ")

[code].....

View 1 Replies







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