20,284 Topics

Member Avatar for
Member Avatar for Ahmed.C

Hey Guys! So i've been thinking about how to make this program which involves a person Logging on and gettings certain information and statistics throught the website. A good example and also something i've been wanting to do is use this page: http://puu.sh/4IEkQ.jpg to get the information below. How can …

Member Avatar for Ahmed.C
0
241
Member Avatar for joester007

>I am trying to write a proram that will search for character or letter and count how many times that character appears. The user will enter a phrase in a text box then press the search button, then an Inputbox will appear asking the user to enter a character. then …

Member Avatar for joester007
0
248
Member Avatar for ariannas

Code the keypress event of the textboxes. Allow numbers, the backspace key, and the decimal point. Only write the code once and use Handles Answer Private Sub TextBox1_KeyPress(sender As Object, e As KeyPressEventArgs) Handles TextBox1.KeyPress End Sub

Member Avatar for ddanbe
0
108
Member Avatar for Abhishek_12

I am trying to add a List(Of T) to a Listview in Windows form application.But not able to do it. I have made a form and took the value of textboxes in a list and trying to bind the list to ListView

Member Avatar for tinstaafl
0
189
Member Avatar for riudo

good day.. i have a slight problem in my enrolment sytem. im new in vb programming, and this problem perfectly work in stressing out and pressuring me as begginer. i have a listbox that contains all filtered data from my database. and i want it (all entry in the filtered …

Member Avatar for riudo
0
1K
Member Avatar for ibpet11

Good Day All, I like to seek assistance for reading a file that has header and trailer information. I want the application to ignore the header lines (say the first 6 lines of the file) and also ignore the trailer which is always the last 2 lines of the file. …

Member Avatar for ibpet11
0
149
Member Avatar for saintrenz

I am making a login system that records time in and time out for students.. but the student can't sign in if already "Signed In" and student can't sign Out if already "signed out" that is why i have three form. **THE CONCEPT OF THE PROGRAM: When i log in …

Member Avatar for elie.karkafy
0
241
Member Avatar for ses03

i have four tables (1) tbl_module: modNo | modName _ _ _ _ _ _ _ _ 1 | module 1 2 | module 2 (2) tbl_subject subNo | subName | modNo _ _ _ _ _ _ _ _ _ _ _ _ 1 | a1 | 1 2 …

Member Avatar for Reverend Jim
0
252
Member Avatar for Mr.M

Hi Dw I would like you to help me here, i've googlished for this but it seems as if my problem is a bit complecated. I've created a program in java which has the '.jar' extention and then I created a program in VB.net which is an executor of the …

Member Avatar for Mr.M
0
178
Member Avatar for saintrenz

THIS CODE IS WORKING,, BUT WHEN THE SECOND TIME LOGGING IN IT DOUBLE CHECKED LIKE 2 FORMS OPEN and 4 MESSAGE BOX APPEAR Private Sub btnSign_Click(sender As Object, e As EventArgs) Handles btnSign.Click Dim connectionString As String connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Renz\Documents\Visual Studio 2012\FINAL\Database\AuditDB.mdb" sql = "Select ID, LASTNAME, FIRSTNAME, LOGINSTATUS …

Member Avatar for saintrenz
0
196
Member Avatar for tirumalai

I have used treeview control in Vb 2010 and I need to upload files in the corresponding products How should I do it and what is the source code for the same.

Member Avatar for tirumalai
0
121
Member Avatar for iwanna4get

I am currently trying to make a simple file uploader using http://msdn.microsoft.com/en-us/library/w3kksch7.aspx and its pretty straight forward except I keep getting the error Access To the path 'E:\Temporary' is denied I tried running visual studio 2012 as admin I already change the directory (It was at C: earlier) Help and …

Member Avatar for iwanna4get
0
230
Member Avatar for lnkandi

can anyone assist me with the following question: write a pseudocode for a function to calculate the percentage of characters in an input string "d", "e", "c" and "t". draw a flowchart for a procedure to sort 3 inputs numbers in ascending order write a vb.net function procedure to implement …

Member Avatar for ReyJEnriquez
0
111
Member Avatar for spider2vb

filter combobox in a datgrid based on another combobox vb.net Hi ,, i have problem with combobox i have two combobox and two tables table manages (ManageID, ManageName) table Departments (DeptID, DeptName, Dept_ManageID) 1- CboEmp_Manage 2- CboEmp_Dept Public Class Class1 Public sub FillCombobox (ByVal cbo As Combobox, ByVal TableName As …

Member Avatar for ReyJEnriquez
0
568
Member Avatar for ReyJEnriquez

Hi EveryOne:-) I hope everyone is doing great... I have a question.. I have a table in a database and it contains 20 names How to loop in a database and display each name in a msgbox?? Thanks :-)

