20,284 Topics

Member Avatar for
Member Avatar for San_90

Hi, Im using Visual Basic 2008 to make my program. I want to be able to input data from textboxes to my database tables using a buton, I created the database with the SQL server compact built into VB. I am really usnsure and getting really frustrated with how to …

Member Avatar for San_90
0
65
Member Avatar for abrars

Hi Thanks in advance. For the past one day I am struggling with this problem. I want to display values from database in data grid I am sucessful in that.and I added a column to the table using the columns property of the datagrid to show the check box column. …

Member Avatar for abrars
0
78
Member Avatar for Rohinir

Hi all, I have set CheckedListbox multicolumn property =true. I wants to add two columns in checklistbox first one will contain Groupname and second column will contain descr . How can i add items in these two columns ?

Member Avatar for Teme64
0
2K
Member Avatar for Nawsheen

I am a begginer in vb.net. Actually i am having problems to do my homework. I will be posting both the question and my answer. [B]Question[/B] Create a small program that allows you to enter a number. If the number is greater than 100, you will see the "You win …

Member Avatar for Nawsheen
0
123
Member Avatar for Nada403

I'm working on my graduation project and within it i need a function gives me random ID numbers and random dates since 2008,01,01 untill now .. I'm done with the ID numbers but i couldnt find a solution for the dates .. how can I do this ????

Member Avatar for Teme64
0
98
Member Avatar for Nada403

i am using ASP.NET with VB.NET to connect to a MS Access database can u pls tell me how can i make the sql statement to insert a new record into the existing table and join tables??

Member Avatar for Teme64
0
54
Member Avatar for tripes

i am working on a project in vb.net 2003 and i want to get the color of a pixel when i click on the image loaded in the picturebox. i ve tried anything but nothing seems to work.... help please :'(

Member Avatar for Teme64
0
805
Member Avatar for Benniit

Am using Vb.NET 2008 and SQL 2008. I have a problem, when the execution reaches daAdapter.Update(dtTable) then I receive this error ""String or binary data would be truncated. The statement has been terminated"" Then the record fails to update. What could possibly be the error? Below is the complete code. …

Member Avatar for Teme64
0
163
Member Avatar for manoj_582033

I want to create server in one system and make another system as clients like if i save data in server that is also saved in clients system .So what datasource i have to give i mean to say that if i run setup in any system then that database …

Member Avatar for PirateTUX
0
129
Member Avatar for shers

Hi, I am working on VB.Net. I have a sub form with a datagridview, that is being loaded with the criteria taken from another form. Hence this form is called with parameters. Here is the code that calls the sub form. [CODE] Dim frmHis As New frmHist(ds, rb) frmHis.Show()[/CODE] where …

Member Avatar for Ramy Mahrous
0
209
Member Avatar for Kecy

Hi there, I'm currently bulding a high school project which manages student information systems and stores reports of tests and exams. It also has a module for teachers where teachers' reports and information are being recorded. And by the virtue of tis functionality, I intend making it to work on …

0
53
Member Avatar for YANiiK

[COLOR="Green"]Is There A Way To Update A Multiple Base Table On Visual Basic. Can This Be Done With An SQL Statement, Or Will Other Methods Such As the UpdateCommand Have To Be Used? Some InSight Will Be Appreciated. Thank You [/COLOR]:)

0
55
Member Avatar for Arunabh Nag

Hi... am just starting out on VB .NET to create my final year project. The reason is i have done projects on VB... Q1. The problem i am facing is that i don't know where to start. Please help me... Q2. And i would also appreciate some Project ideas. Can …

Member Avatar for Teme64
0
106
Member Avatar for Merovingian

I need to execute the following SQL command from within VB: [CODE]CREATE LOGIN [rx] WITH PASSWORD=N'rx', DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF[/CODE] I've been trying to find info for days but everything always deals with updating tables etc If someone could show me the connection string and have to execute the statement …

Member Avatar for Teme64
0
120
Member Avatar for Jetman

[code] Private WithEvents m_PrintDocument As PhotoJob.FrmIndividualPerformanceReport [/code] [code] Private Sub BtnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnPrint.Click m_PrintDocument = New PhotoJob.FrmIndividualPerformanceReport m_PrintDocument.Print() End Sub [/code] I used the codes above to print the tables that i got from access but it is not working, any help would …

0
59
Member Avatar for YANiiK

Hello .. I'm Doing Some School Work & Im In Need Of Help. I Need TO Update A DataBase, I Have Generated A DataSet That Is Complete With Data From A MS Access DataBase, & I Have Bound The COlumns To TextBoxes And ComboBoxes As Appropriate But I Cannot Seem …

0
51
Member Avatar for dandanepallavi

I hv created setup of my project using "Setup wizard". But when i ran that setup on another m/c which is not having .NET installed on it. setup asks for .NET framework. can i include .NET Framework in my setup. Please help me out.:( Tahnks in advance.

Member Avatar for Merovingian
0
155
Member Avatar for Tamicine

i urgently need help in creating a vb banking application using MS access as the database language. i am having difficulty doing queries and reports. anyone who has already done a banking application could u please help.

Member Avatar for Tamicine
0
68
Member Avatar for manoj_582033

I want to know that in server pc database is stored and that databas is accessed by client pc how to do that

0
89
Member Avatar for bored4

This is part of my login form. im trying to lock the account if there are to many failed login attempts. but im not sure if my sql statement is wrong or i my ExecuteNonQuery() is wrong. heres part of my code. I should note that my "account_lock" column is …

Member Avatar for Ramy Mahrous
0
171
Member Avatar for ninjaimp

Hi Im tryingto create/run a webbrowser control so that i can check the status. I dont need to see the page so havent placed the webbrowser control on a form - its just in code as follows: [CODE] Sub TestBrowse(ByVal url As String) Dim testbrowse As New WebBrowser testbrowse.Navigate(url) System.Threading.Thread.Sleep(5000) …

Member Avatar for ninjaimp
0
992
Member Avatar for roshan_kumar001

I have certain Shared variables which have their values set when the application starts depending on the url.... Now, wat i want to do is to change these Shared variables to some other type(say ReadOnly or something) in such a way dat their values are set once more when the …

0
49
Member Avatar for EdVBDev

I have three separate forms. Form1, Form2, and Form3 I declared Public var1 as Integer within Form1. Form2 and Form3 can see/access var1 as Form1.var1 However, when I declare Public var2 as Integer within Form2 (when it opens), Form3 (when opened) cannot access var2 whatsoever. Don't know what I'm missing. …

Member Avatar for c0deFr3aK
0
101
Member Avatar for Cardboard Box

Hi How do you draw GDI+ graphics within a class? In my normal starting form, I use the form_paint event but the seperate class doesn't seem to accept the _paint event. So I instead put my gaphics code in the same area as my second classes form propertoes. Class SenateTown …

Member Avatar for Cardboard Box
0
114
Member Avatar for J-KeRcA

[QUOTE]i everybody, I need some help with my project. I'm trying to retrieve some data from a combo box on which i used the "data bound item task" so I can select data from a table of my database. the problem I'm having is that when i try to save …

Member Avatar for DavidOsorno
0
130
Member Avatar for pavan204

Hi I am persuing MCA and I am doing my 6th sem project on vb.net 2003 and i have problem.In my project i have to read data from a .txt file and display the data in the excel sheet.The data in the txt file is in hex and the pattern …

Member Avatar for Ramy Mahrous
0
179
Member Avatar for robertred

Have anyone encountered this? I am using Visual Studio 2008. When I clicked on the date of the calendar in datepicker, it moved the calendar to another position. But it does not put the date on the form. When I clicked on the date again, the calendar disappeared, but the …

Member Avatar for Ramy Mahrous
0
74
Member Avatar for densman

i am trying to save values in a textbox for each item in a list of items. The textbox will prompt for values and a button(btnTag) saves the value to the item in a list. The code below saves the value of the textbox for all the items in the …

Member Avatar for Ramy Mahrous
0
107
Member Avatar for manoj_582033

Hi Friends I M Using Vb.net & M.S. Access ,I have to get image in run time & have to save in access database & Next Time Have To Show That Image In Datagridview How Can I Do This PLease Help Me

Member Avatar for Ramy Mahrous
0
84
Member Avatar for ganeshprasadsg

hi all, I m a final engineering student desparately trying to complete my project.My project requires computer to recognise the ascii values i m sending through com port for a particular letter or number and display that letter/number in a notepad or MS-word file.I am generating The 8 bit ascii …

0
39

The End.