20,285 Topics

Member Avatar for
Member Avatar for N[e]tt[e]

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 …

Member Avatar for N[e]tt[e]
0
160
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
201
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
123
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
97
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
196
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
246
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
83
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
130
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
300
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
287
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
108
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
91
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
123
Member Avatar for reezin14

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 …

Member Avatar for mnemtsas
0
278
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
134
Member Avatar for haych

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 …

0
65
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
162
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
141
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
152
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
95
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
218
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
107
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
77
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
84
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
162
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
101
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
80
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
104
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
163
Member Avatar for isundby

Good day to all. First off, let me say that if this is the WRONG place to post such a thread, please let me know, and I will ensure that I get things right from this point on. A bit of background .... I am an archaic (20yrs +) Mainframe …

Member Avatar for isundby
0
154
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
174
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
162
Member Avatar for nanosani

how can I disable/enable the minimize maximize/restore and close buttons within my code ?

Member Avatar for Comatose
0
154
Member Avatar for red$

:?: :?: Hello, Does anyone know if the new vb.net stuff will allow me to write and test VBScript stuff? I currently use VB6 and was thinking of moving over. It would be nice to have VB.net, even better if it handled VBScript Thanks Red$

0
46
Member Avatar for muralidharan

hai, iam new to VB.NET and i don't know how to create a new user in the system or domain. By logging on into Admin we should be able to create new user for the system. thanking muralidharan.s

0
88
Member Avatar for CodeZombie
Member Avatar for tgreer
0
84
Member Avatar for Devin

Alright i understand mybase.MouseMove event handles everytime the mouse is moved, but what i am having a problem with is using this code in a MDIContainer Form. When used here the mouse event is never trigged. So i am curious if there is away for this mouse event to be …

Member Avatar for Devin
0
96
Member Avatar for I_Byte

:oops: Trying to play with shapes, but can't get anything to come out. I can do it in a module, but when I try using a class and a module, I get totally lost. This is what I have: [code]Public Class CSquare Inherits Object Private mside As Integer Public Sub …

Member Avatar for DeFrog777
0
152
Member Avatar for miyakejess

Hi all, I want to make a report that the column headers are getting from one of the field in the dataset. Example, dataset ds has table A with 4 columns, col1, col2, col3, col4 I would like to use col1 values to be the column headers of the report, …

0
66
Member Avatar for DunBee

I have created a class that I believe should work. I just need to validate date. I chose to validate user name and user password. I created the class and 2-3 properties (not sure 1 will work at all), and I need to create at least 1 function. I created …

0
91
Member Avatar for spablos

I would like to some how be able to use in VB.NET structures and especially preprocessor defines (#define BLABLA") declared in C header files. i can use any metheod include .NET Frame work. Thanks allot, Pablo.

0
57
Member Avatar for gencor45

I need suggestions on how to compare a string from a textbox to a combo box list? I then need to take any items that the string is similiar to and display them in a message box? Im very confused on how to do this? I would appreciate any input> …

Member Avatar for darrindarrinnet
0
118
Member Avatar for CraZ

I would like to know how I would be able to detect what language is selected in Regional options of the control pannel. I need to know if it is in english or french. If it is possible, I would like to know ASAP. tia, Mat

0
97
Member Avatar for priyamahtha

hello all i am novicwe to .net framework.Have problem that if i have multiple button on the page and i click any one of that page reload.Due to this having problem of flickering. i have used an iframe having flsh movie but due to this its started from the begining. …

Member Avatar for priyamahtha
0
60
Member Avatar for HeavenslilAngel

Hi everyone, I need a lot of help with a homework assignment some pseudocode would be great. I'm trying to modify a current t-shirt ordering project. This project is supposed to keep track of each order in an array. Then it is supposed to print out the entire order with …

0
70
Member Avatar for Tengu

I am making a VB.NET web application in VS.NET 2003. I am using streamreader to access a text file for reading. I am able to access it without any problems using the full path (ie. C:\Inetpub\wwwroot\<projectname>\bin\file.txt). But I want to use a relative path (ie. .\file.txt). If I use something …

Member Avatar for Tengu
0
919
Member Avatar for KEO

hi my name is KEO and i need help with my programming project my project states that to write a program that requests taxable income and calculates federal income tax. Use sub procedure for the input and a fucnction for procedure to calculate the tax. they given me a table …

0
105
Member Avatar for shylesh

How can we hide the dataitems to the corresponding values displayed in a combobox? Eg:we use Dataitem property of combobox in VB.

0
92

The End.