Member Avatar for ReyJEnriquez
0
168
Member Avatar for ReyJEnriquez
Member Avatar for sashyn01

do you guys have any idea on how would i know if my vb.net app is trying to retrieve data from online database?.i am hoping that someone here can give idea because i really dont how would start doing it...

Member Avatar for Begginnerdev
0
225
Member Avatar for Stealthbird97

Hi Can someone tell me how I can get the content of a text file to be printed into a windows console. Each Line of the text file to be on its own console line. It would be a lot of help. I don't want to have to write a …

Member Avatar for Begginnerdev
0
133
Member Avatar for xpgon

Hello. I have a problem creating appointments in Outlook with vb.net. Let see... i create the 1º and i see it in my calendar. When i creat the 2º, the 1º deseapear and the 2º appear. When i creat the 3º, the 2º deseapear and the 3º appear. Can you …

0
68
Member Avatar for Aleksandor51

Brand new to VB 2008 Express, but have done some work in VB 6. Not sure what I'm missing, but here goes. I have two comboboxes linked to an Access 2007 database. One box lists the names of the States in the US. This is what I used for the …

Member Avatar for spider2vb
0
504
Member Avatar for saintrenz

Im using Microsoft Visual Studio 2012 and Microsoft Access What code/sql will I add to check whether User is an admin or a regular user? so it can load to a Admin form or Regular user form. My professor told me to use a FieldName "LoginType" in my database.. but …

Member Avatar for Hazuan Nazri
0
416
Member Avatar for Ahmed.C

Hey guys! I've been working on this ping server project and I need some help rounding the numbers which appear. take a look at this picture : http://puu.sh/4Fqa5.png the label with the 00:00:00:0...:. Is there a way I can just make it show only 41? Thanks.

Member Avatar for KenSquare
0
98
Member Avatar for manutd4life

Hello everyone, am doing a small project and i need to use crystal report with MS access. i did the connection by wizard but now am having problem with the path when using it on another PC. What i need to know is how to connect Crystal report with access …

Member Avatar for Desiree_1
0
3K
Member Avatar for lexaeterna

good day! i just wanna ask if there is a way of getting the path of an image from another computer in LAN and set it as image propety of a picturebox. thanks in advance!

Member Avatar for deceptikon
0
125
Member Avatar for waleed.makarem

Dear experts, I am developing an application that receives sms msg from modem . It reads sms successfully, but sender phone number has wrong results. When the sender is just a numebr , it reads it sucessfully , eg 010016545526. But when the sender is ID eg "vodafone" , it …

Member Avatar for waleed.makarem
0
997
Member Avatar for tnsankaran

Hi, I am new this forum and i am one of person interest i programming language. I am trying one small application to create. But i don't have proper guidance. I request help here. Just a asset management process. There are 2 tables [U]Category[/U] -> Catid, Catname [U]SubCategory[/U] -> Catid, …

Member Avatar for spider2vb
0
4K
Member Avatar for ReyJEnriquez

Hi everyone.. How to make the checkbox stays checked when double click??? When i click the checkbox it will check, and when i double click it, it will still be check... how should i do that guys???... Cheers:-)...USC CAS CHEERDANCE TEAM

Member Avatar for ddanbe
0
190
Member Avatar for jared.geli

Good day to all I was wondering if it is possible to show all data in a datagridview that doesn't match from 2 tables? Like Inner Join if you have at least 1 match data from the other table it will display it. What i want is to display those …

Member Avatar for jared.geli
0
203
Member Avatar for Basuraj

Dim table As DataTable = New DataTable table.Columns.Clear() Chart1.DataSource = Nothing Chart1.Series.Clear() table.Columns.Add("Color", GetType(System.String)) table.Columns.Add("Data", GetType(System.Int32)) table.Rows.Add("Green", Integer.Parse(txtgreen.Text)) table.Rows.Add("Red", Integer.Parse(txtred.Text)) table.Rows.Add("Blue", Integer.Parse(txtblue.Text)) table.Rows.Add("Yellow", Integer.Parse(txtyellow.Text)) table.Rows.Add("Brown", Integer.Parse(txtnothing.Text)) Dim IEtable = CType(table, System.ComponentModel.IListSource).GetList Chart1.DataBindTable(IEtable, "Color") Chart1.DataBindTable(IEtable, "Data")

Member Avatar for ReyJEnriquez
0
294
Member Avatar for Darkicon

I've been working at this code for probably 7 hours since last night. After hours of troubleshooting I solved most issues with my code but now I have a strange problem that I cannot figure out how to fix. One of my function is to generate a random hex string …

Member Avatar for tinstaafl
0
572

The End.