19,728 Topics

Member Avatar for
Member Avatar for JBD2

Could I make two programs, but with one icon/startup so that when you click the icon, it runs both programs? Thats my first question. My other question is for something else, how can I make something delete files? Thanks.

Member Avatar for Comatose
0
198
Member Avatar for kefka

Private Sub txtMessage_KeyPress(ByVal sender As Object, ByVal vv As System.Windows.Forms.KeyPressEventArgs) Handles txtMessage.KeyPress Dim tmdataleft As Integer Dim addby As Integer = 1 If tmdataleft = 160 Then vv.Handled = True Else tmdataleft = (tmdataleft + addby) DataLeft.Text = tmdataleft DataLeft.Update() MsgBox(tmdataleft & " ELSE --- The Variable is less than …

Member Avatar for cpopham
0
118
Member Avatar for guins100

I am having difficulty understanding the process of passing values in vb.. If you name a sub procedure (Subsum) in one event procedure can you call it in another using the sam ecaal statement? and do you have to use the same parameter(byval-byref)? I am quite new to programming Thanks

Member Avatar for guins100
0
95
Member Avatar for augie0216

I have a form with a listbox and several textboxes. When I input data in the textboxes and click the menu I have created the aircraftId should appear in the listbox and link the data form the other textboxes with the aircraftId. So if I have three AircraftId's when I …

Member Avatar for augie0216
0
190
Member Avatar for shelly121

hey ppl, i know this is aa really daft Q, but i only started using vb.net this yr and im not that gud at it! basically i wana know how to go from one form to another using a button, wud it just be sumthin as simple as: [quote] Private …

Member Avatar for Khishin
0
209
Member Avatar for Khishin

I'm using MS Visual Studio.NET, and when I try to open a project, nothing happens. I can open the Form1.vb or whatever I've named it to, but I can't see the graphic version of the form editor anymore. Do I have to load something else or is there a view …

Member Avatar for Khishin
0
79
Member Avatar for dbarcode

How do you start/launch a 3rd party *.exe from within a VB.NET application. The program we want to run do have a few command swithces.

Member Avatar for dbarcode
0
127
Member Avatar for Slade

Ok here is my problem. When using VB .NET to create a web application, I can use dropdown list controls fine, when just creating a vb .NET windows app, they are nowhere in sight. What is the substitute for the dropdown menu? Sorry for my Naivity, Slade

Member Avatar for dreyes67
0
292
Member Avatar for gaam

please guide me i'm confused i have to make a banking project using .Net and i don't from where to start my mind is really not working :sad: :?:

Member Avatar for cpopham
0
285
Member Avatar for castro1688

Im 24 and a time ago..when i was a junior and senior in high school i did some programming. We used basic...lol...then turbo pascal...lol...and just touched on C in my senior year...All the old guys with me remember basic... anyway, I'm going back to school for a degree in Computer …

Member Avatar for cpopham
0
105
Member Avatar for cpopham

I am new to working with files in vb .net. I have worked with basic text files. I want to read a file such as a word document or pdf file in through a binary reader and then convert it to a jpg image. Does anyone know how I could …

0
89
Member Avatar for Richie

I am new to programming. I have taken two programming class (one we used qbasic and this semester I am taking a VB.NET class). I really enjoy programming exspecially in VB. I have done great so far. But then we get to a chapter on classes and I am have …

Member Avatar for Paladine
0
120
Member Avatar for Richie

The project should display a different amount if the new release check box and the dvd {or vhs} radio button are both checked, its displaying the regular price. This is my code: Option Strict On Public Class videoBonanzaSaleForm Inherits System.Windows.Forms.Form ' Declare Constants Const DVD_PRICE_Decimal As Decimal = 2.5D Const …

Member Avatar for Iron_Cross
0
131
Member Avatar for Letscode

After days of searching in the web i found out that One cannot create menu and tabs in VB... You need to use a Java script or HTML to do this task.I got some examples to start with and in couple of these examples i got something like user controls... …

Member Avatar for Letscode
0
156
Member Avatar for shelly121

Please help!!iv tryed and tryed with this!basically i have a combo box which displays the date-of-births from 1940-1995, and a button to press to display the maximum mortgage in a label. The max mortgage depends on the age of client:[quote] *Over 50yrs- maximum mortage = 15yrs *between 40 - 50 …

Member Avatar for shelly121
0
134
Member Avatar for Tom Pilk

I've produced an exe file in visual basic - (recently downloaded as beta version) When I run it it will start up an excel file - runs fine on my computer but when I try it on another I get error message that dotnetfx must be installed. Can I alter …

Member Avatar for mcldev
0
148
Member Avatar for april_er
Member Avatar for april_er

how to transfer between 2 computers? I have no idea how to start, can someone guide me? it is better to have sample code or website as reference. the file transfer need to in vb.net. thanks

Member Avatar for Comatose
0
92
Member Avatar for april_er
Member Avatar for jasonkit84

hi, My problem is i have created a report using Crystal Report and the font-style is Roman 20 cpi. When i preview the report in Crystal Report, the font-style is still Roman 20 cpi but when i view the report using VB.NET the font-style has changed into another font-style. And …

Member Avatar for AK47
0
202
Member Avatar for BobbyRags

If I were to ask you "How should I get starting learning VB.NET?" What would you say? Thanks.

Member Avatar for Letscode
0
100
Member Avatar for x38class

Microsoft has the following example of how to use itemdata in .net It works fine if you are populating row by row from 0 to whatever I need to reset itemdata in a particular row that has been deleted, eg the microsoft example equates to the following lstBox.items.add("123",654) where 654 …

0
75
Member Avatar for april_er

Do u all know what is API? Do anyone there have the code of API for iTegno SMS modem?

0
83
Member Avatar for april_er

how to lauch a program from the desktop using window application? and how to save a converstion of the textbox to a file?

Member Avatar for april_er
0
156
Member Avatar for shutupdave

Hi, For a school project i am making a quiz in vb. Im having trouble implimenting a countdown timer so that i could specify an amount of time before an action is taken. for example when a button is clicked there is 20 seconds before the next question is moved …

Member Avatar for shutupdave
0
95
Member Avatar for Mizzou

I'm trying to write a program that converts PDF files into TIFF files. I have been trying to so in VB.NET but someone told me that VB doesn't support Tiff files, is that right? If so what other language would be better suited for me to write this program? I …

Member Avatar for 1o0oBhP
0
76
Member Avatar for JadeWolf324

im trying to get together a team of coders to write some applications in VB.NET. i love writing and am new to .NET, but my problem is i cant seem to figure out what to create. i have an idea for a student/Teacher collaboration suite, but the project is over …

Member Avatar for JohnnyKay
0
103
Member Avatar for gidgetcracks

[COLOR=Indigo]I am making a Game called HangMan. :cheesy: I notice someone else has also but mine is due this Monday Comeing. I am having trouble with my Arrays. I keep getting am error :mad: saying "Index was outside the bounds of the array". I have been trying to fix it …

Member Avatar for Comatose
0
161
Member Avatar for jasonkit84

does anyone know any plugins that can support fonts that xp cannot suuport? i've created a report using Crystal Report where the font is Roman 20 cpi but when i call the report using vb.net the report comes out with fonts that does not match with Roman 20 cpi

0
172
Member Avatar for weazel

Big Problem!!! [SIZE=7]ok hangman all worked perfectly... then suddenly this erro came up!!! SOMEBODY HELP ME PLEASE THIS IS DUE 2MORROW!!![/SIZE] [COLOR=Red] ERROR = An unhandled exception of type 'System.Runtime.InteropServices.ExternalException' occurred in system.windows.forms.dll Additional information: A generic error occurred in GDI+.[/COLOR] [CODE] Public Class form1 Inherits System.Windows.Forms.Form ' Author: Misha …

0
158

The End.