CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dineshns

Page 1 of 3 1 2 3

Search: Search took 0.28 seconds.

  1. Problem .NET Obfuscator Community edition

    Hi,

    I have created two projects, One is an EXE and other one is DLL. The DLL is referanced by EXE Project. The Exe & Dll Are working fine.

    I Need to hide code of dll. So I use .NET Obfuscator...
  2. Replies
    0
    Views
    2,002

    Browser Helper Object

    Hi ,

    I have did some test program to test BHO. Code as follows. This is working fine. I want to add buttons to IEs any tool bar while remaining these functionality and capture button clicking...
  3. Replies
    10
    Views
    1,385

    Re: Capturing Web Page as a Image

    Hi Tischnoetentoet,

    Hope you enjoyed well. Thanks for the link.

    The code which I have posted is also working for Notepad. But not for IE. What could be the reason ?


    Tnaks

    Dinesh
  4. Printing web page opened with Internet Explorer from external Application

    Hi All,

    How do I Print a web page opened with IE from external application.

    and also if any body knows a good technical documentation about IE, like Object Hierarchy. Please let me know.

    ...
  5. Replies
    10
    Views
    1,385

    Re: Capturing Web Page as a Image

    Hi Tischnoetentoet,

    Thanks for the code you posted. I did convert it to C# and it works fine.
    But I cant Get scroll bar Information with GetScrollInfo().




    public...
  6. Replies
    10
    Views
    1,385

    Re: Capturing Web Page as a Image

    Hi ,

    I try with Spy++. There is no WM_?? messages fires for Scrolling. After I Just Try with Notepad, There is WM_?? for Scrolling.

    Have you tested it with Spy++ ? If you have do it please...
  7. Replies
    10
    Views
    1,385

    Re: Capturing Web Page as a Image

    Hi Tischnoetentoet,

    Thanks For the reply.

    I was try up with the first solution you mentioned. The problem arose with the scrollbar. It is not the real WIn32 Scroll bar. So we cant scroll with...
  8. Replies
    10
    Views
    1,385

    Re: Capturing Web Page as a Image

    HI Tischnoetentoet,

    Thanks for your response. It is done with WebBrowserControlle. I need to capture web page appear in a Top most IE window.

    Thanks,

    Dinesh
  9. Replies
    10
    Views
    1,385

    Capturing Web Page as a Image

    Hi All,

    I need to convert web page appear in IE to an image. It should capture whole web page Visible and Invisible area of web page.

    If any body has done similar things please help me.
    ...
  10. Replies
    4
    Views
    961

    Re: SQL Server HELP Required

    That is a good idea.

    Thank you very much panayotisk
  11. Replies
    4
    Views
    961

    Re: SQL Server HELP Required

    Thank for reply,

    The code I use is as follows


    CREATE PROCEDURE dbo.sp_Prepare_OutRegister_BorderTiles
    @DateFrom smalldatetime,
    @DateTo smalldatetime,
    @FromLoc varchar(5),...
  12. Replies
    4
    Views
    961

    SQL Server HELP Required

    Dear ALL,

    I am using SQL Server 2000 and Visual Basic. I need to generate an summary Report. The Data for the report are taken from 12 tables. I cant retriew data from a single SQL Statement....
  13. Replies
    1
    Views
    1,159

    Temp Table In MSSQL Server 2000 And ADO

    Dear All,

    I have a problem with Temp Table and ADO. I use MSSQL Server 2000 and ADO 2.6 with Visual Basic 6.0

    1. --> I Create Stored Procedure as follows


    CREATE PROCEDURE sp_GetData()
    ...
  14. Replies
    2
    Views
    870

    Re: System Tray Application

    Thank you for your quick response.

    How do I use

    Private Declare Function TerminateProcess Lib "kernel32" (ByVal hProcess As Long, ByVal uExitCode As Long) As Long
    Private Declare Function...
  15. Replies
    2
    Views
    870

    System Tray Application

    Dear Friends

    I developed an application to Appeare on System Tray. THis is continuasly running.

    I used Timer Control and "Shell_NotifyIcon" API in that application. Peogram is work fine.

    I...
  16. Replies
    0
    Views
    672

    Report cannot closed

    Hi Gurus

    I am using Crystal Report 8.5 & VB 6.

    I use LogOnserver method to connect to SQL Server 2000

    CRViewer is placed on a form.

    I need to disconnect connection created by the report...
  17. Replies
    1
    Views
    715

    try following code Private Sub...

    try following code



    Private Sub Command1_Click()

    If Printer.DeviceName = "" Then
    MsgBox "No default printer is installed"
    Exit Sub
    End If
  18. Replies
    1
    Views
    799

    Printing Reports

    Hi Gurus,

    I am using visual basic 6 with Crystal reports 8.5. when printing crystal report it is slow compare to the dos system. is there any technique to print faster with crystal reports.
    ...
  19. Thread: Printin Speed

    by dineshns
    Replies
    0
    Views
    724

    Printin Speed

    HI Gurus,

    I am using Crystal Report 8.5 + VB 6.0. and I am using Dot MAtrix Printer for printing. Printing speed is slow compare to the DOS printing.

    Is there any solusion to use with Crystal...
  20. Di Need to Use Following?

    rsFGOrder_HDR.Properties("Preserve On Commit") = True
    rsFGOrder_HDR.Properties("Preserve On Abort") = True


    Normaly I dont use above always

    Once I got an error

    I useed it
  21. Thread: ListView

    by dineshns
    Replies
    1
    Views
    629

    ListView

    There is a ListBox with several Items.
    I need to Delete all ListItems Text = "*"

    I try with following code



    Private Sub RemoveReservedPalletFromLV()
    Dim l As Long
  22. Replies
    1
    Views
    528

    About Lockin in SQL Server

    How do i know weather specific record is locked or not using sp_lock or another way?

    for Ex.
    I have an Employees Table. When another user is editing Employee '001' record. Another user try to...
  23. Replies
    5
    Views
    1,057

    Please Help me?

    Thank u for Help

    ex.. Sombody (Another User) has Open a recordset with LockPessimistic.

    My Problem is, When I am going to open the same record, It gives "Time out error" After 25-30 seconds....
  24. Replies
    5
    Views
    1,057

    Thanks, and another Help

    Thank u for Help

    ex.. Sombody (Another User) has Open a recordset with LockPessimistic.

    My Problem is, When I am going to open the same record, It gives "Time out error" After 25-30 seconds....
  25. Replies
    5
    Views
    1,057

    Record Lock Help ?

    I use adLockPessimistic to open a record set.

    How do I know weather the selected record is locked by another person.

    If any body can show me an link to learn Multiuser programming with SQL...
Results 1 to 25 of 64
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured