20,284 Topics
| |
I have problem with my small vb program, just started to learn VB this week. [code] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim s As String With record s = "SELECT * FROM user1" record.Open(s, data) If TextBox1.Text = record.Fields(0).Value And TextBox2.Text = record.Fields(1).Value … | |
Hello, I am trying to run a batch file from a .NET project for a device running the compact framework. I have tried using system.diagnostics.process, but this class does not exist in the Compact framework. EDIT: It's running .NET version 1.1 Could anyone tell me any other ways to achieve … | |
I want the print button below to print out whatever the user orders and not the entire order list. The List is steam read into the list box I made. My problem is when I click the print button it displays all the products in the print preview instead of … | |
I need to save the contents of a richtextbox in a MS Access database, I can get the textbox to change fonts,etc.. but when its saved into the database, all the formatting is removed. Would I need to save the file as binary or something. Any ideas appreciated. | |
We've got a database with a table that is growing fast. The database is a SQL db that exists at another location connected via the Internet. Originally, we had code to edit records, one at a time by flipping record by record (one record displayed on the form). Unfortunately, this … | |
hai, i want to extract data which means export the data by schema selecting in arcmap,before i've done make a query data within vb.net and it works perfectly..i combined vb and vb.net together in arcEngine ClassLibrary... so,is it posible if i do the same way to extract data? <combine vb … | |
First off, Thanks again for all your guys help :) I worked on a project where the user was supposed to enter numbers one at a time. After each number is entered, the program is to display the number of inputs, the total numbers entered, the average, the maximum and … | |
I am working on a vb.net windows application, I need put a excel-like table on a panel, I need to be able to edit this table the same way as I manipulate a excel table, TableLayoutPanel seems not flexible enough, do I have other choices? Appreciate it! | |
Hi, Im new to VB. Im creating a windows application that computes for certain figures which i plan to save and have this information sent to ms access 07. I know how to connect the databases. My problem is that when i placed in the save command, it doesnt show … | |
Hi, I have a text file that needs to be exported to a sql server table. the text file is something similar to this, ------------- 01.08.2007 06:00 go to work 12:00 lunch 17:00 go home 19:00 dinner 21:00 go to bed 09:00 go to leisure centre -------------- I need to … | |
:?: I am creating a project in [B][COLOR="Red"]VB.NET2005 [/COLOR][/B]for reading and writing xml app.config. but how i want to display the xml data in a message box. I have used the following code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim astrology_value As String Dim … | |
I'm sure this has been asked before, but I can't seem to hit the nail on the head with a search. I have a simple card game made that needs to be able to send a string from one user to another when a button is pressed. What would I … | |
This is the program im trying to write: [url]http://farm3.static.flickr.com/2324/2003724328_63220be6bf.jpg?v=0[/url] I have this so far for coding, and its not working. I also get this error "Conversion from string "h" to type 'Boolean' is not valid" Dim totalstandardhalfday As Double Dim totalstandardardfullday As Double Dim totaldeluxehalfday As Double Dim totaldeluxefullday As … | |
Hi! everyone I hope u help me! I have a datagridview how will i insert a record through datagrid.... I did't have dataset, staightly stored the database...... | |
For a project I ve been asked to store Customer Details & their Account Details, for visual and design reasons Id like to keep these two sections separate but they are linked to each other and used together. My question is, is there a way to draw lines to separate … | |
Hey I'm trying to add information to a listbox, but when i try this code it doesn't display it properly. Dim fmtstr As String = "{0,-10}{1,12}{2,14}" With lstservices.Items .Clear() .Add(String.Format(fmtstr, "Room Rentals", "Half-Day", "Full-Day")) .Add(String.Format(fmtstr, "1. Standard Rooming", "$32.00", "$65.00")) .Add(String.Format(fmtstr, "2. Deluxe Rooming", "$72.00", "$144.00")) End With I want … | |
Hai,,, Can somebody help m,in creating the code for shopping cart(I mean tell m logic) or else .Pass on code for creating shopping cart in vb.net.... regards... preetham | |
how will i validate datagridview for every cell in vb.net | |
I have an app that requires text which is typed into a text box which is then placed in an access database, later retrieved then printed in a defined area the problem is that on the screen near the end of the 1st line when the user types the word … | |
I want to make a program that say you have a picture of a black triangle inside a red box. I want it so that the user can choose the color of the box. and choose the color of the triangle. I was hoping to have a picture of a … | |
Hey guys I have chosen to create an Epos system for my final yr project which doesnt seem to be one of the wisest decisions ive made. I am using Access to store all my data in the database and I am using vb.net 2005 as the GUI for the … | |
I am doing a ListBox project here is the example: [img]http://i213.photobucket.com/albums/cc8/n9370/a4htm7.jpg[/img] I almost down this project. but i still have somewhere need your help. When i double click an item on toplist, i will move the item to the bottom list For example, when i double click Acer, it will … | |
The roots of the quadratic equation ,ax^2+bx+c=0 are given by the following formula: In this formula, the term b^2-4ac is called the discriminant. If b^2-4ac=0, then the equation has a single root. If b^2-4ac more or=0, the equation has two real roots. If b^2-4ac less or=0, the equation has two … | |
Hai this is gopinath. In one form i have three tables. in that one table for normal textbox and two for two datagrid. i able to reterive a value for normal things and for one datagrid. i cant able to shown a value for the second datagrid. i am correctly … | |
hi, im still trying to learn how to save vb using access. i was told by a classmate to try this out first then apply it to the program i am doing in school. I've tried it and didnt encounter any errors. when i ran it, thats when it wouldnt … | |
Is VB.NET an OOP? Is VB.NET an object oriented language (like its equivalent – c#)? Thanks. | |
Hi! Everyone I am doing one business project in VB.NET... that every form and controls validation are very important, please help me....I am beginner of the VB.NET, suppose to run the form, after finishing data entry to click EXIT button, to show the msgbox if 'yes' close the form, 'no' … | |
I am trying to add graphics to a form in visula studio and the image editor toolbar is grayed out. Can anyone tell me howto get it to work. thanks, | |
[ICODE]am a new commer, i want to include employee picture in[to its datadase so that individual employee will have his picture, pls how do i go about it. i am using vb 6.0 with access as [/ICODE] | |
For a project I'm doing I have to steamread a file into a list box. I dont know if my path is right because the explore path bar on top of my explore start menu isnt showing up. Can anyone tell me if my logic looks right and then help … |
The End.