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

Search:

Type: Posts; User: mrx3cas

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Mail Issue

    by mrx3cas
    Replies
    2
    Views
    1,285

    Re: Mail Issue

    Hi,

    Actually I want to send the mail in the following way.

    1) Plain text content in the beginning

    2) Some content in tabular format

    3) Plain text content at the end
  2. Thread: Mail Issue

    by mrx3cas
    Replies
    2
    Views
    1,285

    Mail Issue

    Hi,

    I am sending a mail from csharp application.I am displaying the body in HTML form.
    I am showing the data in HTML table format.

    When I am showing a table with 2 columns I am not getting...
  3. Replies
    0
    Views
    485

    Webservice Methods Execution Issue

    Hi,

    I developed a csharp application which is going to submit data to a web service.web service reference is added successfully in the application.while executing the method of web service I am...
  4. Replies
    1
    Views
    561

    Issue with classes generated with schema

    Dear All,
    I am facing problem with the classes generated from the schema.
    I am generated a class from the schema using xsd.exe.

    After generation, its removing some characters from the data types...
  5. Replies
    3
    Views
    3,244

    Re: SSIS package Excecution

    Hi,

    My SSIS package is deployed to MSDB location of the SQL2005.

    Now I am able to execute the ssis package from the application in my PC.

    But here I am facing one more issue.i.e.
    The same...
  6. Replies
    3
    Views
    3,244

    SSIS package Excecution

    Hi,

    I want to execute a ssis package from vb.net application.

    I am getting the following error while calling a ssis package from vb.net application.

    The specified package could not be loaded...
  7. Replies
    0
    Views
    632

    Execution of SSIS Package

    Hi,
    I Just want to know is is possible to execute a ssis package from vb.net application?If so how to do that???

    Please help me if anybody knows about this.
    Thanks in advance.
  8. Thread: Rename a file

    by mrx3cas
    Replies
    3
    Views
    666

    Rename a file

    Hi,

    is it possible to rename a file using filesystemobject?if so whats the syntax of that method???

    where can I get help for different methods supported by filesystemobject???

    Thanks in...
  9. Replies
    6
    Views
    1,285

    Re: Serial Communication File Transfer Issue

    Hi DataMiser,
    After I am given some file name in the Download property my issue is resolved.
    XferDestFilename is not working.

    Thanks for your help.
  10. Replies
    6
    Views
    1,285

    Re: Serial Communication File Transfer Issue

    Hi DataMiser,

    File is downloading successfully.If I give the extension also it is opening perfectly.
    But my only problem is after completion of file transfer,file is always with name "True" and...
  11. Replies
    6
    Views
    1,285

    Serial Communication File Transfer Issue

    Hi,
    Right now I am working with vb6.0 application in which I am using SaxComm control for receiving a file.

    Only ZModem protocol is working for me in receiving file.With remaining protocols file...
  12. Replies
    23
    Views
    2,660

    Re: Serial Communication Problem

    Hi DataMiser,I just want to know the purpose of LookupText property of saxcomm control.

    can you please explain to me where can we use it.

    Thanks in advance.
  13. Replies
    23
    Views
    2,660

    Re: Serial Communication Problem

    Hi DataMiser,
    Do you have any documentation for this control???some properties are not coming in the properties window like download and upload etc.That's why I am not in a position to know what...
  14. Replies
    23
    Views
    2,660

    Re: Serial Communication Problem

    Hi DataMiser,
    Now I am able to transfer files.The mistake was I kept boolean value for upload property and download property.after I change it to file name file transfer happend.

    Thanks for your...
  15. Replies
    23
    Views
    2,660

    Re: Serial Communication Problem

    Hi DataMiser,
    can you please reply to my earlier question regarding file transfer????waiting for your reply.
  16. Replies
    23
    Views
    2,660

    Re: Serial Communication Problem

    Hi DataMiser,

    I set the properties my SaxControl are like below in the button click event.

    SaxComm1.XferPath = "..\src"
    SaxComm1.Upload = True

    I created one directory with name "src" in the...
  17. Replies
    23
    Views
    2,660

    Re: Serial Communication Problem

    Hi DataMiser,

    I found 3 properties which are starting with xfer.

    1. XferPath
    2. XferProtocol
    3. XferStatusDialog

    So if I mention some path in our system in the XferPath property and If I...
  18. Replies
    23
    Views
    2,660

    Re: Serial Communication Problem

    Hi DataMiser,ist possible to transer files using SaxComm control???if so how can we do this???

    Thanks for your reply.
  19. Replies
    23
    Views
    2,660

    Re: Serial Communication Problem

    Hi DataMiser,

    can you please tell me how to decide about settings what we need to keep for com port???

    when to go for Even parity and when we keep it as None and also about Baud Rate what we...
  20. Replies
    23
    Views
    2,660

    Re: Serial Communication Problem

    Hi DataMiser,

    After I changed the settings of my SaxComm Control to "1200, N, 8, 1" my problem is solved.

    Thanks for your help.
  21. Replies
    23
    Views
    2,660

    Re: Serial Communication Problem

    Hi Datamiser,
    version of my SaxComm control is

    Version 7.0 Build 2158

    I kept the Sax Comm control properties are like below for both sending and receiving end.
    ...
  22. Replies
    23
    Views
    2,660

    Serial Communication Problem

    Hi,


    For the purpose of serial communication I am created two applications in vb6.0 and I am used SaxComm control for this purpose.

    I am deployed both applications in two different pcs and...
  23. Replies
    11
    Views
    1,340

    Re: Serial Port Information Required

    Hi,

    Shortly I am going to work on serial port application in which I need to communicate with a device.
    Right now device is not available. So I just a developed a small application to know how...
  24. Replies
    11
    Views
    1,340

    Re: Serial Port Information Required

    Hi,
    Right Now In my PC only one COM port is there. As per you reply I came to know that there can be more than one com port in a PC. IS't So??can we add more than one Com port to a PC???
    Thanks for...
  25. Replies
    11
    Views
    1,340

    Re: Serial Port Information Required

    Hi,

    I am wrongly typed AxMSComm1.OutBufferCount and also for AxMSComm1.Input.

    Its also MSComm1.OutBufferCount and MSComm1.Input

    Is there any other way to test my program something like...
Results 1 to 25 of 29
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured