20,278 Topics

Member Avatar for
Member Avatar for tukky

hey guys im currently working on a project for college. (USING VB) wat the form im working on does, allows the user to enter an ID of a customer and this then displays the customers details the user can then change the details however they want and update them which …

Member Avatar for Oxiegen
0
133
Member Avatar for ecedano

Hello Everyone... I got no idea how to send an image to a printer using CMYK. I have been looking arround and cant find any solution to my problem. I need to send any bitmap to a CMYK Thermal Printer using VB.NET What happends is that when I sent the …

0
30
Member Avatar for ecrockers

Hi all, I am trying to write a function which accepts a string as input and gives the integer as output, The string can be in any of these format for ex:2,500.75 or 2.500,7501 or 2'500.7513 or 2500,254 the output of function should be like 2500.56 Basically trying to get …

Member Avatar for ecrockers
0
96
Member Avatar for vodkasoda

Gentle with me please, I'm brand new to VB.net !!! I have created a project with my forms & a little bit of validation logic, the basic skeleton of the project looks just fine. The data that I have for the project is currently in 2 Excel spreadsheets, so I …

Member Avatar for vodkasoda
0
126
Member Avatar for kokloong

Currently,I'm doing a image slide show application but I'm don't know how to save/publish the slide show project into .swf file. Can anyone help me solve this?

Member Avatar for kokloong
0
80
Member Avatar for Jdugan4

I have an Access database with a contacts table and a location table that is linked to contacts. When i click the add button I want to add a new contact and add that contacts ID to a the location table. The ID is an Autonumber, so when i add …

Member Avatar for kvprajapati
0
70
Member Avatar for xfrolox

Well i want to make my prog more pro so is boardless and it has custom buttons like close - minimize and option btn i made that option btn so it appears another form boardless with options but you can see completely the first form. i want like when i …

Member Avatar for xfrolox
0
134
Member Avatar for carrzkiss

Hello All; I would like to start off by saying hello, and that this is actually my first post to the group, even though I have been a member for many years. I am a ASP Classic Programmer, professionally for a little over a year, I have developed some rather …

Member Avatar for carrzkiss
0
707
Member Avatar for BillyMagnum

I'm new in the vb world(and these forums so please excuse me if i'm posting in the wrong area) and I've done some minor java stuff but I'm just not sure at all on arrays. I have to have the user input or select a flight number and my txtBoxes …

Member Avatar for y2_sub
0
101
Member Avatar for Zat

I'm trying to write a program and am having some major issues. I've written a decent program but people are complaining about some of the cosmetic issues. I have very little experience with code (maybe 10 days of frustrating Internet research). Here A few issues that i have that keep …

Member Avatar for vodkasoda
0
135
Member Avatar for Bold Eagle

I have two comboboxes the first one is for order #, the second one is for the amount of order payments, there could be 1, 2, 3... payments for this order. I would like to get all payments to show in the second combobox that relate to the order # …

Member Avatar for Bold Eagle
0
200
Member Avatar for Tellie

