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
F

flyingv

@flyingv
About
Posts
6
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problems with dll's in C#
    F flyingv

    Thank you for this link.. Anze

    C# question csharp c++ delphi help

  • Problems with dll's in C#
    F flyingv

    Hello, Problem 1: I wonder if you could use (how) dll made in delphi in C#. Problem 2: How do you make dll in C# and use this dll in Delphi, C++ ... Is this posible? I'm made dll with delphi and open it with Dependency walker. I can see my functions. But if I made "dll" with C# (you know: New project; ClassLibrary...), I can't see nothing. So I think that this dll is not real dll. How can I make "real" dll in C# : you know like dll in delphi function Something(a, b : integer) : integer; stdcall; begin Result:= a+ b; end; exports Something; Thank you for answers, have a nice day, Anze

    C# question csharp c++ delphi help

  • what you must add to your exe file
    F flyingv

    Hello, I made simple applicatino in VC#. On my computer work good (Win2000), but in the other computers the program show message (cannot find mscoree.dll...). I read somewhere that you must install Microsoft .NET framework, but for me is this not right solution for small application with two forms. for exaple: if I want to make Installation program (INNO SETUP), which files I must add to my Exe file that program work properly on computer with Win98, ME, 2000, 95... withowt Microsoft .NET framework. Thank you again for answers Anze

    C# csharp dotnet workspace

  • DataComponents in Visual C#
    F flyingv

    Hello, I can't find in C# any of data components like dbTextEdit, dbComboBox, dbLookupComboBox, dbRadioButton, dbCheckButton , dbTreeList... My main programm tool is Delphi so I'm very confused about some things in C#. What is solution about this problem. Thank you for answers. Anze /*Sorry about my English*/

    C# csharp delphi help question

  • Access components on modal form from mainform
    F flyingv

    Hello, In my project I have two forms: frmMainForm (Mdi parent) frmLogon (dialog) - components on frmLogon: (edUserName, edPassword, edDatabase) - TextEdit (btnOk, btnCancel) - Buttons In frmMainForm Load event i wrote this code; { frmLogon Logon = new frmLogon(); Logon.ShowDidalog(); if (Logon.DialogResult == DialogResult.OK) { this is my problem, I don't know how can I get values from edUserName, edPassword... to build connectstring. I mean something like that string username = Logon.edUserName.Text; } } I hope you understand me Thank you for answers Anze /*sorry about my bad English*/

    C# help question

  • Images in MainMenu or Popup menu
    F flyingv

    Hello, I don't know how add images to main menu or popup menu. Thank you for answers Anže /*Sorry about my English*/

    C#
  • Login

  • Don't have an account? Register

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