البحث:

نوع: مشاركات; عضو: C# Programming

صفحة 3 من 20 1 2 3 4 5 6

البحث: إستغرق البحث 0.08 ثواني; تم توليده منذ 42886 دقيقة.

  1. الموضوع: read only

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    2,145

    read only

    I have an object which mimics a table structure in sql. Lets call this object validation. Validation has a property isrequired with a get and set. when i use this property in code i.e. validation...
  2. مشاركات
    0
    المشاهدات
    2,226

    C# chart height ,width based on data?

    How to give C# chart height ,width based on data?
  3. مشاركات
    0
    المشاهدات
    2,209

    How To Access from C# python list of multi elements

    have a list in python like this
    {Uin32} {Uin32, Uin32, String, Uin32, double}

    How can i access each element in C#
    I used this command
    IronPython.Runtime.List pRFList =...
  4. مشاركات
    0
    المشاهدات
    2,176

    c# - Cinema system - Noob need help - 2d arrray -

    Im working on a project for school, im suppose to make a console application which will show a Cinema system with 20 seats on 15 rows. I am very green on c# - so any help, Critism, or general...
  5. الموضوع: Import Dll in the Application

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    2,051

    Import Dll in the Application

    hi,

    i have a dll and i wanted to copy this dll to application folder and add refrence of DLL. Then

    Create Object for the CLass DLL

    call the function sendsms with parameter
    (username,...
  6. مشاركات
    0
    المشاهدات
    1,958

    Please help me convert c++ to python

    string laceStrings(const string& s1, const string& s2){ if (s1.empty()) return s2; if (s2.empty()) return s1; string laced; laced.resize(s1.size() + s2.size()); int i =...
  7. مشاركات
    0
    المشاهدات
    1,811

    generates codes in 3 tier(3layer ) for application and web using c#

    i have written a program that generates codes in 3 tier(3layer ) for application and web using c#

    download link

    http://www.4shared.com/rar/8aSl6yUr/CodeGenerate.html[^]
  8. الموضوع: c#

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    1,773

    c#

    how to access c# with excel please give step by step process
  9. مشاركات
    0
    المشاهدات
    1,710

    c# coding a progress bar with barkground worker

    Hi,
    I am relatively new to c# and I am trying to utilize a background worker to run the progressBar however I am not getting beyond 1% in the following example. In the Form1_Load I have an...
  10. مشاركات
    0
    المشاهدات
    1,816

    How to Create a Deleted Database using LINQ-to-SQL-Classes?

    Hello,
    In my program I need to be checked if the database was deleted, the program creates it again. So, I made a database and connected it to my program with 'LINQ-To-SQL-Classes', when I delete...
  11. مشاركات
    0
    المشاهدات
    1,693

    Cannot evaluate expression because a native frame is on top of the call stack

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    ...
  12. مشاركات
    0
    المشاهدات
    1,614

    Real world experience with SqlDependency?

    I have an application that I need to monitor a database and get close to real time (
  13. مشاركات
    0
    المشاهدات
    1,546

    datetime overlap there result should be 2192 not 2923

    using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms; namespace...
  14. الموضوع: errors

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    1,504

    errors

    Hi I am just starting out using c# and I have followed a tutorial i think but i am getting errors
    ------------------------------------------------
    namespace SkiTrip
    {
    Class Student
    {...
  15. الموضوع: List problem !

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    1,452

    List problem !

    /* I work at this code from a month now, and still is full of bugs... I decided to get help, because i can not think clear (i slept a lot, but did not helped) When i change something in the...
  16. الموضوع: Burning open file to CD/DVD

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    1,215

    Burning open file to CD/DVD

    Hello,

    I have question about burning open file to CD/DVD/...

    My idea:
    - some application (no my) create file and this file is open in this application, application sometimes write new data...
  17. مشاركات
    0
    المشاهدات
    1,130

    import GIS ShapeFile with C# / SQL?

    We are trying to import GIS shapefiles into SQL. We found an open source lib for reading the shapefiles (Catfood). Our concept for importing into SQL is to build a WKT string and use the SQL...
  18. مشاركات
    0
    المشاهدات
    1,096

    How do I import data from Oracle to .MDB

    I need to know how to do a mass insertion from a oracle database into a access database through c#.net coding.
  19. الموضوع: What is IServiceProvider?

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    1,006

    What is IServiceProvider?

    Hello,

    I am trying understand for what is IServiceProvider. I readed some basic information about that by I dont have idea for what is it good and usefull.

    Does someone know some easy example...
  20. الموضوع: Editing Word

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    1,017

    Editing Word

    Hi,

    I have a word file with a specific format, i want to insert name,address and some other values into that format.
    Can i do that using c# ? if yes, how ??

    Please suggest a solution
    ...
  21. مشاركات
    0
    المشاهدات
    924

    Best way to give or take away full mailbox access via C sharp?

    I'm trying to create a C sharp application that can run under elevated credentials and give full mailbox access or remove full mailbox access for groups.

    I cannot get system.management.automation...
  22. الموضوع: SQLGeometry as clip path?

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    926

    SQLGeometry as clip path?

    Anybody have any sample code to take a SQLGeometry and use it to clip an image?

    I have a SQLGeometry cell in the database that tells me the outline of a shape. I have a rectangular image that I...
  23. الموضوع: Combination Algorithm

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    928

    Combination Algorithm

    I am trying to write a small code to find the possible combinations from a list of integer values which when added is equal to the input value or somewhat nearing. List comb = new List() { 618, 350,...
  24. الموضوع: [C#] Infix to Postfix calculator

    بواسطة C# Programming
    مشاركات
    0
    المشاهدات
    1,016

    [C#] Infix to Postfix calculator

    Hello,

    I would like to make infix to postfix calculator.

    What I would like to make is like, If I entered the number on the calculator, 1+23*4=, then calculator form will show "1 23 4 * +".
    ...
  25. مشاركات
    0
    المشاهدات
    1,084

    How to pass string from C# to PHP web page using PHP nusoap server

    I have problem regrading C# to PHP communication. I have read many old posts here and after that i came to conclusion that i have to Use PHP SOAP Web service on server side to get interaction with...
النتائج 51 إلى 75 من 500
صفحة 3 من 20 1 2 3 4 5 6
"وَقُل رَّبِّ زِدْنِي عِلْمًا"
أعلانات نصية أستضافة , ريسيلر - Best Hosting | BarakaSoft Web Solutions

BarakaSoft PageRank RSS RSS 2.0 XML MAP HTML 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 C/C++ | Java | C# | Network | Database | OS | Linux | Windows | Hacker & Security | Photoshop | Flash | Web Development | Free Programs | Mobile App | Free Java Course | Latest Technical News | Internet Programs | Antiviurse Programs | Graphics Programs | Network Programs | Portable Programs | vb Forums Development | Forums Development | CMS(Joomla-nuke-wordpress-mkportal...) | Photo | Anime |