Search:

Type: Posts; User: ravininave

Page 1 of 7 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,030

    Re: Thumb Scanner in Visual Basic 6

    This is their website
    https://www.morpho.com/en/biometric-terminals/oem-modules/fingerprint-modules
  2. Replies
    3
    Views
    1,030

    Thumb Scanner in Visual Basic 6

    I just bought a Thumb Scanner SAGEM MORPHOSMART CBM Model MS0 1300 E2. Can I develop Scanning application in Visual basic 6 using this scanner.
    Some blog says that do not use visual basic 6 instead...
  3. Replies
    3
    Views
    1,039

    Controls are not showing properly

    Hello, I've vb6 application which works fine. But on some machines the controls are not showing properly. Textboxes are not showing on the place. Why it happens with only some of the models.
    Had...
  4. Re: A connection attemp failed because the connected....

    No, I'm not using gmail. I'm using GoDaddy. The mail issue has been solved by changing the port from 25 to 80. But in case SMS I'm unable to find the solution yet.
  5. Re: A connection attemp failed because the connected....

    Dim mail As MailMessage = New MailMessage()
    mail.To.Add(MailID)
    mail.From = New MailAddress("mail id", "test Mail")
    mail.Subject = "Welcome To System"
    ...
  6. A connection attemp failed because the connected....

    'm getting this error while sending sms AND EMAIL from my app

    A connection attempt failed because the connected party did not properly respond after a period of time, or established connection...
  7. Re: Multiple Ajax Calls from same page

    Thanks for your value able reply which actually helps me to solve this.
    The main issue was this that I was using OnSuccess function on both the calls I changes OnSuccess to OnSuccess1 and it works...
  8. [RESOLVED] Multiple Ajax Calls from same page

    Hi, on my page I've to check if the UserName is available and sponsor code is correct. For that I'm using ajax call for both.



    Sponsor User Name &nbsp; <span id = "mesg"></span><asp:TextBox...
  9. Replies
    6
    Views
    6,129

    Re: Issue while creating exe file

    Okay will try using Package and Deployment Wizard.
  10. Replies
    6
    Views
    6,129

    Issue while creating exe file

    Hello,
    I'm working in vb6. When I goto File-> Make name.exe It doesn't creates .exe and only shows compiling message. If I end task it and again start vb and again create .exe then it creates the...
  11. Replies
    3
    Views
    5,009

    VS 2010 Re: XML Parsing Error: syntax error Location:

    I find this value in _EVENTVALIDATION. I deleted the web.config,added new one and just added connectionstring. Still error is there.
  12. Replies
    3
    Views
    5,009

    VS 2010 XML Parsing Error: syntax error Location:

    Hello,
    've developed web application using ASP.NET VB and I deployed it on shared server (GoDaddy). On My Login (After Login submit) Or on Registration (After Submit) I got the error

    XML...
  13. Replies
    4
    Views
    4,592

    Custom Report Writer

    We've a application in which we provides a receipt printing to our clients. But every clients has different alignment, format of their receipts. So, we thought about to creating a custom report...
  14. Replies
    9
    Views
    1,183

    Re: Create file in system directory

    Yes I am thinking to use registry instead. Gr8 idea Zvoni
  15. Replies
    9
    Views
    1,183

    Re: Create file in system directory

    Oh! so sad
  16. Replies
    9
    Views
    1,183

    Create file in system directory

    Hi,
    In my vb6 application I put some settings in Windows System Folder. But in Win 7 it doesn't allow me to create a new file in sys directory. How can I create it forcefully. I'm trying to...
  17. Replies
    1
    Views
    3,897

    Datarepeater in vb6

    I've to show data in repeater like control from database.
    The problem is there are some formatting.
    Kindly see the attach image.
    99649
  18. Replies
    6
    Views
    959

    Re: Layout in Gridview

    No Brother, If I disables any button then it disables all the button for that array id. This code is useful to show some data only but as I said when I will click on particular button It should have...
  19. Replies
    6
    Views
    959

    Re: Layout in Gridview

    Hope it will work. I will try and let you know if any difficulties.
  20. Replies
    6
    Views
    959

    Re: Layout in Gridview

    Thanx sam, I need to know how could I create such a layout. There is colored box for 1st record and then white space and then another box like this...Second how could I get the command clicked event...
  21. Replies
    6
    Views
    959

    Layout in Gridview

    How to put such a data in Grid.
    There are red buttons if clicked they change color as clicked.

    97209
  22. Replies
    4
    Views
    2,427

    Re: Text on Image in vsflexgrid

    Bro,
    It works gr8
    Thanx
  23. Replies
    4
    Views
    2,427

    Re: Text on Image in vsflexgrid

    if I use .CellPictureAlignment = flexAlignRightCenter then Text going on left and image on right. If i decrease the width text get invisible.
  24. Replies
    4
    Views
    2,427

    [RESOLVED] Text on Image in vsflexgrid

    I'm using vsflexgrid. In my Grid I have to show a button like image as a background of particular cell and have to put some text on it. I wrote like this.

    GridTotal.Cell(flexcpText, 2, 1) =...
  25. Replies
    10
    Views
    1,105

    Re: Layout creation

    can you post some link or some code.?
  26. Replies
    10
    Views
    1,105

    Re: Layout creation

    but how to create it dynamically and fetch the code on button. like there is some code for first button, another for second.
  27. Replies
    10
    Views
    1,105

    Layout creation

    How could I create such a layout using visual basic 6
    There could be any no. of rows from database.
    Logically I think that I should use Grid or listview
    But I don't know how to write a code for...
  28. Replies
    1
    Views
    627

    Bandwidth Used for a program

    I've to show in my app How much bandwidth my program has used for upload and download. Can anyone give some useful code or link.?
  29. Replies
    2
    Views
    665

    Fetch Data continuously from Server

    I've to show data from sql server to my application in live mode. If any new entry occurs it should refresh in my gridview. For that I'm using timer to fetch data continuously from server and I put...
  30. Replies
    1
    Views
    581

    Label Printing

    Hi, I've created Labels in Access Database. How can I print those lables from Visual Basic 6.0. Can anyone post some code or url . Thanx
  31. Re: Bulk Export from Access To Sql Server 2008

    As I said that I'm developing an uploader so I'm running this app on local and it will upload on server which shows data online. Secondly, how could I specify the table name in my syntax.?
  32. Bulk Export from Access To Sql Server 2008

    I'm developing on a uploader in vb6. In this I have to upload a huge data from Access To Sql Server 2008. Can anyone tell me a command to Bulk Upload Access Data to Sql Server at once. I tried...
  33. Replies
    1
    Views
    1,192

    GalleryView like Display

    My user uploads image and Description from Control Panel now I've to show those Images and their description on my page like
    http://nehasoftec.com/images/img.jpg

    here is my table structure....
  34. Replies
    1
    Views
    4,571

    HTTP Error 404.0 - Not Found

    I'm using Errorhandler in my web application in vs 3.5

    But when anyone enters www.myurl.com/abc or www.myurl.com/wrongurl.htm or html

    he got error
    HTTP Error 404.0 - Not Found

    So, I...
  35. Replies
    1
    Views
    538

    Re: Three Columns with Image

    Somewhere I found some code like this
    Set oTable = WordDoc.Tables.Add(WordDoc.Bookmarks.Item("\endofdoc").Range, 1, 3)
    oTable.Cell(1, 1).Range.Text = "1 ) Client Name..." & RetSt & "2) ...
  36. Replies
    4
    Views
    5,712

    Re: Watermark on my word doc

    Thanx. It works greatly.
  37. Replies
    5
    Views
    5,058

    Re: Find End of the Page

    No I haven't. Can u post some example to put something on the last line of page using macro.?
  38. Replies
    1
    Views
    538

    Three Columns with Image

    Hi, I'm writing some data from vb6 to word doc. Everything is going correct but now I've to insert data like

    first column (2-3 lines) then IMAGE then third column (2-3 lines)
    90895

    Can anyone...
  39. Replies
    4
    Views
    5,712

    Re: Watermark on my word doc

    Should I have to use it after completion of all of my pages or I have to run it after/before page.?
  40. Replies
    5
    Views
    5,058

    Re: Find End of the Page

    Means I always have to count the lines. sometimes data comes from database. so we don't know how much
    lines it will consume and we never come to know whether we are on next page or on current.
    I...
Results 1 to 40 of 245
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width