Search results for query: *

  1. R

    Retrieving Crystal Reports SQL query

    Hi I am trying to get the sql query of a crystal reports file through code, I tried using the following line of code... strSQL = CR.SQLQueryString where CR is the CRAXDRT.Report object present in "Crystal Reports ActiveX Designer Run Time Library 11.0" As we know a db connection to the db...
  2. R

    Advanced .Net Tutorials

    Advanced .Net Tutorials/Articles/Samples ? Hi Can you tell me if you know sites that offer step by step tutorials,articles,samples,demo applications,etc on Advanced .Net topics for VB.Net and ASP.Net. Please provide links! Thanks
  3. R

    Not able to run the web application

    Hi all I am facing a problem.. in which if i try to run a specific ASP.Net project Say the Visual Studio launches the browser and goes to http://localhost/projectname/ but the browser keeps on shows loading.. in the progress bar.. but never runs the application i have tried leaving it...
  4. R

    BringWindowToTop() API not working

    Hi all I am trying to run this code but its not working..please help Private Declare Function BringWindowToTop Lib "user32" (ByVal hwnd As Integer) As Integer Private Sub Timer1_Tick(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Timer1.Tick Call...
  5. R

    Setting Version info for a VB.Net application

    Hi How can we set version info for a vb.net win forms application Thanks
  6. R

    How to find that a Class has a instance ?

    HI How to find that a Class has been instantiated..? Is there any way ?? Thanks bye
  7. R

    Interview Questions

    Hi Can you give me some links for Inteview Questions for VB.Net and ASP.Net if you have or when u get. Thanks
  8. R

    Printing Crystal Reports In Asp.net Applications

    Hi all I have did a web application which has reporting feature using Crystal Reports. And i have problem with printing a label report. And i know the things present in the following link, which tells how we can print the reports generated using Crystal Reports...
  9. R

    How u found that &H202 is equal to 0x0201?

    How u found that &H202 is equal to 0x0201, could u tell me more about this... :)
  10. R

    How to Flash a form..

    Hi all Can any one tell me how we can flash a form using FlashWindow or FlashWindowEx API functions.. i tried the same code i used in vb6, but its not working in VB.Net.. Thanks
Back
Top