Search results for query: *

  1. R

    Question reportviewer a error on other machines

    Dear all, i have made an application in vs2012 vb dot net 3.5 for running application in xp i am running windows 8.1 x64 bit in my machine i have deployed the application and installed into my machine and its running well, but while installing in other machines again it running well but in...
  2. R

    Question show a popup menu image when enter a text box

    hi, i have designed a program in local language font, so for user to type text i want a popup menu to appear next to text box that shows an image of keys. i can't get the source how to do it, please help ranjeet
  3. R

    Question Update two tables with sql command text

    hi i have two or more tables with same fields to update in a button click... i am using this code: Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click Dim res As New DialogResult res = MsgBox("Do you want to save data?"...
  4. R

    Question Distribute Records into Colums

    friends i have number of records in one column and i would like to distribute evenly in several (six) columns assume there are 20 records in one column, and i want to distribute 4 records in first column, 4 records in second column, and 3 records in third, fourth, fifth and sixth column...
  5. R

    Question Print List of Images in Single Page with Microsoft Report Viewer

    hello..... i am trying to get a list of images in single page with rdlc report in vb.net, just like zigzag mode in one page then next page..... hope you get my question properly.... best advise will be appreciated... thanks ranjeet
  6. R

    PDF fill and click button

    hi, i am making an application in vb.net 2012 i have a xml file in my local drive that i want to import to a pdf fillable for (that's also in my local drive), and want to click a button in the PDF Form for the further process.... i am newbie in vb, any help would be appreciated.... ranjeet
  7. R

    Question Adobe Reader Commands

    hi, i have made an application in vb.net 2012. from the form i create a xml file and i want to open a pdf fillable form(that i have created earlier) in background and import data of xml file to the pdf form (i.e. possible in manually). then i want to click a command button placed into pdf form...
  8. R

    Question Pdf form filling

    hi, i have pdf that i am filling with iTextSharp successfully, but the problem is what that the form contains radio buttons and combo fields that after update shows the hidden fields (and that's what i can't fill), but the radio buttons and comboboxes are filed but that hidden fields are not...
  9. R

    Question retrive data from a xml file to database

    dear friends i am a newbie in vb.... i am developing an application that retrieve data from a xml file and get that data into a typedataset to use fields to fill my other forms or table actually there is a pdf fillable form that accept data and saves file in xml format. i want to fill that pdf...
Back
Top