20,278 Topics

Member Avatar for
Member Avatar for bilal_fazlani

heres a form i have created. its a search form. [url]http://img266.imageshack.us/img266/722/paymentsh.jpg[/url] it searches and lists the results in list view. heres my mssql query : [CODE] select transactions.trans_id,transactions.cust_id,transactions.trans_amount," _ & "transactions.trans_date,customers.fname+' '+ customers.lname as customer from transactions inner join customers on transactions.cust_id=customers.cust_id " _ & "where trans_type='inv' and (trans_id= " …

Member Avatar for bilal_fazlani
0
165
Member Avatar for bilal_fazlani

I am making an invoice system. Please have a look at the images. [url]http://img32.imageshack.us/img32/9216/capture1iv.jpg[/url] [url]http://img839.imageshack.us/img839/1228/capture2cq.jpg[/url] as you can see, the place order button is creating an invoice. I have actually created a junk table and a junk column in it just to setup the invoice_id and load it when "invoice …

0
128
Member Avatar for moone009

[CODE]Dim FilestoCopy As String Dim NewCopies As String FilestoCopy = "C:\Users\Documents\*.txt" NewCopies = "D:\New\Documents\" If System.IO.File.Exists(FilestoCopy ) = True Then System.IO.File.Copy(FilestoCopy , NewCopies ) MsgBox("File Copied") End If[/CODE] I was wondering how to switch this to copy all .txt file from FilestoCopy to NewCopies

Member Avatar for GeekByChoiCe
0
342
Member Avatar for programchamber

I'm attempting to do something that I know should be simple but I keep messing it up somehow. First, I'm attempting to change the font color using the color in the font dialog box, but the color will only work with the next character entered into the rich text box. …

Member Avatar for bhagawatshinde
0
116
Member Avatar for toldav

Hello everyone its me again try to learn VB. I need help to make sure if my code needs to be modify. Here is the instruction: 1- The list box that contains the city names is not visible when the program runs. lstCity.Visible = Not lstCity.Visible (still showing at run …

Member Avatar for toldav
0
201
Member Avatar for mags11

Hello again! I'm almost finished this project. However, the Clear button stopped doing its thing. It keeps giving me an "Invalid Cast Exception" whenever I am pressing the clear button. The project includes 2 forms--- JobInformation and Summary. The code follows: [CODE] 'Program Name: JobInformation 'Programmer: Zabinga 'Date: 11/28/2011 'Description: …

Member Avatar for mags11
0
393
Member Avatar for VB 2012

Okay hi people i just want to is it possible if you can use a Certain copy / Write Function that writes your file from Resources to where you want but with Progress(Progress bar) while its copying or Writing and if so can you give me a example please:'(

Member Avatar for VB 2012
0
1K
Member Avatar for frotek

hi. how can i save image file in mySQL from vb.net? [URL="http://i31.photobucket.com/albums/c395/altaircavida/help1.jpg"]my vb.net program picture[/URL] the image i want to save in mySQL database is already in the picture box [URL="http://i31.photobucket.com/albums/c395/altaircavida/help2.jpg"]mySQL table[/URL] and this is my SQL tables now how can i add the image in the picture box to …

Member Avatar for frotek
0
196
Member Avatar for polinolin

i am trying to make web browser control at my form.. my url is : www. gmail.com but, when i'm running my project..i'm getting error.. you can see the error at [url]http://i917.photobucket.com/albums/ad15/popopardede/abcd.jpg[/url] anyone can solve my problem? big thanks

Member Avatar for polinolin
0
125
Member Avatar for Trle94

Hey guys i tried getting CodeOrder snippet working but it really messup all my tables and such when i try to add for other groups sorting first 3 works fine but when i try to add more everything gets strange :S so if you can fix it ?? Here are …

Member Avatar for Trle94
0
260
Member Avatar for muneeb213

Helloo......... how to set expiry date whenever my passport is expiry its automatically ALERT is there any code for expiration plz help me or give sum advice or sample

Member Avatar for muneeb213
0
463
Member Avatar for beforetheyknew

Hi guys, See below. I actually broke this when trying to fix it (trying to add in the return 1,2,3 for the different possibilities), but basically I'm currently struggling with using forms. Using 2 random numbers the user must enter the correct answer for multiplying the random numbers. How can …

Member Avatar for GeekByChoiCe
0
96
Member Avatar for superheroo

i want some help i have this progamm and i want to add points when a letter is found 10 points PLZ HELP ME! i also want to make it for two players Module Module1 Public zoes As Byte Sub Main () Dim un As String un = Console.ReadLine() Dim …

Member Avatar for KingGold171
0
381
Member Avatar for ananth3125

in the below coding the files selected in the dialog box are dispalyed in the list-box, but while selecting the format i need to display only the selected format files to be displayed , how to modify the coding to keep like that. [CODE]Imports System.IO Public Class Form1 Dim fdlg …

Member Avatar for chriswelborn
0
125
Member Avatar for khizer03

how to write a programme for a list box having 10 items in that just by a single click on one of the item it should be written on the button if a list is containing notepad than by clicking on the button it should open the notepad please help …

Member Avatar for chriswelborn
1
165
Member Avatar for ibpet11

Good day, 1. Do anybody has already done code for image processing application in VB.net? in a case of none, how can I process image for (saturation, intensity, brightness, hue, darkness e.t.c) 2. What code can I pass for a button so that when I click it, PictureBox will show …

Member Avatar for Unhnd_Exception
0
391
Member Avatar for beforetheyknew

Hi guys, Question 1. I'm a pretty rubbish coder, haven't really done much of it in the couple of years since my degree, at work they've recently expressed an interest in getting me back into it. My problem is that i feel as though I've been taught the syntax (which …

Member Avatar for beforetheyknew
0
102
Member Avatar for Wolxhound90

Hey all, I'm trying to have a ListBox show a list of tables available in a database. This can then be selected to be used later on. My problem is getting the actual table name to show up. I have the connection to the mysql database working properly, but it …

Member Avatar for Wolxhound90
0
358
Member Avatar for AquaNut

Hi All, Finally getting somewhere with this project and can see the light at the end of a very long tunnel.. I have one more hurdle to overcome so any help in pointing me in the right direction would be greatly appreciated. I have a bound datagrid which I fill …

Member Avatar for AquaNut
0
469
Member Avatar for lil_Is

Hi all, I am doing a project of CRM application which does sending and receiving sms/email. I am doing this using the visual studios 2005 ans SQL Server Database to store the send or received sms/email. I have search on sms in the internet but the problem is that it …

Member Avatar for hericles
0
223
Member Avatar for maggoteer

I'm having some trouble sharing my application to other PC users. I have tried to Build my application and Publish my application into a folder, zip it, and put it on my website for people to download, but when they try to run the setup file it gives an error …

Member Avatar for GeekByChoiCe
0
99
Member Avatar for renzlo

Hi All, I am just learning VB.net. I am just curious about the tool that has been programmed to do a CSV content validation. What the programmer did is that he put the validation rule in .tbl file format, I've attached the tbl file and the input file (see attached). …

Member Avatar for chriswelborn
0
84
Member Avatar for dwinn

Hi Everyone, I am currently devleloping a web site in VB and ASP.Net... I have got a dropdownlist box that contains a lot of centre names (being retrieved from an SQL Server database). I want to end up so that a user selects the name from the dropdownlist, clicks to …

Member Avatar for hericles
0
910
Member Avatar for MB1711

I have a TreeView control in VS 2010 that I need to be able to INSERT (not add) nodes to. I have stored a unique key in the TAG for each node and know how to find the value of the tag in the tree. However, I can't figure out …

Member Avatar for Reverend Jim
0
4K
Member Avatar for ulasoc

i cant toggle wmp object full screen mod after i make FormWindowState.Minimized and show it taskbar false. its ok when i load it first but i am getting error after reload it from system tray with context menu.What can be wrong? i am using .netframework4

Member Avatar for codeorder
0
48
Member Avatar for sigridish

hi all! i have here a code for browse button [CODE] Private Sub btnbrowse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnbrowse.Click 'prompt user to select Excel name and folder path Dim openFileDialog1 As System.Windows.Forms.OpenFileDialog openFileDialog1 = New System.Windows.Forms.OpenFileDialog With openFileDialog1 .Title = "Excel Spreadsheet" .FileName = "" .DefaultExt …

Member Avatar for sigridish
0
1K
Member Avatar for Smith5646

I have a menustrip with several levels of submenus as in below Client 1 [INDENT]Project 1[/INDENT] [INDENT][INDENT]Project 1 Task 1[/INDENT][/INDENT] [INDENT][INDENT]Project 1 Task 2[/INDENT][/INDENT] [INDENT]Project 2[/INDENT] [INDENT][INDENT]Project 2 Task 1[/INDENT][/INDENT] [INDENT][INDENT]Project 2 Task 2[/INDENT][/INDENT] Each entry is clickable, even if it has children. In the above example, I can select …

Member Avatar for Smith5646
0
159
Member Avatar for lcfjoertoft

First I tried getting a SQL query into an array, and then mail it. Made the data incomprehendable. So someone told me to use CSS to build a table format, filling it with the array. A LOT of hard work (since I had to learn css all the way from …

Member Avatar for Unhnd_Exception
0
901
Member Avatar for PM312

hi i am trying to accepte text in text box only numbers and capital alphabets in keypress event below code is not converting lower case to upper case [CODE]Private Sub Tbx_AcctCode_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Tbx_AcctCode.KeyPress Dim KeyAscii As Short KeyAscii = Asc(e.KeyChar) If KeyAscii >= …

Member Avatar for PM312
0
531
Member Avatar for toldav

Any will help will appreciated. Every time I run my code my list city still visible at run time how do i make not to visible when I run my vb code. [CODE]lstCity.Visible = False[/CODE]

Member Avatar for TechSupportGeek
0
163

The End.