Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

dinh van hai

@dinh van hai
About
Posts
12
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • design report in c# code editor?
    D dinh van hai

    hi, I want to design a report (Crystal report) programmatically but I can't find any document to help me . Please help me. Thanks for your help

    C# csharp design help question

  • How to write a report designer?
    D dinh van hai

    Hi, I want to write a report designer but I don't know where I must begin . Please help me. Thanks

    C# help tutorial question

  • Resize Controls at Runtime?
    D dinh van hai

    I want to resize controls like the way in Design View of C#. That's all. Thank you

    C# csharp visual-studio help question

  • Resize Controls at Runtime?
    D dinh van hai

    hi, I am using Visual Studio 2005 . I want to resize controls at runtime in C#. Please help me! Thank you

    C# csharp visual-studio help question

  • design report at runtime?
    D dinh van hai

    I am using crytal Report in C# 2005 . I want to write a progam that can allow user to add lines ,Images ,Texts and move them around at runtime . I don't know how to do it Does anyone help me ? Thank you in advance. Sincerely,

    C# csharp design help tutorial question

  • Static function
    D dinh van hai

    how do static functions affect the performence and memory of our program ?

    C# question

  • Static function
    D dinh van hai

    hi everybody, I would like to ask a question here. Is Static function advantage or disadvantage ? How are they disadvantage ? Shuold I use many static function in a program ? Thank for answering my questions , Sincerely,

    C# question

  • Performence in c#
    D dinh van hai

    hi there, I'm new to C# , I have a question abourt performence of c# application. Could you show me some ideal to improve performence ? Thank you, Sincerely,

    C# question csharp code-review

  • Should I use window controls with directx in full screen mode ?
    D dinh van hai

    hi everyone, I'm new to Directx . If you don't mind I'd like to ask a question . Should I use window controls in full screen mode or I have to create a new ones. Thank you for answering my question . Sincerely,

    C# question graphics game-dev

  • I have trouble with fgets function in C code
    D dinh van hai

    Hi, In C# code I declared like this: [DllImport("mydll.dll")] public static extern int SearchString(out double x); And I called the function: double m_vo2Max=1; SearchString(out m_vo2Max); The SearchString function is on the mydll.dll. This dll is written in VC++ and the description is here: #include "stdafx.h" #include BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { return TRUE; } int WINAPI SearchString (double &X) { FILE *F; char szString[255]; F= fopen("C:\\ParaLimit1.tbf", "rt"); fgets(szString, 255, F); fclose(F); return 1; } I always have an error : System.NullReferenceException Additional Information : Object reference not set to an instance of an object. I checked and found out that the error in the code below: fgets(szString, 255, F); Can you help me to solve this error. Thank you,

    C# help csharp c++

  • I get a problem in calling C++ dll function in C#
    D dinh van hai

    I'm sorry I had forgotten to write the line that the error message occur. The message occur on the line below: double vo2max,vo2kgmax,o2Pulsemax; GetPredictValues( out vo2max, out vo2kgmax,out o2Pulsemax); Thank you for your help Hai

    C# help csharp c++ question

  • I get a problem in calling C++ dll function in C#
    D dinh van hai

    Hello, I am trying to call c++ dll function from C#. Could anybody help me? Here is the C++ function declaration. long WINAPI GetPredictValues (double& m_vo2Max, double& m_vo2_kg_max, double& m_o2PulseMax) And this is my declaration in C#. [DllImport("c:\\ProgramFiles\\VacuMed\\turboFit\\tf32mmf.dll",SetLastError=true)] public static extern int GetPredictValues(out double vo2Max,out double vo2_kg_Max,out double o2PulseMax); And I get an error on the line below. double vo2max,vo2kgmax,o2Pulsemax; GetPredictValues( out vo2max, out vo2kgmax,out o2Pulsemax);An unhandled exception of type 'System.NullReferenceException' occurred Additional information: Object reference not set to an instance of an object Thank you for any help. Sincerely,

    C# help csharp c++ question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups