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

Search:

Type: Posts; User: MAHEY

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds; generated 51 minute(s) ago.

  1. Replies
    0
    Views
    727

    How to create delegate stream

    Hi, Iam using VS2015 Winforms, VC++. C++/CLI With my application I try to print the rdlc report. And I get the below error.

    can't take address of 'PrintRDLCReport::CreateStream' unless creating...
  2. How to close & clear the OLEDBConnection on Form()_Load?

    Hi,
    I am using vs-2015. Managed C++/Cli Windows Forms Applications. I have Form1-MdiContainer & Form2. From Form1_Button_Click() accessing Form2.
    In Form2_Load() I have OLEDBConnection. For When I...
  3. Replies
    0
    Views
    7,650

    Convert From C# To C++/CLI

    Hi,
    I need to generate the following XML codes. And Iam using VS2015.


    <TALLYMESSAGE xmlns:UDF="TallyUDF">
    <VOUCHER VCHTYPE="Sales" ACTION="Create">
    ...
  4. Re: [RESOLVED] openFileDialog - AccessViolationException was unhandled

    Always Thanks To Those Kind Hearts Victor !
  5. Re: openFileDialog - AccessViolationException was unhandled

    Thank Victor. I always remember Eri523 & Victor. Because both are my Gurus. I learned many things from these gurus.
    First I wish to state my heartiest thanks to Eri523 & VioctorN.
    ...
  6. [RESOLVED] openFileDialog - AccessViolationException was unhandled

    Hi,
    Iam using Vs2015, While I try to Open a file using OpenFileDialog, Iam receiving the error

    "Unhandled exception of type" System.AccessViolationException" occoured in system.windows.forms.dll...
  7. Re: Convert from C# - DataGridViewMaskedTextBoxColumn

    Thank VICTOR, In codeguru I always remember the helps from those superiors like ERI, Victor....
  8. Convert from C# - DataGridViewMaskedTextBoxColumn

    Hi,
    I remember I learned lot from our CodeGuru [Eri, Alex]. Here only I learned DataGridView Class for EnterKey - like Tab Movements. Now I found DataGridViewMaskedTextBoxColumn code in c#. I wish...
  9. Windows application - RDLC report - reportviewer 2015 - fonts showing blurry?

    Hi,
    Iam using VS2015. With my Windows Application, I have RDLC Report Viewed by ReportViewer 2015. Simply It's good in many system. But the fonts showing blurry with report Viewer only in one of my...
  10. Re: [RESOLVED] Datagridview Class VS 2010 working but not working in VS2015

    Really Thank to god, while we get this Victor & Eric to help the persons like me. My heartiest thanks
  11. [RESOLVED] Datagridview Class VS 2010 working but not working in VS2015

    Hi, Iam using VS2015. Before I used VS2010. For Dynamic DataGridView to ProcessDialogKey , I write the following code works well in VC++ 2010 Windows forms. Now I wish to use that class, but not...
  12. Re: More Than One Operator "+" Matches These Operands

    Thank Victor
    The following code solves the error()


    textBox10->Text = Convert::ToString(Decimal::Add(Decimal::Add(DJSubTot, DJVATTot), DJFreightTot));
  13. [RESOLVED] More Than One Operator "+" Matches These Operands

    Hi,
    I have a small project in vc++ 2015. While I calculate the total, I get this error.
    Is it possible to solve this error. Any Kind helps.


    private: static System::Decimal MyNumber2;
    ...
  14. Re: Convert From C# VS2010 - get_Item & set_Value in C++/CLI

    Thanks Eri. Until my breath I will be remember your help Mr.Eri. Because All my Visual C++ code behind your helps were there.
    Now I am in need to scan the invoice & store it to Access Database. For...
  15. Convert From C# VS2010 - get_Item & set_Value in C++/CLI

    Hi,
    I wish to convert from c# for the following codes contain get_Item & set_Value convertion in C++/Cli.



    private static void SetWIAProperty(IProperties properties, object propName,...
  16. Replies
    2
    Views
    8,425

    Re: CONVERT FROM C# vs2010 - FOR SCAN

    Thanks Arjay, Added & Found the solution. Thanks.
  17. Replies
    2
    Views
    8,425

    [RESOLVED] CONVERT FROM C# vs2010 - FOR SCAN

    Hi,
    I am using the following code in C# to find the scanner & scan the image. But in Visual C++ windows forms I cannot find WIA reference. Once I add reference Microsoft Windows Image Acquisition...
  18. Re: [RESOLVED] Convert From c# - For Report Viewer Report save as PDF

    Thanks to those kindness.....I get very clear...
    Thanks Again
  19. Re: Convert From c# - For Report Viewer Report save as PDF

    Hi ERI, Thanks for the helps ERI. Still Iam keeping my Boolean Variable Names as ERI, to remember your helps...

    I tried like the below manner, but showing the "error C2143: syntax error : missing...
  20. [RESOLVED] Convert From c# - For Report Viewer Report save as PDF

    Hi Iam using the below codes to save the report as PDF in c#...Is it possible to convert it in C++/Cli

    Thanks

    My Codes

    byte[] Bytes =...
  21. Re: How to add a Rdlc Report file to .Resx Resource file ?

    Thanks Eri. You are my Visual C++ GURU. Thousands of thanks to you. Most of my Counter Variables are ERI ....only
    Since I would like to remember with my lifetime to those kind helps & guidances.......
  22. [RESOLVED] How to add a Rdlc Report file to .Resx Resource file ?

    I have a small project in VS2010.In that project I have one resource file called MyResources.resx. Now Iam using this MyResources.resx file to store the images required in my project. Also I have one...
  23. Replies
    0
    Views
    7,500

    How to achieve the BuildAction Property of c#?

    Hi, I have a small project in VS2010. In C# project, suppose I add one rdlc report to my project. Then after slecting the report ->properties I can find BuildAction property to have a "Embeded...
  24. Re: Different Type of Fuction Call - Convert From C#

    Thank Eri, I get clear.....All your replies are very nice...
    Thanks Again
  25. Re: Different Type of Fuction Call - Convert From C#

    Hi Eri, Thanks for your reply. I get confused to convert the below three lines only


    private Dictionary<int, Dictionary<int, string>> ClipBoardValues(string clipboardValue)
    {
    ...
Results 1 to 25 of 73
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured