Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~7K People Reached
Favorite Forums
Favorite Tags

19 Posted Topics

Member Avatar for saleem.mukhtiar

Dear Friends Can any body help me .. i want to export my crystal report to a text file, here is my code. If its not good then please give any other perfect refrence thank you Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports System.Diagnostics Imports System.IO Public Class Form1 Dim myReportDocument As …

Member Avatar for saleem.mukhtiar
0
753
Member Avatar for swathi sajja

Do it .. Click Start, click All Programs, click Microsoft Office, click Microsoft Office Tools, and then click Microsoft Office 2007 Language Settings. Click the Editing Languages tab. Select the language you want to enable in the Available editing languages list, and then click Add. Insallah will be working

Member Avatar for saleem.mukhtiar
-1
340
Member Avatar for saleem.mukhtiar

Friends .. how my code working fine with two buttons (PDF and RTF) but the last portion for HTML converting its not working .. please help Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports System.Diagnostics Imports System.IO Public Class Form1 Dim myReportDocument As New ReportDocument Private Sub Form1_Load(ByVal sender As System.Object, ByVal e …

Member Avatar for saleem.mukhtiar
0
1K
Member Avatar for saleem.mukhtiar

Dear Friends ... when in hotel or airport we access the wifi ... no password set to access wifi (WPA, WEP, WPA2).... but when we open our browser for using internet .... a page redirect us and ask for user name and password ... can any one give me just …

Member Avatar for saleem.mukhtiar
0
163
Member Avatar for saleem.mukhtiar

Dear Friends i made a applicatoin where i need a variable value which will enter by after 1st installation... Infact it is a uploading to ftp application with a single click. but the file name is not constant for all all locatins. So i want i will enter it in …

Member Avatar for saleem.mukhtiar
0
215
Member Avatar for saleem.mukhtiar

Dear Friends i want to add a progrress bar in this uploader please help me ... Imports System.IO Imports System.Net Public Class Form1 Private Sub btnUpload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUpload.Click Dim request As System.Net.FtpWebRequest = DirectCast(System.Net.FtpWebRequest.Create("ftp://ftp.uibonline.com/uibsat/saleem.jpg"), System.Net.FtpWebRequest) request.Credentials = New System.Net.NetworkCredential("ksauib@uibonline.com", "123456") request.Method = System.Net.WebRequestMethods.Ftp.UploadFile …

Member Avatar for Reverend Jim
0
301
Member Avatar for saleem.mukhtiar

Dear Friends i want to copy data from one table to another table i know we can do this task using following query INSERT INTO Destination (EnrollNo, CheckIn, CheckOut, DiffTime) SELECT EnrollNo, CheckIn, CheckOut, DiffTime FROM Source but here is problem ... i want to add a new colum with …

Member Avatar for tsmorris
0
113
Member Avatar for saleem.mukhtiar

> Quoted Text Here Hello Guys ... HOw's are you .. kindly guide mein about format of DateTimePicker where user can select date from calnender as wel as time also .. Thanks in advacne waiting for your reply ... TC

Member Avatar for ShahanDev
0
116
Member Avatar for saleem.mukhtiar

Dear Freinds, can any one guide me for double entry accounts system. tables and fields of table .. or any sample.. . i know debit credit book keeping system but could not apply it.. like day book and party ladger.. thnks in advance

Member Avatar for Begginnerdev
0
69
Member Avatar for sheelap

you can connect through wizrad using data set and data source data navigation from Data sub options in tool panel . or through code .. ist import the namesapces . for sql import system.data.sqlclient DATA connection dim dt as new sqlConnection = ("data source=.; integrated security= true; database name= DATA …

Member Avatar for poojavb
0
1K
Member Avatar for saleem.mukhtiar

Dear Freinds, can any one guide me for double entry accounts system. tables and fields of table .. or any sample.. . i know debit credit book keeping system but could not apply it.. like day book and party ladger.. thnks in advance

0
67
Member Avatar for agilocha

dim obj as new datagridviewselectedcellcollection = datagridview1.selectedcellcollection textbox1.text=obj.item(0).cell(0).value

Member Avatar for poojavb
0
197
Member Avatar for saleem.mukhtiar

Dear friends kindly gudie me how can i make table design data grid?? ... sample pic i have attached ...

Member Avatar for saleem.mukhtiar
0
73
Member Avatar for kampao00

DbCon = New SqlConnection("data source=.; integrated security=true; database=kehkashan;") DbCon.Open() Da = New SqlDataAdapter() Ds = New DataSet iRow = 0 Da = New SqlDataAdapter("select * from tblSupplier order by ID", DbCon) Da.Fill(Ds) While iRow <> Ds.Tables(0).Rows.Count cboSupplier.Items.Add(Ds.Tables(0).Rows(iRow).Item(2)) iRow = iRow + 1 End While it is a combo box filling …

Member Avatar for kampao00
0
146
Member Avatar for dilse4sk

You can add this function in leave event of last text box. . txtmultipicaiton.text= val(productprize.text) * val(quntity.text)

Member Avatar for P.manidas
0
971
Member Avatar for saleem.mukhtiar

dear friends following is the code for export data from data grid to excel .. problem which i m facing that .. i could not export the last coloum values.. kindly give sulotion.. `Inline Code Example Here` Private Sub btnExcel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExcel.Click Dim …

Member Avatar for Begginnerdev
0
325
Member Avatar for saleem.mukhtiar

dear friends i want to filter data by date ... see the attach pictures, after using where clause i receicve 0 rows :(

Member Avatar for adam_k
0
98
Member Avatar for saleem.mukhtiar

Hello friends. that's gr88 that you people help out alot. My senerio is .. i made data grid form ..where i want ... when i double click on a Invoice no ... or Row in datagrid .. invoice open in new form where i can edit delete, or other opraitons …

Member Avatar for saleem.mukhtiar
0
204
Member Avatar for anasmi

The End.