20,279 Topics

Member Avatar for
Member Avatar for tferrier18

Hey Guys, Any help on this would be greatly appreciated. So I've got a list of strings in ListBox1 and I want to remove the last seven characters from each string in the list and write the output to an excel file... Any tips would be greatly appreciated. Thanks in …

Member Avatar for codeorder
0
162
Member Avatar for VB2008beginner

Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim show As String show = Space(90) & "9x9product" & vbNewLine & vbNewLine For i = 1 To 9 For j = 1 To 9 show &= i & "x" & j & "=" & …

Member Avatar for GeekByChoiCe
0
64
Member Avatar for p@rse

I have a listview with process that are running. my goal is to pass the "path" of the process to a text box when someone clicks on a selection. but my code isnt working correctly, this is what I have: [CODE] Private Sub lvwProcBox_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As …

Member Avatar for GeekByChoiCe
0
152
Member Avatar for anton329

I need some help in setting up a MS Access database and link it with VB.Net. The current situation is creating a form in VB and entering the codes from VB and the data will be stored in MS Access. -anton

0
34
Member Avatar for kiryoku

I need to delete duplicating input.. for example. in a list box I input a a a b b then I want to delete all 'a' the listbox must show: b b i hope there is someone who can help me..thanks!! Public Class Form1 Private Sub btnadd_Click(ByVal sender As System.Object, …

Member Avatar for kiryoku
0
125
Member Avatar for hweyskm

I;m trying to make a runtime resizeable media player control, i wrote the code and it works fine in 3 dimensions but the other dimensions seem to have something wrong and i cant find it, please anyone can help? i guess the problem is in sub pbsmousemove [CODE] Public Class …

0
30
Member Avatar for lance624

Hello everyone, I have a problem with access 2003 that keeps on rounding off the numbers that appears on the field. I have a table with different fields and this two field whis is numbers and double in properties still keeps on roundin to the nearest wqhole numbers. Is there …

0
26
Member Avatar for Dhilip.S

Plsssssssssss help me. i want to retrieve duration of audio file like .wav .dss .mp3 using vb.net code... i m in midst of project .... unable to complete coz of this.. so anyone pls help me

Member Avatar for Dhilip.S
0
183
Member Avatar for Jollyyy100

Hi, can anyone help me with the code for a print button in vb.net. I tried researching on the code but could not find it, can anyone help me out. PLease and Thanks...

0
103
Member Avatar for Andy_Parr

Hi, I have a database linked to my VB.NET project using the data source wizard. I've created a log in form using a table in access that has the details required to log in. The code is: [CODE]Imports System.Data Public Class Form1 Dim conn As OleDb.OleDbConnection Dim strSQL As String …

Member Avatar for NoOneSpecial
0
455
Member Avatar for pghtech

I will start off by saying that I am a true beginer with VB so please forgive me if any of my issues are simple or if my terminology is incorrect; I am trying to creat a program to automate many of the things I do when I build a …

0
80
Member Avatar for pabloh007

I'm running into a problem when trying to render images in a RDLC, I added the code in the report code section, however all i get is a red "X" for my image. When I run the code in windows form the image generates fully but doesn't generate when trying …

0
70
Member Avatar for amishraa

[B]Create a project that contains a Pet class. Each object will contain pet name, animal type, breed and color. The form should contain text boxes to enter the information for the pets. A button or menu item should display the pet information on a separate form. Hint: Use a ReadOnly …

Member Avatar for amishraa
0
295
Member Avatar for selle05

Can someone help me do a fcfs cpu scheduling algorithm in vb .net? that computes the waiting time each process and compute the average. thnx

0
39
Member Avatar for WareveR

[I]Hi, i'm new to vb but acquainted with programming in java, C, and other languages. I´m developing an application and i'm having difficulties at commanding controls from different forms. It's like this: Form1 has some buttons and charts, and in Form2 it's a "Settings" form to select the category and …

Member Avatar for WareveR
0
138
Member Avatar for judithSampathwa

Hi there, I have a question regarding datagridview in C#. I need to validate the cell as soon as the value is selected from the datagridview. I coded the cellEndEdit but the thing is the event is triggered after when I click somewhere else in the form. Why is that. …

Member Avatar for Geekitygeek
0
70
Member Avatar for gmanisha95

I need the design templete of the application software that name is InsordOutword system............in vb.net project.....if you get please mail me......thanks.......

Member Avatar for GeekByChoiCe
0
42
Member Avatar for praveenpvs

Hello every one I have referred DLL in my project. I have to handle the event from DLL in VB.net code. Can any one help me out in this regard? I guess we can do using WithEvents. Can you give me complete picture? Thanks a lot.

Member Avatar for praveenpvs
0
186
Member Avatar for smdhas

m a newbie to aspx vb.net and need some help...i've got a login form with staff id adn date of birth loging in credentials. m using 3 drop down lists to capture day,month and year(m populating the day month and year in the page load event). below is my login …

Member Avatar for leahrose87
0
267
Member Avatar for toomuchtodo

Hello all, I have a question on the proper (OOP) way of gathering user inputs from multiple textboxes on my main Form and then using these calculations in various functions inside a class or two. I currently have a 1-D array of values that I have to name, and then …

0
52
Member Avatar for RajendraR

i have 2 form and 1 dialog... the problem is when i select form2 as startup form i'm not able to copy text from combobox1 on dialog1 to textbox1 which is on form1 ... if i select form1 as startup form its working fine... i 'm not getting whats the …

Member Avatar for crapulency
0
145
Member Avatar for Tweed

I am using Excel interop in my VB.NET program. My problem is that I can't seem to figure out how to write to Excel *and* define the Range using numbers. Alright, so I have objects being created depending on the file that the user opens. So there could be 100 …

Member Avatar for crapulency
0
325
Member Avatar for tjfitz68

Hello, I have been having a heck of a time using a Listbox with a BindingList object as the datasource. I have finally managed to get the ListBox to update when changes are made to existing items in the BindingList object. When removing items from the list I had to …

Member Avatar for tjfitz68
0
114
Member Avatar for comcgrew

Design a sales receipt screen as shown above. After the sales person enter the quantity o f each item, the Compute button will calculate and display the subtotal, sales tax, and total purchase price. The Clear button will reset the screen for the next customer. On the Close button, ask …

Member Avatar for Ezzaral
0
46
Member Avatar for lanitooot

hey guys, my simple program flows like this: a textbox where in you will input a keyword then when you press the 'go' button the data in the mysql database will be shown in the listview. im using mysql and vb .net. i've made the table with sample records in …

Member Avatar for Naveed_786
0
308
Member Avatar for MHafiz

Hi guys, currently I'm doing my final year project using visual basic 2008 with active RFID. i need to determine the position of the tag in a 2D display. I managed to create a VB program where I was able to detect the RFID tag. the next step is to …

0
34
Member Avatar for melbatista

Im using vb.net 2010 express (im new) im learning to develop apps that uses db. what is the best DMBS to use with vb.net 2010? can you gave an example SIMPLE code on how to connect to the database? thank you - i hope is not too much to ask?

Member Avatar for melbatista
0
149
Member Avatar for starlight849

Hello I am attempting to parse multiple lines of text from a text file using regexpressions. I am using vb.net with visual studio 2008. At the moment I am filling my datatable with the text file information and am able to return each line of text and parse the first …

Member Avatar for starlight849
0
217
Member Avatar for nv136

While my program loading, I have a splash screen. After the program is done loading my Splash-screen closes and the main form (form1) shows (all good up to that point). But the problem is after the Splash-screen I cannot close form 1, nor can I move it. here is what …

Member Avatar for Alexpap
0
216
Member Avatar for silvertooth07

we were asked to input a number and display the sum of the odd and even integers. eg. number: 10 sum of odd: 25 sum of even: 30 [code]intnum = CInt(txtnum.Text) Dim counter% = 1 Do Until counter = intnum intcompare = counter Mod 2 If intcompare = 0 Then …

0
69

The End.