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

Search:

Type: Posts; User: kpax1684

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    5,251

    Consuming WSDL in ASP.net

    Hello Guru's


    I am new to this cross platform deployment so I will ask for your support.
    Here is my problem., I have asked to make an interface connection try SOAP(Simple...
  2. Replies
    10
    Views
    9,728

    Re: C++ Wrapper for VB.net

    I have checked the pinvoke site but I could not get a better explanation there..,
  3. Replies
    10
    Views
    9,728

    Re: C++ Wrapper for VB.net

    Thanks, VictorN for reminding me.., I tried to make it colorful but this is i've got..,
  4. Replies
    10
    Views
    9,728

    Re: C++ Wrapper for VB.net

    @VictorN:

    Sorry if you could not read my code., I don't know how to put my code around the code snippets.
  5. Replies
    10
    Views
    9,728

    Re: C++ Wrapper for VB.net

    Hello Arjay:

    YES is 100% working when it is being called in the C++ test project.. I don't have the source code of this c++ dll, I only have the DLL and a .H header.



    Regards,
    Newbie...
  6. Replies
    5
    Views
    8,130

    Re: Create an MFC OCX using C++ DLL

    Hello Igor:

    Thanks for the clear distinction of the COM interface, YES you are right I don't have enough knowledge about the COM,.. Any link for the tutorial would help me gain knowledge.
    As...
  7. Replies
    10
    Views
    9,728

    C++ Wrapper for VB.net

    Hello Guru's:

    I am trying to create a wrapper for C++ dll using a vb.net. I have manage to create a wrapper but upon calling the function
    I have encounter a error: "Attempted to read or...
  8. Replies
    5
    Views
    8,130

    Create an MFC OCX using C++ DLL

    Hello Guru's

    Im am a newbie here trying to create a OCX from a C++ dll., Here's the scenario
    I have a C++ dll and this dll needs to be called in VB.net program my boss want's me to create...
  9. Replies
    1
    Views
    1,275

    C/C++ Structure behavior

    Hello C/C++ Guru:



    I have a small questions in the behavior of Structure, I have declare a structure with 10 components. Some of the components in the structure has already their value but...
  10. Replies
    0
    Views
    6,987

    C# ASP.net Printing Functions

    Hello Gurus:

    I am an newbie in asp.net C# and building my first project in asp.net.
    I am trying to print a receipt directly coming from my web page.. Is there an easy way or
    a proven...
  11. Replies
    0
    Views
    887

    c# ASP.net printing function

    Im new to the asp.net and I have an old application and I need to convert it into a web base system, my old system have the printing functions but I dont have any experience on this area..

    Can...
  12. Replies
    2
    Views
    2,378

    MS SQL Server Trigger

    Hello Database Masters:


    Im a newbie to the SQL server world, basically I have a table with 3 column
    CountryID, CountryName and Currency in the insert i will just insert two...
  13. Replies
    3
    Views
    1,078

    Re: CSharp MoNo - Acessing Linux Folders

    Hello Arjay:

    THis is the actual code that I am using.,


    [PermissionSet(SecurityAction.Demand, Name = "FullTrust")]
    public static void MESStartMonitorDS()
    {
    ...
  14. Replies
    3
    Views
    1,078

    CSharp MoNo - Acessing Linux Folders

    Hello CSharp Masters:


    I am a WINDOWS guy, most of my program works in windows.. Now I have some challenge wherein I need to develop an application that could run in different...
  15. Re: How to Install Eclipse IDE Indigo for JAVA EE

    By the way this are the Error..!

    !SESSION 2011-08-20 17:30:43.937 -----------------------------------------------
    eclipse.buildId=I20110310-1119
    java.version=1.4.2_04
    java.vendor=Sun...
  16. How to Install Eclipse IDE Indigo for JAVA EE

    Hello To all Masters Out there.,.


    Im a newbie in the JAVA development world, As i start i have chosen to use the
    eclipse IDE.., But I couldn't manage to run the application, I...
  17. Replies
    1
    Views
    2,845

    SEND XML files via TCP/IP

    Hello Masters,


    I am writing a program which will communicate to a another application. I will be using a XML message and transmit it via TCP.

    Can anyone show me how it...
  18. Replies
    3
    Views
    1,327

    EXE decompiler

    Hello To all,


    I Have an executable application but i need to do something on the application but my problem is I dont have the source code of the application..

    Is there way to...
  19. Replies
    5
    Views
    1,731

    Re: How would i read this text file in

    Hey, I think you need to create a pattern for each lines of text that you want to read...
  20. Replies
    6
    Views
    2,184

    Re: How to retrieve value using InPtr

    I dont have exactly the code, but I have the DLL and the header of C DLL.


    Here's the Function:

    extern short __stdcall car_DataCar(const char *szCarrierType,
    long *lMaxPositions,...
  21. Replies
    1
    Views
    748

    Re: Problem With Oracle ConnectionString

    Have you checked on your TNSNAMES.ORA

    it seems you have missing something on the tnsnames.ora
  22. Replies
    5
    Views
    41,815

    Re: Send Hex data to Serial Port :-)

    Hello, I tried already the function but It didn't work

    Actually what I want to do is to send a trigger character to A

    barcode reader.. the the trigger for the barcode reader is 0x2B.


    But...
  23. Replies
    5
    Views
    41,815

    Re: Send Hex data to Serial Port :-)

    Thank you very much for this one,.. I will try this and give a feedback once it works...
  24. Replies
    5
    Views
    41,815

    Send Hex data to Serial Port :-)

    Hello C# Guro,


    Im am new the C# and previously my world is in C++ and C, I have created a lot of program in C++ and now want to start the new phase of my programming career.

    Is...
  25. Replies
    0
    Views
    1,762

    SQLdatasource DATE filtering

    Hello Guys,



    Im just new to the .net worl i am using a SQLdatasource to populate a datagrid
    but i also want to have a search function where i can filter a single specific date...
Results 1 to 25 of 45
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured