Write Simple Program To Run In Vdraft Using It's Api?

Jan 20, 2009

First I'd like to say I am not fluent in Visual Basic, I down loaded Express 2008 and have easily completed the first few lessons. I have some programing exerpience. I have written a few simple programs with Autolisp for Autocad.Vdraft will only integrate with full blown VB programs. So, Maybe someone can write a simple program using Vdraft api which can be found at :

View 1 Replies


ADVERTISEMENT

Write A Simple Program Which Will Simply Have Buttons To Open Spreadsheets?

Jan 12, 2009

I am trying to write a simple program which will simply have buttons to open spreadsheets, and a search facilities to look for spreadsheets with a title which is an invoice number. I have my basic forms layed out, all a need now is help with the code.

I am using Visual Basic 2008 Express, and just need a line of code for a button to open an application/spreadsheet. Also, is it possible to have a search box open a file automatically?

View 9 Replies

Directory Listing - Write A Simple Program That Will Let Me Choose A Directory And Get A Listing Of All Files?

May 8, 2010

All I am trying to do is write a simple program that will let me choose a directory and get a listing of all files in that directory and its sub-directories and show it in a RichTextBox. I got as far as being able to select the directory but when I click "OK" I get "access to c:documents and settingsstevedesktopmp3 is denied".The code I am using is listed below.

Imports
System
Imports[code].....

View 10 Replies

Write Simple CAD Software?

Dec 17, 2011

I was just wondering if there are any examples around the internet on how to develop a simple CAD program.

Would I be better off drawing on the form directly or use a Panel or a PictureBox for that?

View 2 Replies

How To Write Simple Validation Expressions

Jul 25, 2011

How to write a simple validation expression that will accept any whole number greater than zero but less than 1,000.

View 1 Replies

Write A Simple Expression-like Class In .NET 2.0?

Jul 7, 2010

I'm currently working in .NET 2.0 Visual Basic. The current project is an Active Directory Wrapper class library within which I have a Searcher(Of T) generic class that I wish to use to search the underlying directory for objects.

[Code]...

In short, I want to offer some kind of Expression feature to my users, unless it is too much work, as this project is not the most important one and I don't have like 2 years to develop it. I think that the better thing I should do is to write something like CustomExpression that could be passed in parameters to some functions or subs.

View 1 Replies

Write A Simple Sine Graph?

Mar 21, 2011

How to write a simple sin graph for my calculator? I need , when I'll press the button, to show this graphic.

Private Sub btnsin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnsin.Click
For i = 0 To 100

[Code]......

View 7 Replies

Write Simple VB Code With *= Operations

Apr 18, 2010

I've designed a Arithmetic Calculator. I can get my additon button to work but not my multiplication button. My result total comes back as 0.

[Code]...

View 2 Replies

How To Write Simple Envelope Printing Application

Feb 16, 2011

VS2010 VB.Net Windows Form (not WPF). Any Hello World level example for printing the text within a multi-line text box they can post? Ditto for a print preview? I need to write a simple envelope printing app and I need a good base to build upon.

View 3 Replies

Read/write A Simple Text File In Net 2008?

May 9, 2010

I am trying to read/write a simple text file in net 2008 but can't, as yet, get it to work. This is how I use to do it in VB6

Code:
MyStr = App.Path & "DataData.txt"
Open MtyStr For Input As #1

[code]....

View 11 Replies

Simple Read/Write App.config Configuration File

Feb 6, 2010

I have a program with various settings, all stored in the app.config file. Often, I have a need to edit the connection string setting. I cannot do so using the My.Settings.myConnectionStringVariable method, as this is read-only. What I would like to do is have a big text box, and simply load the entire app.config file into it. The user could modify whatever they wanted, click save, and the program would save the new edits to the app.config file, and restart the program. I don't have a huge need to only pull out the connection string, as getting the text for the entire config file would suffice. However, if it is easier to pull out just the connection string from the config file, that would work too.

View 1 Replies

Write A Simple Game On Which The Player Has To Pursuit Some Figures On The Screen?

Oct 16, 2009

I'm currently trying to write a really simple game on which the player has to pursuit some figures on the screen. Since i'm just writing the prototype version i'm using a Panel wich i redraw 1000 times per second. Now, i want that every level is similar but not the same as past level, so i created a Level Class that contains the game objetcs of Player Class and the Figure Class, wich are the ones that have all the movement subrutines. So, with a Timer, 1000 times per second, i get the input from a joystick, pass it to the player objetc and update the position of the figure object. All this stuff is reported to an internal Panel that every level object has, wich i refresh and then pass it ByVal to the panel that the player actually sees. The problem i have is that after the first level ends, when the second level starts running, i can see the last frame of the fisrt level flashing behind the figures and it makes the game run a bit slower after every level. I tried keeping a copy of the inicial state of exterior panel and use it to clean the one i'm using on the levels but it didn't work...

