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

Search:

Type: Posts; User: cheery_poori

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Storing & Retrieving Unicode Data from Mysql using C#

    Hello,

    I want to create an application where i want to store name in different indian languages like hindi,bengali, kannada, Tamil and Telugu. I'm using Dodads MyGeneration class for database...
  2. Storing and Retrieving Unicode Data from Mysql using C#

    Hello,

    I want to create an application where i want to store name in different indian languages like hindi,bengali, kannada, Tamil and Telugu. I'm using Dodads MyGeneration class for database...
  3. Replies
    17
    Views
    2,353

    Re: Structures in C#

    Hello Darwen,

    I will explain in detail..

    I have created a DLL Which has the following structure

    struct EmpDetails
    {
    unsigned char * bNAME;
    unsigned char * bAGE;
  4. Replies
    17
    Views
    2,353

    Re: Structures in C#

    Hello Darwen,

    See if i want to give bDOJ as 22/01/2009, then in my dll function i want the day as 22, but if i pass as string in c# it won't take it as 22 instead it will take that as 2 so is...
  5. Replies
    17
    Views
    2,353

    Re: Structures in C#

    Hello Darwen,

    My Structure in C++ looks as below

    struct EmpDetails
    {
    unsigned char * bNAME;
    unsigned char * bAGE;
    unsigned char * bDOJ;
    unsigned char * bDESIGNATATION;
  6. Replies
    17
    Views
    2,353

    Re: Structures in C#

    Hello Everyone thanks for your help..

    This what my code looks like

    //Structure declared in the VC++ DLL
    struct EmpDetails
    {
    unsigned char * bNAME;
    unsigned char * bAGE;
    unsigned char *...
  7. Replies
    17
    Views
    2,353

    Structures in C#

    Hello Everyone,

    I have made a DLL in VC++, in which one function requires a struct variable to be passed, and i want to use that DLL in my c# application. When i try to use that DLL in c#...
  8. Thread: VB to C

    by cheery_poori
    Replies
    3
    Views
    828

    Re: VB to C

    Hello John,

    Thanks for your help..
  9. Thread: VB to C

    by cheery_poori
    Replies
    3
    Views
    828

    VB to C

    Hello,

    I have a application developed in vb, i want to convert it into 'C',
    please can anyone help me... :( it's very urgent.. i am attaching the program here..

    Thanks in advance,
    Poornima..
  10. Re: Resizing dialog according to screen resolution

    Hello marceln,

    My problem is it works in 1024X768,1152X864 resolution but in 800X600 it goes out of the window...

    Regards,
    Poornima.
  11. Resizing dialog according to screen resolution

    Hello all,

    I have problem in resizing my application depending on screen resolution.
    Can anybody help me?

    Regards,
    Poornima.
  12. Replies
    2
    Views
    1,117

    Re: Crystal Reports in VC++

    Hi Vinod,

    I have followed your steps, but i am gettings runtime error. ihave attached error message. Please look into it.

    Thanks & Regards,
    Poornima.
  13. Replies
    2
    Views
    1,117

    Crystal Reports in VC++

    Hello All,

    I have used Crystal Report XI in my vc++ program...the problem is when i try to run reports from the program everytime it asks for user id of the database..

    When i call the below...
  14. Re: Creating .bmp/.jpg/.gif image from raw image data

    Hello Srelu,

    Thanks for your help...but one problem i have is my image is showing as a very tiny image..the problem comes where you are settinfg up the pixels array..in sample code. What could be...
  15. Creating .bmp/.jpg/.gif image from raw image data

    Hello All,

    I have some raw image data in a byte array, i want to know how can i convert this into .bmp/.jpg/.gif image file.. I am using VC++.It's urgent please can anybody help me...

    Thanks...
  16. Datagrid Column as Combobox in vb.net

    Hello All,

    I want to know how can i make a datagrid with one of the column as a combobox. Please help me it's urgent...

    Thanks in advance,
    Poornima.
  17. Replies
    0
    Views
    609

    MSFlexGrid in vb.net

    Hi,

    How can i make a flexgrid row as multiline?I used WordWrap as true, but it didn't work...Please help its urgent...

    Thanks in advance,
    Poornima.
  18. Replies
    18
    Views
    2,432

    Re: DLL's Compatibility

    Hello..,

    I have tried using BSTR but i want my DLL to be compatible in C, Borland C++, VB, VC++, Java and .Net..so if i use BSTR then i wont be able to use it in basic 'C'., is there any other way...
  19. Replies
    18
    Views
    2,432

    Re: DLL's Compatibility

    Hello Krishnaa,

    I have tried using String as return parameter..but it gives 'memory could not read' error and abruptly closes my application.

    Thanks & Regards,
    Poornima.
  20. Replies
    18
    Views
    2,432

    Re: DLL's Compatibility

    Hello Krishnaa,

    I have one more problem.. in my dll i am returning a char* array.., in vb i am not able to get this return parameter.. My function is as below...

    'Public CRF_U_API char * ...
  21. Replies
    18
    Views
    2,432

    Re: DLL's Compatibility

    Hello Krishnaa,

    My program is working..thanks

    Thanks & Regards,
    Poornima.
  22. Replies
    18
    Views
    2,432

    Re: DLL's Compatibility

    If i use __stdcall will it work in VC++?
  23. Replies
    18
    Views
    2,432

    Re: DLL's Compatibility

    Hi,

    My function signature lokks like below...
    CRF_U_API int __cdecl POn_CRF(char * sR);
  24. Replies
    18
    Views
    2,432

    Re: DLL's Compatibility

    Hi..,

    I have tried both of the above mentioned ideas..but it is still giving the same problem.
  25. Replies
    18
    Views
    2,432

    DLL's Compatibility

    Hello,

    I have developed a DLL in VC++, i want to use it in VB and VB.net.. When i try to use the DLL in vb it is giving Bad DLL Calling Convention. I changed the Calling Convention to __stdcall...
Results 1 to 25 of 122
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured