Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Arunabh Nag

How do i find out the number, names and datatype of fields in an Access table.....using code.....

Member Avatar for SadiSerdari
0
2K
Member Avatar for padmak

Hi, i want to accept data from user in messagebox using a variable. and later i want to use that variable. please help me.

Member Avatar for rajasekar646
0
409
Member Avatar for rhari_81

Respected Sir/Madam, Hii Guys?I am harish here and i am just a starter in vb.net.I am interested to develop some applications in vb.net. So, I have to start things right from scratch i.e designing and coding etc... I need a sincere suggestion on what type of applications can i try …

Member Avatar for kvprajapati
0
225
Member Avatar for Arunabh Nag

Hi..... I want to create controls in runtime and attach them to an already connected database.. the controls must vary e.g.Array of Strings can be used. Plz Help... Also, plz tell me how to place these controls on a panel in a orderly fashion... the panel has it's autoscroll property …

Member Avatar for amrebinnaz
0
729
Member Avatar for Arunabh Nag

I heard somewhere that i can draw a datatable onto a local form, with the connection open.... How do i do this..??

Member Avatar for sknake
0
110
Member Avatar for hery

this is my code.. In my code i have succesful get table column name. But i want the first table column name showing not all. Thanks' [code] rs.Open(strSQL, adcLEDGER, ADODB.CursorTypeEnum.adOpenKeyset, ADODB.LockTypeEnum.adLockPessimistic) Flds = adrCURR.Fields TotalCount = Flds.Count For Each fld In Flds MsgBox(fld.Name) Next [/code]

Member Avatar for sknake
0
176
Member Avatar for S.A.H

hi every body , I want to write a program with vb.net about calculating the GPA in my program I'll ask the user to Enter the number of courses then I'll Generate ComboBox(s) by the number of courses ... So How can I do the dynamic Generate of the combobox …

Member Avatar for S.A.H
0
107
Member Avatar for diyerxa

Hello, Is it possible to change the connection string after setting up a Data Source? I'd like to set up a Data Grid View, but the user must be able to change the location of the database file at a later time (over a network). i've been trying: My.Settings.db1ConnectionString1 = …

Member Avatar for Arunabh Nag
0
166
Member Avatar for ZidaneXero

Hello everyone Im new at this thing of programming and im having trouble in saving a new record to the database, I've searched online for this problem and ive tried all the possible ways that i find in internet but i cant manage to make it work correctly This is …

Member Avatar for kvprajapati
1
437
Member Avatar for nanoh2001

Hello dears in Daniweb, I'm a beginner in vb.net I have a question regarding searching in Access Databases. to illustrate: if I have this table in Access [ATTACH]11292[/ATTACH] which contains the name, mobile, Telephone, address and the area (highlighted in Red) Now if I want to Search for persons who …

Member Avatar for nanoh2001
0
1K
Member Avatar for yorro

How do you set or adjust opacity of controls during runtime? (buttons/textbox/etc) I've tried this [CODE=vb] Public Sub setOpacity(ByVal opacity As Integer) Me.BackColor = Color.FromArgb(opacity, 255, 255, 255) End Sub [/CODE] But error returns that it controls does not support opacity. [B]I want my controls to load on runtime with …

Member Avatar for yorro
0
484
Member Avatar for babbu

hie if the user, after working with the form wishes to reset it, how can it be done. will me.refresh() help. wht is it used for?

Member Avatar for sknake
0
2K
Member Avatar for stormshell

can someone help me with this issue i don't see why its not initializing but here is my error: [code]Object reference not set to an instance of an object.[/code] And Here is My Code: [code=language] Dim pic As New PictureBox Dim frm As New Form Public lbllist As Generic.List(Of Label) …

Member Avatar for Arunabh Nag
0
97
Member Avatar for Arunabh Nag

I just found out that project modules in visual studio can be built on separate languages e.g. VB.NET and C#.NET. This can be done by publishing the module as a dll. Q1. How do i integrate the separate modules. Q2. Is the process cumbersome? Q3. If the project is a …

Member Avatar for danielagaba
0
102
Member Avatar for Arunabh Nag

getting the following exception : [CODE] Object reference not set to an instance of an object. [/CODE]

Member Avatar for samir_ibrahim
0
96
Member Avatar for xVent

Hi guys , i am trying to create a form which will have a scroll pane so the user will be able to use it in order to view what it will be inside the form .. the problem is that i am designing some questions in the form and …

Member Avatar for Zandermander
0
128
Member Avatar for Arunabh Nag

[CODE] Dim SchemaTable As DataTable Try NewFaceOptions.comboselecttable.Items.Clear() SchemaTable = createConnection.GetOleDbSchemaTable(System.Data.OleDb.OleDbSchemaGuid.Tables, _ New Object() {Nothing, Nothing, Nothing, Nothing}) Dim int As Integer For int = 0 To SchemaTable.Rows.Count - 1 If SchemaTable.Rows(int)!TABLE_TYPE.ToString = "TABLE" Then 'Add items to list box NewFaceOptions.comboselecttable.Items.Add(SchemaTable.Rows(int)!TABLE_NAME.ToString()) End If Next Catch ex As Exception MessageBox.Show(ex.Message.ToString(), "Data Load …

Member Avatar for sknake
0
112
Member Avatar for Arunabh Nag

Hi,... i wish to create databases using runtime in the *.mdb format. The user will hhave MS-Access installed on his/her system but would not havt to manually create a new database using access before connecting through my program

0
59
Member Avatar for Arunabh Nag

Well, i really got stuck into this problem. In my project i wish the user to be able to select a database using an open file dialog box. I am unable to connect with this database. i used the code.. [CODE] createConnection.ConnectionString = _ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Tostring(ofdselectdatabase.FileName)" [/CODE] and [CODE] createConnection.ConnectionString …

Member Avatar for sknake
0
219
Member Avatar for Arunabh Nag

Hi.. i want to know how do we access a web site's data to be displayed on my application e.g. like i want to create an application that looks up some investing site and displays current stock and share values on my desktop. I have already in mind that the …

Member Avatar for Arunabh Nag
0
65
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
104