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

Search:

Type: Posts; User: yogesh_gothe

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    15,371

    Re: Mscomm not working in Windows7 64 bit

    THANKS for the prompt reply,
    I had already posted the question on vb.net forum, but after getting no response, I came here,
    cause MSCOMM is much the same for VB.net or VB.

    Main focus of my...
  2. Replies
    81
    Views
    226,014

    Re: VB6.0 will live until Windows 7!

    Sorry sirs, Mscomm a big part of VB 6 does not work in windows 7 64 bit.
    So VB 6 cannot go through freely to the upgraded versions of Windows.
  3. Replies
    6
    Views
    15,371

    Re: Mscomm not working in Windows7 64 bit

    thank you for the reply,
    But I found it difficult to understand the answer, Should I add under TRY.
    How will WinRs.exe help me.
    Yogi
  4. Replies
    6
    Views
    15,371

    Mscomm not working in Windows7 64 bit

    Dear all,
    I have a perfectly well running code in Windows XP .Net Studio 2005. When I copied and tried to run the code in the Windows 7 64 bit .Net Studio 2005 it gives error Exception from...
  5. Replies
    0
    Views
    2,581

    Mscomm not working in Windows7 64 bit

    Dear all,
    I have a perfectly well running code in Windows XP .Net Studio 2005. When I copied and tried to run the code in the Windows 7 64 bit .Net Studio 2005 it gives error Exception from...
  6. Replies
    1
    Views
    745

    Image file to PDF file

    Hii Gurus,
    I am in a great trouble finding the solution for the below.

    1. I want to store an Image or a picture shown on the screen as pdf file after every 15 minutes without human intervention...
  7. Replies
    1
    Views
    812

    Re: Isolate last record of history

    Have you found any solution to isolate the last record.
  8. Replies
    2
    Views
    7,048

    Re: Crystal Reports Cross-Tab Sorting

    Have you found any solution for that . I am stuck with the same place but with the vertical field.
  9. Replies
    2
    Views
    970

    Re: Finding Last Record

    Thnks for your immediate response. But I have the reports done which is grouped for the Shift and Day. All the other data is either averaged or sum in that report. But one data called as Production...
  10. Replies
    2
    Views
    970

    Finding Last Record

    Hii all,
    New To Crystal Report...How can I exclude the last record from the Summary or Average of a Field

    the Shift Day and Shift ID selection grouping is done but I dont want in the summary --...
  11. Replies
    1
    Views
    697

    Excel Workbook hides

    Hii,
    I generate a report by opening a workbook and worksheet and some data. When no Excel file is previously opened then the report opens nicely, but when any file in excel is opened before...
  12. Replies
    4
    Views
    1,118

    Re: Serial Comm. for more than 1 MB data

    For selection and specific queries some protocol may be needed. Also the packet sizes and their repectives addresses can vary . So better if i get a protocol .
  13. Replies
    4
    Views
    1,118

    Serial Comm. for more than 1 MB data

    Hi all,
    after a long time. this problem is somewhat related to VB. I am writing code for comm between VB and microcontroller. thru RS232. I use Modbus protocol. but it has limitation of 256 bytes. I...
  14. Replies
    0
    Views
    797

    MDIForm.Picture Property

    hii ,
    how does the form.picture automatically resize when the screen settings are changed.
    thanks
    yogi
  15. Thread: Comm Port

    by yogesh_gothe
    Replies
    6
    Views
    1,282

    Re: Comm Port

    hii guys ,
    there is no direct method to get the available commports
    its a check and list basis to know the available ports
    here is the code
    Private Sub MDIForm_Load()
    Dim I As Integer
    On...
  16. Thread: Comm Port

    by yogesh_gothe
    Replies
    6
    Views
    1,282

    Re: Comm Port

    hii gurus,
    Please help i am in a deep fix, about this ,
    i have to design a combobox very similar to the Hyperterminal combobox where we select the available commport on the respective computer....
  17. Thread: Comm Port

    by yogesh_gothe
    Replies
    6
    Views
    1,282

    Re: Comm Port

    hi,
    the idea is good but i dont want to list the ones which are not present , only which are present on the computer, so only to select them directly
    thanks ,
    yogi
  18. Thread: Comm Port

    by yogesh_gothe
    Replies
    6
    Views
    1,282

    Comm Port

    hii ,
    how to in VIsual Basic programming , what comm ports are available in the computer where application is working,
    i want to show in the combo box the available comm ports on the computer,...
  19. Replies
    2
    Views
    1,101

    Re:Problem solved Partially

    okay guys solved the problem partially
    use FormatNumber function to get the 1.234E-04 to 0.0001234
    but still where can i get the function which does the function of F-E as in scientific calculator....
  20. Replies
    2
    Views
    1,101

    Calculator Functions

    hii guys,
    thanks for all the help in My first ever VB based application for a company.
    the project was for the interface between microcontroller and PC , it was not possible without great help...
  21. Replies
    4
    Views
    794

    Problem with Form

    hii,
    i have a form which is set to be maximized when loaded.
    but if i make it normal size or small size, there are no scroll bars to see the whole form .

    Secondly , when i have designed in 1152...
  22. Replies
    5
    Views
    959

    Re: Splitting strings with decimal point

    hii,
    there is one way to do it in VB which i was successful in
    First take that string into Single
    float_no = CSng(string_no)
    then take that into no into temp_integer
    intnum = (long...
  23. Re: how to split Float,Long and Int into set of Bytes

    hii guys,
    thanks for the replies,
    but answer to the last reply
    yes it can be done, and i foound out,
    There is a Sub Procedure in VB called CopyMemory,
    Copies a long , or a float or Int into...
  24. how to split Float,Long and Int into set of Bytes

    hi guys,
    I have done this in C With Unions and Structure but how to do this in VIsual Basic.
    How To split a 4 byte IEEE format Float number to 4 respective character bytes. e.g. 1234.56 = hex=...
  25. Replies
    0
    Views
    575

    Successful

    hii guys,
    Atlast successful in sending Text1.Text = "123" as a single byte through MScomm port .
    Manually converted it into hex and then kept the byte in an array and sent
    okay,
    how can i...
Results 1 to 25 of 42
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured