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

Search:

Type: Posts; User: Shiv Kumar G.M.

Page 1 of 7 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    2,467

    Re: Is it Impossible??? - BackColor in SSTab Control

    Is this really not possible to change the backcolor of SSTab Control in VB.

    Not even thru APIS, or ,,,,


    Shivakumar
  2. Replies
    3
    Views
    716

    Text Box

    Hi Gurus,

    I have a textbox with multiline true,

    I need to restrict the entry in that box only to 5 lines.

    The data entered in that textbox need to be transfered into 5 text boxes.

    How to...
  3. Replies
    3
    Views
    688

    Re: Restart Application

    How to Terminate the Original Application ?
  4. Replies
    3
    Views
    688

    Restart Application

    Hi gurus,
    I have a small Problem..

    When my application loads it checks for Applications previous instance
    If it is not there, then the application starts.

    But at some point,...
  5. Replies
    1
    Views
    7,505

    How to Change Backcolor of SsTab

    Hi gurus,
    Sstab has one property, backcolor

    If I change that to vbblack, then sstab's backcolor is not changed properly.

    How to do that ?

    Regards,
    Shiv
  6. Re: Crystal report Printing Directly to printer

    U can use action property

    set the action property to say 1,2,3 and then try
  7. Re: Datagrid programatically change Value?

    The datagrid is like mirror image of a recordset

    U bind the Datagrid's datasource to a recordset

    Whatever u can do to a recordset's fields, the datagrid will show it .
  8. Replies
    1
    Views
    476

    Re: treeview control

    You have the the Nodes Collection 'Tv.Nodes()

    You have a loop, in that you search for the exact node

    dim mNode as node
    dim I as long
    for i = 0 to tv.nodes.count - 1
    if keyData =...
  9. Replies
    2
    Views
    1,155

    Accounting Software

    Hi gurus,

    Where can I get some VB 6.0 source code to develop an Complete accounting package like Tally 6.3


    With Regards,
    Shiv Kumar G.M.
  10. Re: Regading Unicode.dll problem for Windws 98

    SEarch for rdc10_deployment.pdf
    here at
    http://support.businessobjects.com/search


    It should be helping u.
  11. Replies
    0
    Views
    634

    Commit/Rollback

    Hello developers,

    I am using Vb 6.0 and Access 2000.

    There is a project, where I have to store data for multiple years.
    For that, there are some master tables, which I kept in one database....
  12. Replies
    5
    Views
    814

    Device Programming

    I need to communicate to a device that is connected to pc through port.

    when any body swipes the card in the device those details should be captured in VB.

    Is this really possible in Vb.


    I...
  13. Replies
    5
    Views
    814

    Device Programming

    Hello developers,
    I need to develop an application, where the cards are punched and Vb has to capture that data. Who logged/what time logged etc. and other details.

    How can do this.
    I...
  14. Replies
    1
    Views
    679

    Programming with Printer

    I have an application, where I need to control the printer through VB code.

    It goes this way:
    The printer is dot matrix (Epson Stylux 300)

    The printing will be done on a continous...
  15. Thread: Timer

    by Shiv Kumar G.M.
    Replies
    3
    Views
    731

    Timer

    timer1.interval=1000
    I have the following code in timer event

    list1.additem format(time,"HH:MM:SS")

    But Vb is not giving all the outputs onto list1
    What is happening is some outputs are...
  16. Replies
    4
    Views
    2,683

    Dear gurus, I need to scan the photo from...

    Dear gurus,

    I need to scan the photo from scanner/web cam/digital cam and store it in a desired location in the ".jpg" format.

    I am using Vb 6.0 Win 98.

    I have tried using Kodak Img...
  17. Replies
    4
    Views
    2,683

    I found out that in that site, It is giving a...

    I found out that in that site, It is giving a link to a
    page "http://fabrizio.jth.it/imagoweb.htm" but that page or the site is unavailable.

    If anybody has that source code, plz send it across...
  18. Replies
    4
    Views
    2,683

    BMP to JPG

    Dear Gurus,

    I have an application where in I need to scan a photo or get the photo from web cam or digital camera.

    I am using Kodak Image scan. It is able to get the picture and store in...
  19. Replies
    1
    Views
    709

    You open the report without giving any...

    You open the report without giving any conditions. If this works fine, then there is a problem, while giving the condition.

    You need to follow the crystal syntax while giving the condition.
    ...
  20. Replies
    3
    Views
    1,769

    Dear gurus, I need some hint on thist. ...

    Dear gurus,

    I need some hint on thist.
    anybody could guide me out.

    Shivakumar G.M.
  21. Guidelines for Multi-user environment

    Hello gurus,

    We're designing a project to work on multiuser environemnt.
    Front end VB and back Ms-Access 2000.

    I need to know the capabililities/drawbacks of Ms-Access 2000
    in...
  22. Replies
    3
    Views
    1,769

    Images in Crystal Report

    Dear Gurus,

    I have a "Ms Access" table containing a ole field, which contains the photo.

    I am able to design the report using Crystal Report 8.0, I can see the photos, in the preview, but...
  23. Replies
    4
    Views
    708

    tried in site allapi.net but there are No...

    tried in site allapi.net

    but there are

    No functions found that begin with the letter G
  24. Replies
    4
    Views
    708

    Finding where the Cursor is ...

    Hello Gurus,

    I have a simple basic problem.

    Inside a textbox, there will be some text, and when the cursor is moved within the textbox, when it is in the begining or in the end, I want to...
  25. ' this will unload the current form and then load...

    ' this will unload the current form and then load the form1

    private sub form_load()
    timer1.interval=3000
    end sub

    private sub timer1_timer()
    timer1.enabled=false
    unload me
    load...
Results 1 to 25 of 173
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured