20,278 Topics

Member Avatar for
Member Avatar for Kingcoder210

I need to know how can I use app path? I have a added Shockwave Flash Object control there in my program. However I have added AxShockwaveFlash1(swfla1) there in my form. I have written code there in Form_Load event so that swfla1 will get flash file(.swf) to play. Form_Load event …

Member Avatar for meffe
1
259
Member Avatar for kimpoy11

[code] Private Sub Form_Load() Dim n, Average As Integer Do For x = 1 To 10 n = InputBox("Enter a number" & x) Average = Average + n / 10 lblNumbers.Caption = Str(n) + " " + lblNumbers.Caption Next x Loop Until n = n lblAverage.Caption = Average End Sub …

Member Avatar for puppykillaz
0
91
Member Avatar for jeet_portal

Hi all, Can anybody tell me that how can i import a Excel sheet Data into my oracle10g Database using vb.net coading..

Member Avatar for kvprajapati
0
103
Member Avatar for MaxDes

I thought I had the command correct, but I wanted to make sure since I fail to connect in my app. Here is the connection command I use: New SqlConnection("Server=TestServer;Database=MasterDB;Integrated Security=SSPI") I have verified the server name, DB name, and that the server is using windows authentication. Any help would …

Member Avatar for kvprajapati
0
103
Member Avatar for sayeedbd

Hi Everyone, I Need a simple project which is developed in Microsoft Visual Studio 2005 in VB.net the project features are 1. I have to send multiple SMS from a mobile device connected through a USB. 2. I have to receive SMS from a mobile device and parse it and …

Member Avatar for Luc001
0
631
Member Avatar for tashiDuks

Hello Everyone, I have designing a desktop application using VB.NET 2008 & SQL Server 2005. In my Application i have a frmUserRegistration to add a user & frmLogin to login to my application. i can add the user details in the database but my password seems to be in characters. …

Member Avatar for BigJames
0
3K
Member Avatar for marc311

hi guys.im new here at the community. im marco a computer science student. guys/sir/madam is it ok for you if ill ask a help from your expertise. right now im doing a project a bout a home security system its a simple anti burglar system, its kinda weird but it …

Member Avatar for TheMasterThingM
0
229
Member Avatar for OnlyDanny

I have a problem in getting data in a textbox from a query, actually its like getting Item_code from Inventory table and the corresponding Unit_Price from related table Inventory_Price If i write a constant value of Item_Price in the query, the textbox shows the corresponding Unit_Price... Code: [code] sql = …

Member Avatar for kvprajapati
0
115
Member Avatar for Smith5646

I have a program that adds controls on the fly to an auto-scroll panel. When the panel is scrolled (viewing the bottom of the panel for example) and a control is added, it looks like it is added assuming the top left corner of the panel is still at 0,0 …

Member Avatar for Smith5646
0
806
Member Avatar for hotcup

hi, this is my problems: i have a text file contains " staff id, male/female, first name+surname", which look like this: 11111,M,John Ford 22222,F,May Gray 33333,M,Jo Sun etc. i have 2 problems: 1: i dont know how to display a error message if the text file is not found. (i …

Member Avatar for finito
0
111
Member Avatar for Martin.S

Hi, I'm having some trouble with trouble with an If statement in my program. It's a series of wind speed brackets to select the category from the Saffir Simpson Scale of hurricane classification. The problem I'm having is that it won't select the correct category based on the wind speed …

Member Avatar for Martin.S
0
92
Member Avatar for Ms.passion

Hi everyone I'm really exhausted with this error I'm using visual studio and I'm trying to build a contact form And all the information should be saved in contact table in the database Would you please help me with this error? I tried a lot to figure what's wrong, but …

Member Avatar for Ms.passion
0
199
Member Avatar for hhpatek

hello I am using vb.net 2005 and sql server 2005. i am having problem with datagridview data manipulation. Actually, in master-detail i am displaying data of Master in textboxes and Detail in datagridview. i am using binding source for it. The main problem is that i have to directly enter …

Member Avatar for Srigokul
0
109
Member Avatar for naresh9876

[CODE] Dim Customer As DataSet1TableAdapters.Customer1TableAdapter = New DataSet1TableAdapters.Customer1TableAdapter Dim Dt1 As New DataSet1.Customer1DataTable Dim TA1 As New DataSet1TableAdapters.Customer1TableAdapter Dim DR1 As DataSet1.Customer1Row Try Customer.InsertQuery(TxtCust.Text, MaskedPhone.Text, TxtAddress.Text, MaskedIC.Text, MaskedDL.Text) MsgBox("data entered") DR1 = Dt1.NewRow Dt1.Rows.Add() Customer.Update(Dt1) Dt1.AcceptChanges() Catch ex As Exception MsgBox(ex.Message) End Try[/CODE] i need help in this, i've searched …

Member Avatar for kvprajapati
0
129
Member Avatar for JOSheaIV

okay I have been looking all over the web trying certain pieces of code and I have had no luck. I am tired and I really am at a lost right now. I am trying to make it so that when the user mouses over a select set of cells …

Member Avatar for JOSheaIV
0
7K
Member Avatar for Danny_501

Hi i am using vb to make a hospital system which works with a access database i am having an issue with the updatign function to the database this time round instead of hard codding the connection i used the connection/data source wizard in microsoft visual studio 2008 and there …

Member Avatar for detoxx
0
89
Member Avatar for Rated X

I am working on a web browser for fun and to get a little more acquainted with VB. I felt lost during school this past year and wanted to do something that sounded like fun. Ok, enough of that. When I put in my code to just press enter after …

Member Avatar for Rated X
0
165
Member Avatar for dionisov

I have memebrship system with mysql database. In the table I have comumns named Username, password, information... I have to found the row with the username who have logged in and put the text from information column in textbox...

Member Avatar for meffe
0
97
Member Avatar for Kshitija R Naik

hi! i am a final year student could you tell me which topics i can make a project on

Member Avatar for meffe
0
124
Member Avatar for detoxx

Here is my problem. I'm creating a program for my workplace which stores hours worked, calculates pay and all that stuff. Problem being, the database will be accessed through the network and i want to be able to select the database from an openfile dialog on first use to locate …

Member Avatar for detoxx
0
140
Member Avatar for Aldius

Hello all, I'm somewhat new to programming but I had a quick question. I have created a program to take a text file and convert it into a datatable. Unfortunately, however, I seem unable to attach this file to a database. I am getting an invalid object error stating that …

Member Avatar for detoxx
0
122
Member Avatar for Kingcoder210

Hi everyone! I am a junior database programmer. I need to know how can I save image in SQL SERVER 2000 by VB.NET? I made a table in SQL SERVER with two fields. One is Id[nvarchar] & another pic[nvarchar]. I got two forms there in VB.NET project. In the first …

Member Avatar for Teme64
0
3K
Member Avatar for alonso_siang

hi i am very new here i doing a window app using vs2005 to download file using FTP to my c drive it have no error when i run it in window xp but when i test it in vista i facing a problem stating access to path "c:\program file\...." …

Member Avatar for vbdotnettut
0
107
Member Avatar for wdavis

I have a project where I need to add TabPages to a TabControl. I have a Panel with 10 checkboxes on it and I want to replicate that onto each TabPage as it is added. What I get is it is added to the first page, then when I add …

Member Avatar for meffe
0
96
Member Avatar for El_Tazar

I need to change my project to a program that can be installed,please send me instructions on how to accomplish this,and I am having a problem copying my system to other pc's. It works fine on my pc,but when I copy to another pc,it only allows me to login and …

Member Avatar for El_Tazar
0
69
Member Avatar for jag4

[code]Dim MonPrice As Decimal If RadioBtnMon20.Checked Then TxBxPRICE.Text = TxBxPRICE.Text MonPrice = MonPrice + 120 ListBox1.Items.Add(RadioBtnMon20.Text) End If If RadioBtnMonHD.Checked Then TxBxPRICE.Text = TxBxPRICE.Text MonPrice = MonPrice + 140 ListBox1.Items.Add(RadioBtnMonHD.Text) End If If RadioBtnMonFullHD.Checked Then MonPrice = MonPrice - 140 + 170 ListBox1.Items.Add(RadioBtnMonFullHD.Text) ElseIf RadioBtnMoniterStand.Checked Then ListBox1.Items.Add(RadioBtnMoniterStand.Text) End If TxBxPRICE.Text …

Member Avatar for Luc001
0
168
Member Avatar for Abdul Rouf

I have tried my best but failed so i have decided to discuss with u all about this matter. when i run Given below code on my current system it's OK but when i install this on my client machine then it gives my a window during call Print button …

Member Avatar for pritesh2010
0
129
Member Avatar for justme369

i got a background worker that has the following code in the do work.... one of the things i want to do is to add rows if theres none available ...but i got an error saying i need to do a safe call thread...i already read about it but im …

Member Avatar for Teme64
0
94
Member Avatar for prasadsatam

I am able to display one table record on crysatal report,but i get balnk feild when i am retriving that feilds from multiple table on A3 paper. can you please help me? Prasad.

Member Avatar for SHINICHI_N
0
215
Member Avatar for JJGarc1a

Hi everyone, I have the current situation, I have get done with the datagridview cellvalidation, but, I need that after the validation get's done, to set different columns values on the same datagridview. [code] If Vacaciones_HistoricoDataGridView.Columns(e.ColumnIndex).Name = "DataGridViewTextBoxColumn7" Then If e.FormattedValue.ToString() > Dias_Asueto Then MsgBox("Los dias correspondientes son " & …

Member Avatar for LennieKuah
0
3K

The End.