20,284 Topics
| |
There wern't any topics here so I guess I'd go ahead and make one for my first post. I'm a high school Junior currently taking a Programming corse, and am working with VB until later this year. I plan to take a college major in Computer Sciences, and as such … | |
Hi,any of you know how to like create a alert system(reminder) ?? using vb.net..windows application..and it goes in tis way.. a alert will pop out to tell u the amount of stocks when it left less than 10. (i creating an application -database) | |
i'm kind of new .NET programmer and i don't know which files i need to install on the machine running Windows98se , in order to make it able to execute application written in VB.NET. And where I can download thoose files? please help !! TNX :) | |
in an form with two text boxes, one for entering the name of a peson in english and the other for entering the name in another language say Arabic; the two languages (locales) are installed on your win Xp; manually you change from one to the other by pressing ALT … | |
i am currently making a game for my VB class and i am trying to make some boundary code. I have done everything. i've asked people my friends for help and we can't figure it out. if anyone could give me some clues to get started that would be great. … | |
Does any one has used dotfucaster(decompiler) for .net .exe files ? I am curious to know, how can we prevent people decompiling from our .exe, does it mean its risky to develop applications in .net ? =Sham | |
I'm new to vb & .net and I'm looking for Phone support: 900 or per call type support | |
I am currently trying to call a program from VB.Net that uses some command line switches. The following is the code I am using. The problems is that I get the error: "No application is associated with the specified file for this operation." CODE: Private Sub Button3_Click(ByVal sender As System.Object, … | |
Hello, I am trying to run .net 2003 trial version on Terminal Server 2000. It got installed fine but giving error when application is started saying .net trial can not be run on Terminal Server 2000. =Sham | |
Anyone can help me? I'm doing my final year project. I need source code for my project. I need to know how can i link my Ms access to my project..using OLEdb and Odbc..I need to do log in page(login.aspx) but i dunoe how to type the coding.anyone here can … | |
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. | |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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. | |
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 | |
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: :?: | |
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 … | |
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 … | |
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 … | |
I just recently purchase VB6 and was wondering if it is worth putting in the time to learn it, seeing that VB.net is being pushed by MS. Should I be trying to learn VB.net instead? I'm basically new to programming and was just wondering if VB is going to be … | |
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 … | |
Hi, As part of my final project for uni I am developing a tool in VB.NET that will calculate the size and downloading times of webpages. I plan to evaluate the implications of HCI (Human Computer Interaction) on website performance. I believe that currently there are tools in existance that … | |
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... … | |
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 … | |
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 … | |
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 |
The End.