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

Search:

Type: Posts; User: kishore_mala

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    1,304

    Re: OPT-TECH SORT

    See http://www.opttech.com/
    http://www.opttech.com/Opttech%20Sort%20Brochure%202002.htm
    http://www.ar-ent.net/dar/arlib32/out/html/man/opts/Opttech_2003a_R2.pdf

    Thanks,

    Kishore
  2. Replies
    0
    Views
    1,282

    Creating PRN files.

    Hi,

    I want to create prn files from my application. Either in PostScript or PCL format. I just want to write my program output to a prn file. Any help like URLs, sample code or tips are very much...
  3. Replies
    2
    Views
    600

    Re: Source Safe History Frustration!

    Hi Cathy,

    Keep down shift key while clicking history and find anything happens.

    Regards

    Kishore
  4. Replies
    3
    Views
    1,433

    Re: World time in .net

    Hi,

    If you mean UTC by world time, you can use ToUniversalTime Method of DateTime struct to convert a DateTiem to UTC DateTime.

    See...
  5. Replies
    1
    Views
    1,797

    Re: dates in Access

    Hi,

    You can use # character to enclose dates. like #01/22/2006#. In this way, month comes first always.

    Please verify this because I worked with MS Access long back and with older versions.
    ...
  6. Replies
    1
    Views
    3,449

    Re: nput string was not in a correct format

    Hi,

    You haven't set the CommandText for cmdCategoriesById. That may be the reason for the error.

    Regards

    Kishore.
  7. Replies
    0
    Views
    518

    Finding Tab Width from an Add in

    Hi,

    I am developing a vb add in and now I have a problem. I want to get the tab width set by the user (by using Tools\Options\Tab Width from vb). I am sure there will be a way. Can any one help me...
  8. How to find out active CodePane is editable from an Addin?

    Hi,

    I would like to find out the active code pane is editable or not from a vb addin. Is there any way?

    Thanks and Regards

    Kishore
  9. Replies
    2
    Views
    8,250

    Hi, Hope this would help me. By the way, can...

    Hi,

    Hope this would help me. By the way, can I change the time without doing anything in the remote machine.

    Regards and thanks

    Kishore
  10. Replies
    2
    Views
    8,250

    How to change time of a remote machine?

    Hi,

    I would like to know one thing. Is it possible to change system time of another machine machine in the network? If possible, how can it be done?

    Thanks

    Kishore
  11. Replies
    2
    Views
    686

    Dear Pinky, Thank you for your replay. But I...

    Dear Pinky,

    Thank you for your replay. But I am searching for that extra code. If you get any info, please let me know.

    Regards

    Kishore
  12. Replies
    2
    Views
    686

    Making MDI Child at run time

    Hi,

    I have a problem. I want to make a form an mdi child of another form during run time. I did it by using SetParent api, but it is not working as expected. Eventhough it became mdi child, when I...
  13. Crystal Reports - Printing in Proper Case

    Hi,

    I would like to place a database field in a report in proper case i.e. with first letter of each word in capital. For example if the database field is 'i believe', I want to print it as 'I...
  14. Thanks

    Hi,

    Thank u very much. It solved my problem

    Kishore
  15. Replies
    579
    Views
    637,284

    Please answer my post

    Dear Babu,

    Can you please answer my post in http://www.codeguru.com/forum/showthread.php?s=&threadid=243434

    I don't post it again here because it may be considered as spam.

    Thanks in advance...
  16. Crystal repot - exporting only report header and footer

    Hi,

    I have problem while exporting a report to Excel. I have tried to export to excel versions 2.1 to 8. But it does not solve the problem. When I export the report, only the report header and...
  17. Source of Views and SPs in SQL Server

    Hi,

    I have a small problem. I would like to get the source of views and stored procedures in my SQL Server 7 database right from VB. Is it possible? I know that in query analyzer by issuing the...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured