Search results for query: *

  • Users: s_muhilan
  • Content: Threads
  • Order by date
  1. S

    USB Barcode Scanner Data Capture

    Hi We are using USB barcode scanner to scan material barcode labels. These labels are from our vendors. We does not have control over the label generation. We are using USB barcode scanner for scanning purpose. We want to capture USB barcode scanner output. Normally the scanner returns output...
  2. S

    Question Paper selection and Printer Selection in Crystal Report Viewer

    Hi While doing reporting in VB6 and Crystal report 8.5 (OCX), we have an option to change Paper Selection and Printer by clicking on a button in Crystal report control tool bar. We want to do the same way in VB.NET crystal report .NET 10.5. Is there any way to do it? Regards S. Muhilan
  3. S

    Sharing EXE

    Hi We are rewriting our VB6 application in VB.NET 2008. The application contains several VB.NET dlls and one COM OCX control. We want to keep our executable file in shared folder of Server and want to create a shortcut in all other PCs. (This is the way we deployed our VB6 application) We...
  4. S

    Securing DLLs

    Hi We are developing an application in VB.NET 2008. We break the application into smaller multiple dlls so that we can easily update the program at the customer end. We want to know that is their any way to stop the other person to use my dll in their application? i.e we want to lock the dlls...
  5. S

    Question User control 's property changed automaticaly on design time

    Hi We developed a user control in windows form project by adding usercontrol. User control Text Box control 1 id TextBox1 Button Control id Button1 Text Box Control 2 id TextBox2 Text Box Control 3 id TextBox3 The controls has the following public properties. Public Property...
  6. S

    User defined font, color, and theme of windows form

    Hi We are developing a ERP product, in which we want to give a option to user to change the theme of our application. Such as text font, color, control backcolor, forecolor,grid rows color etc. How to acheive this? Is their any resource link aviaable for this?
  7. S

    Class calling itself

    Hi I have a class as below in VB.NET. The issue is class calling itself. So vb.NET throwing Stock Overflow exception. But the same class is working fine in VB6 version of code in VB6. How to resolve this issue? public class Party Private mvarpartyCode as string Private mvarpartyName as...
  8. S

    How to write and modify OLE objects column in access 97

    Hi I want to do the following in Vb.NET 2005 windows form 1. saving Ms-office documents in Access 97 using VB.NET 2. Opening the saved document in Access 97 using VB.NET and show to user after user clicking a link correspoding to the record 3. After user modified the document/xls file, it...
  9. S

    Datetime picker control in asp.net

    Hi, I want to use a datetime picker control in my asp.net project. currently I am using AJAX calender control extender control which does not have time. How can I do it? I cannot use GLU or opensource free components since I project is a part of product which we are selling to customer...
  10. S

    ASP.NET 2.0 And Crystal report runtime license

    Hi, I want to know that what type of license required to run crystal report in ASP.NET 2.0 after deployment in customer place? Regards S. Muhilan
  11. S

    Vb 6 DLL usage in ASP.NET 2.0

    Hi, I have a VB 6 dll which contians business logic and also data layers. I want to use the dll in ASP.NET. How can I do this? Is their any performance slow due to using VB 6 dll in asp.Net? Should I register in WebServer also? How can I use ADO recordset to bind to GridView control? How...
  12. S

    How to run the application exe for a shared folder?

    Hi, We developed a windows form application using VB.NET 2005. We want to put the application exe in server and share the folder throught LAN so that all user can access the exe. We installed applicaition setup in all client PCs. and copy the application folder which contains required dlls...
Back
Top