20,278 Topics

Member Avatar for
Member Avatar for Trevor_3

Hi All I have to forms (frmMain & frmEditMonth). frmMain has a tabControl on the 12 tabs (1 for each month) and a datagridview showning the days and the times and hours worked frmEditMonth (used as a edit Dialog pop-up) allows the user to edit the hours worked what i …

Member Avatar for arunkumars
0
443
Member Avatar for jj.dcruz

how do i insert the textboxes with different data inside of them in one database table i have this code dunno what to do next Private Sub btnadd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnadd.Click Dim sql As String Dim totcount As Integer = 0 Dim inc As …

Member Avatar for jj.dcruz
0
195
Member Avatar for Yorkiebar14

Hello, I am trying to receive the documenttext of a web browser after the user has clicked a javascript button which loads more information on to the page. Instead of getting the new code, it simply gives the original code which was given once the page was loaded. Any help …

0
83
Member Avatar for ananta.bastola

i need to click on a temperory button in website!!! it does not have name id... but ! any bodi plz give me solution!!!! 0r contact:www.facebook.com/ananta.bastola waiting for repli!

Member Avatar for Yorkiebar14
0
67
Member Avatar for Satyam_1

Hi, I have an vb.net application linked to Oledb database. here is my code in Button_Click event to prevent duplicate entry with same ID, ID is not the primary key in database. Although it shows "Record Already" Exists", but I am not able to save data with new ID, to …

Member Avatar for Satyam_1
0
456
Member Avatar for jj.dcruz

hi there im a total newb at this programming language is there a way 3 databases can be in one datagridview? I can only insert 1 database in a datagrid

Member Avatar for deceptikon
0
228
Member Avatar for Bendez Thyna

hi guzs im trying to read a file and open it when click on the button when i run.I don't know why the file didn't show up on my screen.here the code Public Partial Class MainForm 'structure of products Structure products Public nameproduct As String Public catalogcode As String Public …

Member Avatar for Bendez Thyna
0
302
Member Avatar for jayamandalapu

I have written an application to send ecards 1. It has a drop down to select a ecard, to, from, date,message, preview, finish options. 2. After entering details and clicking on finish able to save data into datbase 3.Able to send the ecard immediately 4. Unable to send the ecard …

Member Avatar for Reverend Jim
0
128
Member Avatar for airhalynn101

I tried to create a setup project for my VS 2010 (Visual Basic) application (which was successful) but now whenever I try to open the solution project (.vbproj) the Setup project loads/opens. I'm afraid because I only have one copy of this project and I can't open the solution file …

Member Avatar for cgeier
0
367
Member Avatar for airhalynn101

I have created a currency textbox formatting with the _Validating event. I use this formatting for six textboxes that have to have their values added. So what happens is after I typed in an amount and left the textbox, the amount (the text I inputted) becomes formatted, and the 'Total' …

Member Avatar for PerplexedB
0
455
Member Avatar for rtirak

I am currently confused and not sure why. I believe I have stared at this for to long. I am currently just trying to populate a ComboBox with the data that is read in from a SQL DB through a SQL query. Currently I have the below code. I am …

Member Avatar for PerplexedB
0
517
Member Avatar for sciaccia

Hello all, I have created an application in vb.net 2010 on my PC which runs Windows 7 (64 bit). I created a form with a webBrowser container to open docx files, but the method navigate, open the document in a new external window. I would like to open the docx …

0
127
Member Avatar for jared.geli

Hi guys I'm having problem in crystal report where my inner join is a success but of my 3 fields that are affected dowsn't show up. The values from 2 tables that match is showing on the crystal report but the 3 fields that has a match doesn't. Tried inputting …

Member Avatar for Julian_1
0
2K
Member Avatar for Bendez Thyna

i have this error when i display my program ? ' ' Created by SharpDevelop. ' User: s11088659 ' Date: 5/28/2014 ' Time: 11:26 AM ' ' To change this template use Tools | Options | Coding | Edit Standard Headers. ' Public Partial Class MainForm Public Sub New() ' …

Member Avatar for Bendez Thyna
0
373
Member Avatar for Bendez Thyna

i don't know why i have this error in my code: ' ' Created by SharpDevelop. ' User: s11088659 ' Date: 5/26/2014 ' Time: 9:44 AM ' Lab 8 ' ' To change this template use Tools | Options | Coding | Edit Standard Headers. ' Public Partial Class resultex …

Member Avatar for Bendez Thyna
0
613
Member Avatar for Gus_19

I am having trouble getting a correct response when searching through each of my datarows. While stepping through during debugging, I am seeing the boolean response is getting triggered even if one row does not match my selected string. I just want to search all of the rows and if …

Member Avatar for PerplexedB
0
236
Member Avatar for Nebil

I've a problem in getting a record from 3 tables: There are two conditions for getting the records,'project number' and 'current month'.I used this statement to get the records but it results in 3 times the actual record. Any help would be appreciated. "INSERT INTO patempTable SELECT [pay_roll].[project number],[pay_roll].[employee number],[pay_roll].[current …

Member Avatar for Eng.William
0
211
Member Avatar for jhennmacute

We wanted to save the header of a datagridview in the database. The value inputted in the textbox will be transfer in the header of a datagridview and we do not know how can we do that! Can anyone knows how to save a header of an datagridview???????????thank you

0
90
Member Avatar for airhalynn101

This thing has particularly interested me because I never thought in any way that this is possible (due to the fact that I don't know how to create one). While I was looking for tutorials/articles that can help me solve my problem about formatting a textbox to display currency during/after …

Member Avatar for airhalynn101
0
212
Member Avatar for ACE--

Hi, My requirement I need to edit or replace content in the word document every time and save it to another location. What I wanted is I want to simplify this through vb.net but stuck in somewhere I am doing mistake in the code itself (I am completly newbie). I …

Member Avatar for cgeier
0
10K
Member Avatar for Nebil

Dim dr As OleDb.OleDbDataReader = GetData(qry) If dr.HasRows = True Then Do While dr.Read TextBox32.Text = dr.Item("total") If Val(TextBox32.Text) > 800 Then TextBox37.Text = Val(TextBox32.Text) - 800 Else TextBox37.Text = 0 End If TextBox38.Text = Val(TextBox36.Text) + Val(TextBox37.Text) TextBox31.Text = (Val(TextBox33.Text) + Val(TextBox32.Text)) * Val(TextBox34.Text) Loop Else If MsgBox("Fuel allowance …

Member Avatar for Reverend Jim
0
158
Member Avatar for OTOSystem

Hi - me again... I have a large list of names that are stored in an array. I want to load the names in groups of 30 and have a button named after each name. The button is on another form that is 'shown' when the names are all loaded. …

Member Avatar for Begginnerdev
0
214
Member Avatar for renzlo

This is the scenario: I have one table (main_tbl) with columns RECID(primary key),JOBNAME(text),STATUS(text). Now, I created an application that will query to the database and get one jobname and update the status. How can I make sure that multiple users wont get the same jobname when they executed the query …

Member Avatar for Begginnerdev
0
398
Member Avatar for maekhel

Am about writing my final year project and my topic is student transcript generation system. The problem now is that I don't know how a transcript generation system works. someone please put me through on how to go about it using VB. NET.

Member Avatar for maekhel
0
574
Member Avatar for meghasarath

Hi.. I have a gridview in form 1 and i am inserting records from form 2. How to refresh gridview in form 1. And filter gridview in form 1 based on comboboxPlease help..

Member Avatar for Start4me
0
128
Member Avatar for BrandonRichard

Hello eveyone I am working on a simple notepad program and need help with printing. How to get the rich text file to apear in the print preview dialog would also be Helpful. Thank You

Member Avatar for cgeier
0
205
Member Avatar for Faizal_1

Hello, I do the simple project using VB.net 2008 to link with MS Access 2007. I have two textbox which is data for ID and Fullname. txtID.Text = ID txtFullname.Text = Fullname Button1 = Search In MS Access My data for ID : 1,2 & 3 and My data for …

Member Avatar for hericles
0
4K
Member Avatar for vbshad

what am i going to do?..unintentionally, explorer1.vb was deleted and when i run the program, it shows errors... Error 3 Unable to open module file 'C:\Users\USER\documents\visual studio 2013\Projects\IT Equipment Inventory System\IT EQUIPMENT INVENTORY SYSTEM\Explorer1.vb': The system cannot find the file specified. C:\Users\USER\documents\visual studio 2013\Projects\IT Equipment Inventory System\IT EQUIPMENT INVENTORY SYSTEM\Explorer1.vb …

Member Avatar for cgeier
0
245
Member Avatar for Start4me

I have a listbox which contains items in it. After you click on the selected item, the listbox will be populated with different items relevant to the item which you clicked on. What I want to make, is instead of having to click on the selected item, I want to …

Member Avatar for Mr.M
0
2K
Member Avatar for aatc85

In VB 2005, I'm using a RichTextBox control. I have a button for making all selected text upper-case. The only way I can seem to do this is by setting the RichTextBox's .SelectedText property = .SelectedText.ToUpper. While this accomplishes the goal of capitalizing the text, it defaults the formatting and …

Member Avatar for aatc85
0
310

The End.