Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for nasim64

I want to print like this in 100 rows in vb.net useing cristal report how to do this?

Member Avatar for vasim jada
0
60
Member Avatar for vasim jada

Dear Friends, There are 2 form (form1,form2) and 2 dialogbox (dialogbox1,diologbox2) in my application. When application start at that time form 1 loaded, on form 1 when button-1 click, form2(as mdi parent) and dialogbox-1 (with textbox-1 and button-1 as mdichild) show. when button-1 on dialogbox-1 click dialog-2 (with textbox-1) show. …

Member Avatar for tinstaafl
0
746
Member Avatar for zawpai

Hi all, I am using vb.net2003. I have one solution and different projects under its. But, I don't know how to declare a varibale for many projects and use it? Can anyone show me how to do it? Thanks and regards, zawpai

Member Avatar for zawpai
0
129
Member Avatar for agilocha

hi... anybody want to help me to solved my problem i want to get value from gridview column into textbox. i have DGS4 as my gridview . and i want to use query like i used bellow. i uses some code from @luc001 but it stil not working. this is …

Member Avatar for poojavb
0
190
Member Avatar for hrul

hye....i have a data in access 2007 which is: table1 ID DOCUMENTNAME PAGE 1 investment 2000 12 2 investment 1989 4 3 investment march 15 how to display the id and page when user typing the document name in combobox..using vb.net 2008

Member Avatar for Begginnerdev
0
173
Member Avatar for guy40az

I need to define a two dimensional array and assign values. I was wondering if there is an easier way in vb.net to do this other then how I have it below. some of my other arrays have over 700 elements in them. Dim L1(8, 2) As Double L1(0, 0) …

Member Avatar for vasim jada
0
170
Member Avatar for vasim jada

dear frnds, i got vs 2008 proffessional edition i want to instal but unable and shows error report for temp file in local settings folder n

Member Avatar for vasim jada
-1
111
Member Avatar for vasim jada

Dear Friends, I am developing an application for multi user using vb.net with back end as ms-access. For the table name as employee_master, there is a column, name as student_profile having datatype as [B]Yes/No [/B]. If value of student_profile is "yes" then label1 will be shown and If value of …

Member Avatar for Reverend Jim
0
846
Member Avatar for vasim jada

Below is my code for login page I would like to show login user detail on home. For login my code works properly but does not show currently login user show following error "NO data exists for column/row". Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Login.Click …

Member Avatar for vasim jada
0
172
Member Avatar for vasim jada

How to find index in vb.net when connected with ms-access2007:) Th'x in advance.

Member Avatar for vasim jada
0
92
Member Avatar for vasim jada

[CODE] Imports System.IO Imports System.Data.OleDb.OleDbException Public Class Form2 Inherits System.Windows.Forms.Form Dim inc As Integer Dim MaxRows As Integer Dim con As New OleDb.OleDbConnection Dim ds As New DataSet Dim da As OleDb.OleDbDataAdapter Dim sql As String Dim username As String Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) …

Member Avatar for Netcode
0
112
Member Avatar for vasim jada

Login form contain two nos.of textbox anb one no.button How to connect VB.net2008 with MS-Access-2007.

Member Avatar for ericko10kip
0
100