VB08 Make An Application Using Vb2008?

Feb 28, 2010

I am trying to make an application using vb2008, and I'm facing a problem. I have a command button, and I want it to generate a new groupbox each time it's clicked. So here's the problem: when the user clicks the button, the previous groupbox disappears, which is sth I don't want to happen. Also, I wonder how I can use each of the controls included in the groupbox, while I can't name them or something...

View 7 Replies


ADVERTISEMENT

Vb08 Make Users Choose A Location?

May 10, 2010

I wanna make a program wich starts a .exe I know the code for starting the program : (EXAMPLE)

Process.Start("C:UsersPublicGamesWorld of Warcraftwow.exe")But the program only opens the file when its placed there, is there a way to start it else way?Maby make them choose the file derection ?I know u can make a text box so they have to type it them selve, but can u make it so they have to go through a menu with it ?

View 4 Replies

Vb08 Web Application How To Send Text From 1 Form To Other

Apr 6, 2011

i want to send data from abc.aspx textbox1.text to cde.aspx.textbox1.text.I try to use same method in what i done in windows application.. but i can't success but i can't make it..

Protected Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Button1.Click
cde.textbox1.text = abc.TextBox1.Text

[code]......

View 3 Replies

Convert A VB2008 Console Application To Windows Forms Application

Feb 7, 2010

I have a fully functional multi-threaded VB2008 console application that I need to convert to a windows forms application. I am doing this to add additional functionality at a later time. How would I go about doing this?

View 9 Replies

[VB2008] How To Make A Function

Apr 6, 2009

I`ve this function search if process is running so where do i have to add this ?
Public Declare Function OpenProcess Lib "kernel32" ( _ ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long Public Declare Function CloseHandle Lib "kernel32" ( _

[Code]...

View 10 Replies

Make An Excel-macro Run Through VB2008

Jul 1, 2010

I am trying the whole day to make an excel-macro run through VB2008. The macro in excel calls another file and extracts two values in order to draw a graph. The VB code should run the excel macro everytime and import the graph. However, I have a problem with this line : oExcel.Run("Macro1")

[Code]....

View 3 Replies

Make SplashScreen With Installer VB2008?

Jan 11, 2010

make a splashscreen with an installer like the image below.. I know how to make a splashscreen. Say i made a splashscreen in vb2008 i added a button saying install Is there a way i can get a app into the button..Sorry for my bad english.. Do you see the image below? If i click copytodvdsetp it will open the installer and start installing
If i click the serial button it will open a text box.. How do i make that??

View 2 Replies

VB2008 How To Make Form1 Invisable

Jun 8, 2009

form1.visable = false wont work and i don't see it on the properties window.

View 2 Replies

VB2008 Reload A Form Of The Running Application From One Computer When Executed A Function From Other Computer With The Same Application?

Mar 15, 2012

Is it possible to reload a form of the running application from one computer when I executed a function from my other computer with the same application? co'z I want to see the changes of data on my datagrid view?

View 2 Replies

How To Unhide VB08

Dec 17, 2009

okey look i made a ''hide button''on my form

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Me.Hide()End Subwhen i press the buton it goes hide it self only can be deleted with ctrl+alt+delete then process list.but is it possible to reactivate it agian? becouse i cant reopen it when i use the hide button

View 8 Replies

How To Control An Application Using Vb2008

Nov 2, 2011

I want to control the "My Cafe Pro" application using vb2008 as the front-end. The main function of "My Cafe Pro" is a time logger. The server can control all the clients connected to it (e.g shutdown). I want to control "My Cafe Pro" that even i don't actually open it. For example, i want to create a time code using the vb2008 program, i only click one button and bang!, the code was created on the "My Cafe Pro" application.

View 1 Replies

Make Multi Level Menu In VB2008?

Dec 18, 2009

I want to make multi level side strip with some data as shown in figure below:

The first column could be labels (names) read from an array or a variable and the second column could be a value to that label read from a variable or array. The value of the last column will be assinged to the label or in the first column. for example:

Column1 (level1) Column2 (Level2) Column3 (Level3)
Area1 => Value => 5
8
Importance => 9

[Code].....

View 3 Replies

Put A Paint.net Image You Make Onto A Form On VB2008?

Dec 6, 2009

Is there a way to put a Paint.net image you make onto a form on vb2008? Like using a picturebox?

View 15 Replies

Developing A Windows Application In VB2008?

Apr 28, 2011

hi, i am developing a windows application in visual basic 2008. when i will install or setup my application to clients' computers, do i have to install the dot net framework 3.5 in every single pc or i can include dot net framework 3.5 in my application.

View 4 Replies

How To Deploy Database Application In Vb2008

Dec 14, 2010

i'm developing a linq to sql database application that i created with visual basic 2008. I intend to install the application on another computer system. The problem i'm having now is that, after i've developed,deployed it and installed it on another computer, i can't find the linq to sql database i created with the projectkelvin rolex on the installed application on the other computer,

View 3 Replies

Made Winzip Application In Vb6 Or Vb2008?

Mar 4, 2010

How can Made Winzip Application in vb6 or vb2008?

View 1 Replies

Using VB2008 Express To Create An Application?

Jan 7, 2010

I am using vb2008 express to create an applicationI have an ACCESS 2007 table that I use to fill a form using Fillbywhich works fine however 2 of the fields in the table are YesNoand they do not show up on my form

View 6 Replies

[vb2008] Minimizing External Application?

Dec 27, 2010

like seen on the web, with both the two following codes:

ShowWindow(Hwnd, SW_MINIMIZE)
ShowWindow(Hwnd, SW_SHOWMINIMIZED)

I can minimize without problems an EXTERNAL application window from it Hwnd.The big problem is that once minimized the application cannot be manually managed: also if I close my program, both left click or right click on the external application taskbar button don't work: I can't maximize it and I can close it only by Ctrl+Alt+Del... why?

View 3 Replies

Make A Program(vb2008) To Confirm It's Connected Internet Or Not?

Sep 17, 2010

I want to write a program that if ping www.microsoft.com is success,than caption title it's "ok,connected Internet",if ping it's failed,the program "caption" title is "sorry,not connected",but I don't know how to write those code

View 10 Replies

[vb2008] - Make A Log-in System That Loads The .txt Files From Server

Apr 3, 2009

Well I want to make a log-in system that loads the .txt files from your server (Simular to this code:

[Code]...

View 1 Replies

Running Aplications Created In VB08?

Nov 1, 2008

i'm new to the VB programing world, actually to programming world in general, so before i start i have a question. I've heard that to run programs created in VB you need to have NET Framework on your comp, is this true?Cause i found somewhere on the web that you have a exe in your Debugging folder, and i tried running it on my friends comp which is without framework and it worked. Don't know if this was some error or something, and if there will be problems if i run them like this, so i wanted to ask professionals,

View 6 Replies

Vb08 Checkboxes Starting Codes?

Mar 14, 2009

currently i am working in vb08 and sattred using checkboxes for the 1st time and im a bit confused in some ares of the coding basically what i have is : form1- with the checkbox and wheer i have put in the code form2 where i have the labels wat i want to do is if the checkboxed becomes ticked i want the label to= (an integer) * a previous label on form 2 by an integer i mean any value i will use 5 as an example
etc:label1=val(form1.textbox1.text) * 500 label2= form1.checkbox1.text= if checked = 5* label1<<<<this is where i need help i do not know the code how to specify if it is checked to times 5 by label1

View 15 Replies

Create A Credit Union Application In VB2008 ?

Mar 11, 2011

I have been given a project to do were i have to create a credit union application in VB2008, what i need to create this application etc like how many labels textboxs etc obviously i need to create it but all am asking is if you could tell me were to start as i am lost and never really created anything in vb 2008.

Here is the spec:

The client is prompted for their name and a personal reference number. If the application is successful then this number becomes the loan agreement reference number. If the applicant has a credit rating of 14 or more points the application is rejected. If the credit rating is less than 14 points then the client is prompted for the loan period (must be equal to 12, 24 or 36 months) and the amount required.

The cost of the loan is 6% if required over 12 months and 8% if over 24 months and 12% over 36 months. This is added to the loan. The applicant's net monthly income and total monthly outgoings are taken into account. If the monthly repayment is more than 25% of disposable income (net income outgoings), then the application is rejected. If the repayment is less than or equal to 25% then the loan is granted and a form is produced and printed with the relevant information, including the loan and repayment amounts.

View 2 Replies

Developed VB2008 Application And MySql As Database?

Aug 28, 2009

I have developed VB2008 application and MySql as Database.I want to Open this application on any web browser without making any changes in Orginal application.

View 8 Replies

Release Version VB2008 Application Won't Run On Windows 7?

Jan 20, 2011

I changed my VB2008 Express development system from Windows XP to Windows 7.After installing Windows 7 I installed VS2010 with VB2010 Express.Tried that and had issues so I installed VS2008 with VB2008 Express.The application I was developing with VB2008 on my XP system will compile and run in the debug environment with VB2008 on Windows 7 but the Release build (double clicking the .exe in the Release directory) will not. An information box pops up stating the application stopped working. No application Form ever showed up on the screen. I can run a simple application I start from scratch on this new setup.The release .exe compiled on my old XP system fails in the same way.What could be the problem? The application of interest uses an SQL Server CE database. A reference forSystem.Data.SqlServerCe is included in the References. What could be different about running in the debug environment vs running the

View 5 Replies

Press A Button In An Internet Page With Vb08?

Jun 1, 2009

I'm looking for a code that allows me to click on the send button in a web thru vb button.

View 4 Replies

Open File From Windows Explorer In Vb2008 Application?

May 21, 2011

I have made a text editor in vb2008 and I need it to get it open a text file when I double click it in windows explorer

View 6 Replies

Publish A VB2008 Windows Application, From The Build Menu?

Mar 23, 2010

I publish a VisualBasic 2008 windows application, from the Build menu,but when I install it by running the installation's setup.exe, an unusual popup window showing Windows connected to the Internet pops momentarily, and then the application opens and runs.But the application's .exe is not in Start > Programs, or on the desktop, or anywhere.Publishing and installation worked perfectly a few weeks ago.

View 1 Replies

Office Automation :: Excel And VB08 Read And Update?

Jun 17, 2009

I am trying to create a program which loads a Excel file (03) with various worksheets, and the user can update them.I think it should use the Tab system on vb (08 express) and have each worksheet on each tab.On the tab, it should list the first 8 cells.

View 1 Replies

VB08 Rounding Up Values/numbers In A Label Or Textbox?

Apr 1, 2009

i know this may soiund a bit of a n00bish question or 1 that pops out every now and then, but i am havin trouble trying to round off nubers.basically i ahev this label where a value i s inputted by the system after it goes thruogh user inputting so:1)user inputs somehting (* by somethingh)2) user input (* by something )etc etc.val(label1.text) = the additon of all those user inputs---to make life easier lets ust say user input1 = user input 2 k sometimes the val of label1 becomes a decimal point like 3453453.666777 etc when this happens i just want to round up to 2 decimal places i have looked on msdn for help which gave me:

[Code]..

View 6 Replies







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