View 11 Replies

Write A Simple Windows Form That Will Make It Easy To Record A Voice Message Before Uploading It To A Remote Web Server?

Oct 2, 2011

I'd like to write a simple Windows form that will make it easy to record a voice message before uploading it to a remote web server and sending the URL to the recipient(s):

[URL]

Currently, the user has to use Sound Record to record the message, use an FTP client to upload it to a web server, and finally, use an e-mail client to send the URL. I'd like to combine those three features into one.

View 14 Replies

Write A Program To Write In A Xml File?

Sep 14, 2010

I want to write a program to write in an xml file in this format:

<?xml version="1.0" encoding="utf-8" ?>
- <Orders>
<Item id="1" SKU="998123" Description="Super Widget" Quantity="100" />

[Code]....

View 2 Replies

Create A Program With A Simple Gui?

Jan 4, 2012

Im trying to create a program with a simple gui that enables me to search for and select parent folders containing child folders containing multiple files and then validate those files based off of constants i set per child folder and file.

Example

User selects Parent FolderX
Parent FolderX > (ChildFolder1 ( Constant for ChildFolder1 says open file 4 ) > File 4

Compare multiple strings of text in a specific order based off of file name to constants i have set for that named file Then continue to ChildFolder2 ( Constant for ChildFolder2 says open file 16 ) > File 16 Compare multiple strings of text in a specific order based off of file name to constants i have set for that named file If there is any constants not read in one of the files after all have been checked, return msgbox with a notification and write .txt log with child folder and file names to specified directory?

View 4 Replies

How To Make Simple Program

Jul 2, 2009

i want to make a simple program that can be used of add,delete,edit,save,, thats all, so that i will understand the basic of programing.so that in that program i will developed it and also connection of vb2005 to sql server 2005.. i am amateur here using this vb2005 and sql server 2005.

View 4 Replies

IDE :: Deployment Of Simple Program?

Sep 27, 2011

I want to distribute a fairly simple program developed on Visual Studio 2008. I have tried to use the publish features in the IDE. It creates a folder with various information and stores it on my fileserver.When I try to install the program on another computer I get a lengthy message about the need to install Powerpack 9. 0.0.0 So I go back to my dev computer and edit the publish information. On prerequisites I do not find Powerpack 9 but Powerpack 3. I put that in and redo the publishing. The installation now install that package but then it says it requires powerpack 9.0.0.0 and ends?

View 5 Replies

Simple Program Not Working?

Nov 26, 2011

I'm just starting to learn vb.. trying to figure out why this is not working.

Public Class Form1
Dim final As Double
Dim grade1 As Double
Dim grade2 As Double

[code].....

View 2 Replies

Simple Program Using Proxy

Dec 16, 2010

i am had lots of trouble in finishing a simple program.well my program had one listbox one command button the list box is loaded with proxies.when i input the query url in textbox it and pressed command button it will query search engines and retain rank.it also click our url to verify drilldown it

1.load the proxies
2.input the URL
3.click command button
4.perform querying and clicking task on search engines

my pc was crashed recently so i am unable to upload the program here.can someone kindly me(newbie)to finish this simple task?

View 1 Replies

Simple WMP Player In Program?

Aug 13, 2011

I said in a thread this week that I would set out to construct a program using the WMP component and this time, unlike in my last one, it is set up to allow any folder to be chosen. It's safe, even if the user chooses a folder with no .mp3 files in it, but it's goal is to look through all folders/subfolders, find the .mp3 files, get the path and the meta information about it, then show it in a listview.

The user has a few options such as playing the first song when a list is loaded, setting it to shuffle, etc., and all settings are saved automatically. Also, when they choose a folder to use to get their music, the next time around it remembers this also (although this latter one is done by saving the path to a text file so that you can, optionally, edit that before you send it out -- without having to change the code to do it).

I have it looking at events so that no matter what they change (click for the next song, change the volume, change one of the checkboxes, etc.), it will re-focus the listview so that the song presently playing is highlighted.[code]...

View 1 Replies

VS 2008 Write A Program To Create A Shortcut In The Startup Folder Of A Different Program?

Jun 15, 2009

how i can write a program to create a shortcut in the startup folder of a different program. So i have one program on my computer that should run at startup, i just need another program to create a shortcut to it, and then copy this shortcut into the startup folder.

View 20 Replies

Write A Program For VB Class That Consists Of A Resistance Checker Program?

Sep 20, 2010

i have to write a program for my VB class that consists of a resistance checker program. I've searched like a madman to help me through this and I have found nothing >. The program consists of 2 combo boxes, the first one is the nominal resistance drop down list of the numbers :100, 150, 220, 330, 470, 680, 820 and 1000. The second list is of the tolerance numbers; +/- 0.4%, +/-0.6% and +/-0.8%. Now what i want to do is select a number from the first combo box and select the tolerance level of the second combo box and i input the resistor of said value into the text box. when i click the check resistor button it should display a message saying if the resistor is in or out of tolerance. For now I have the form all laid out and the values inputted into both combo boxes and i can go to run the program i am able to select said values. Now my problem is trying to get the right code so that i can check the resistors value.

View 2 Replies

Build A Simple App That Will Start Another Program?

Jan 22, 2011

I am trying to build a simple app that will start another program.The command line that works in a dos batch file is c:program filespixellWall Controlwallctl.exe -layout=c:1.lay with my code below this works, c:program filespixellWall Controlwallctl.exe but the switch info above doesnt get passed, I get a run time error.

Public Class Form1
Dim layout1 As String
Dim layout2 As String

[code]....

View 4 Replies

Create A Simple DVD Player With Program?

Apr 26, 2012

I am trying to create a simple DVD Player with Visual Basic 2008 (Express). But I am trying to find this item for the Toolbox-"MSWebDVD".

Does anybody have, like a download link to get it for VB 2008? If you do provide me with a download link, then I would kindly ask to tell me on how to apply it.

View 3 Replies

Create A Simple Shortcut To A Specified Program?

Mar 5, 2012

I would like to create a simply shortcut to a specified program. All of the codes I've tried use the WshRunTime library and it seem to throw an exception every time.

View 3 Replies

Creating A Simple Alphabet Program

Apr 25, 2009

I would like to click next to go to another image in a picturebox but I only have one picture box setup to have the new letter displayed in it. I have 26 images to display and need to know how to setup a loop to go through each image? It seems simple but I cannot figure out how to get to the third image, it only goes to the second image and stops. I also need to know how to setup the back button to display the prior image in a picture box.

View 8 Replies

Creating Simple Yet Complicated Program?

Mar 24, 2010

I am a total bginner to vb.net programming. I am trying to make a simple program that allows the user to

1.change desktop background

2.Allows the user to select a boot image listed in the form

3.alows the user to enable disable the task manager,registry editor and control pannel.Replace Windows Boot image (Picture source is a picture box in form)

4.Change XP Start Button Text

5.Disable/Enable Windows Keys

so this is how far I got;

Imports Microsoft.Win32
Public Class Form1
Implements IDisposable

[code]....

View 3 Replies

Develop A Simple Program To Sendkeys To Another?

Feb 15, 2011

I'm trying to develop a simple program which will show a form with a listbox and a button. The buttom will allow a listbox entry to be selected and close the form. The entry will them be sent to the previous open application.

For example, I could select my postcode from the listbox and have it sent to the currently selected field in my internet browser. Or the current date to my text editor.[code]...

View 1 Replies

Draw Simple Graphics In Program?

Oct 11, 2009

I'm a unviversity student and for an assignment we have to make a simple project where the user specifies a shape and a color, and then the shape is drawn in some kind of space. So like they choose circle, green, and in this blank space on the form a green circle appears, pretty simple. Anyways we have some kind of msdn alliance thing where we can download Visual Studio for academic purposes, so I downloaded Visual Studio 2008. I spent about an hour going through the tool box trying to figure out what could possibly allow me to draw stuff in it, and I'm really not sure what it could be. On some online tutorials it said something about a function on picture boxes like picturebox.Circle(100,100), 100, vbgreen or something similar, and when I tried making a picturebox and writing this code nothing worked. My friend told me to use a 'canvas' but neither of use know how to actually find such a control (its not in the toolbox).[urls]....

View 14 Replies

Implement Very Simple Validation Into A Program?

Mar 30, 2010

I'd like to implement some very simple validation into a program I'm writing, but I have no experience in this area, so I'm not sure how to implement it.I'd like one to have one make sure that text entered in to a text box has only regular characters (A-Z, a-z), but I'm not sure how to go about it!

View 3 Replies







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