Hi All I have created a dataset and from this I want to retrieve values of a column into a variable. How can I do this? This is the code: [size=2][/size][size=2][color=#0000ff]Dim[/color][/size][size=2] sQuery [/size][size=2][color=#0000ff]As[/color][/size][size=2] [/size][size=2][color=#0000ff]String[/color][/size][size=2] = "Select PERMISSION_BUTTON_ID from ALC_SECURITY_PERMISSION where ROLE_ID = 1" Response.Write(sQuery) [/size][size=2][color=#0000ff]Dim[/color][/size][size=2] myAdapter [/size][size=2][color=#0000ff]As[/color][/size][size=2] OleDbDataAdapter = [/size][size=2][color=#0000ff]New[/color][/size][size=2] …

Member Avatar for kvprajapati
0
3K
Member Avatar for Darkicon

Using the following sub to download a file I receive an "Access to the path 'path' is denied" no matter where I try to download it to even if I run the program as an administrator. Why do I get an access denied error? [CODE=VBNet] Private Sub Button1_Click(ByVal sender As …

Member Avatar for Darkicon
0
1K
Member Avatar for asepsuryaman

I am new to VB.Net and have a question. I am trying to connect VB.Net to Access. What I want to do is , when i select the database name, I want to popup the tables in the database...when one of the table is seleted, then the fields in the …

0
24
Member Avatar for j_808

I have written some code in the btnCheckStockStatus which prints out a list of stock items that need re-ordering based on whether the re-order level is greater than the current quantity, at the moment this code works successfully. I am now trying to write code so when i press the …

Member Avatar for kvprajapati
0
86
Member Avatar for Lee21

Guyz, I want to know about the Form Disposed Event. I want that everytime I click the close button ("red X button located at the top right of the form") there will be a message box that asking if I want to exit, then if I click yes the programs …

Member Avatar for Lee21
0
131
Member Avatar for jonniebl

I am new to programming with vb2008 and I am trying to fill out a form on line. The form looks for keystrokes and keeps track of the number of characters typed. There are two elements on the form that use this method. The first area will allow me to …

Member Avatar for Oxiegen
0
376
Member Avatar for octavia

Hi everyone, i'm new in VB.NET. I tried some sample program using Visual Studio .NET 2005. I just add new data source (which is MS Access file) to my VB Windows program. I used Data Source Windows to create database objects on the form. But after i debug, i can't …

Member Avatar for y2_sub
0
174
Member Avatar for loving gaze

i have an assignment and i do not no how i complete solve it the problem is "An airplane has 15 rows (numbered 1 through 15), with six seats (labeled A, B, C, D, E, and F) in each row. Write a program to display the seating chart in a …

Member Avatar for y2_sub
0
100
Member Avatar for ana_eht

Hello again Thank u for your kind helps again i have a question my problem is this i have a program with 3 list boxes when user choose an Item in one list box that item in parallel list boxes must also be chosen here is an example Quantity..... Name......Price …

Member Avatar for ana_eht
0
94
Member Avatar for tjfitz68

Hello, I'm creating a new report based on data from one of our software vendors. As part of the tax calculation options, end users have four options: 1. Any remainder rounds up 2. Half penny rounds up 3. Half penny rounds down 4. Any remainder rounds down Math is not …

Member Avatar for tjfitz68
0
82
Member Avatar for dre-logics

I use Visual Basic 8.0 Zebra GX430t TT label printer ZebraDesigner which I use defined the barcode label ,called [COLOR="Green"]barcodelabel.lbl[/COLOR] SDK for Zebra I have a simple question. Can I use the same code as shown below to print defined Zebra label ([COLOR="green"]barcodelabel.lbl[/COLOR]) to a Zebra printer? [COLOR="Red"]What should I …

0
165
Member Avatar for Lee21

guyz I need help regarding declarations of global variable.. I created a module here is the script. [CODE] Module modGlobalvar Public name As String ----------------------------------------------------------------------------------- 'here is the code in my login form Private Sub btnOk_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOk.Click Try sqlcon.Close() scmd = New …

Member Avatar for Lee21
0
2K
Member Avatar for xfrolox

Ok im just testing for learn purposes and im making a border less form to make own skin etc, i can make it move blah blah blah but on the task-bar on right click doesn't show the menu ... like minimize maximize etc how can i put them without adding …

Member Avatar for kvprajapati
0
76
Member Avatar for achalmehra

hi friends...i am developing a small windows application in vb.net using visual studio 2005. i want to design a form where user can enter multiple records.like we want to design a "bill" form where user can create the bill for any no of items.there are 4 colmns in it : …

Member Avatar for achalmehra
0
146
Member Avatar for Darshana369

I am looking for receive mail code in visual basic language. Please reply me as soon as possible..........[code][/code]

Member Avatar for kvprajapati
0
195
Member Avatar for pritesh2010

hello every one i had created one application front end as vb.net and back end is Access 2003. after this i had created a setup of that application. it perfectly work on my computer but when i am installing setup on my friends computer it install and run time it …

Member Avatar for kvprajapati
0
108
Member Avatar for didijc

What is the best way to implement a rubber band /focus rectangle on a web page? In other words, I want to be able to navigate to a web page like people.com and use the rubber band / focus rectangle to some html content (images and/or text)... ...and I do …

Member Avatar for jeffreyk16
0
168
Member Avatar for vodkasoda

OK, this is probably very simple and it's likely that I am very simple, but it's bugging me big time :$ !!! I have never written anything in VB before, a few things in VBA, but this is my first venture in to VB.net ... so sorry if I am …

Member Avatar for vodkasoda
0
2K
Member Avatar for cengineer

I have the following code to generate combinations of string for a small list and would like to adapt this for a large list of over 300 string words.Can anyone suggest how to alter this code or to use a different method? Basically what i need to do is generate …

0
98

The End.