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
A

Amirjalaly

@Amirjalaly
About
Posts
24
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • runnig SWF file on asp.net
    A Amirjalaly

    how can play macromedia flash file in asp.net pages randomly? can use adrotator for this work? Regards' Amir jalaly

    C# csharp asp-net adobe question

  • connecting throw modem
    A Amirjalaly

    Hi i want to transfer files and data throw modem .we have 2 pc and 1 tel line and want to send and recieve by this line so how can do it? Regards' amir jalaly

    C# question

  • setting time and date
    A Amirjalaly

    Hi How can Set The Time Or Date in c#? i can get those but i don't know how set. Regards' Amir Jalaly

    C# csharp question

  • showing a bitmap
    A Amirjalaly

    hi i have a map of picture in rgb . i want to show it in a picture box but i can,t find any method to convert byte[](i mean map) to image. can enybody help me. Regards Amir jalaly

    C# graphics help

  • Reading the serial number
    A Amirjalaly

    I want to read serial number of drive (flopy cd or spec drive) i think there is a api for this but i dont know , please help me Regards Amir jalaly

    C# json help

  • conecting with modem
    A Amirjalaly

    i want to connect tow computer with modem and send information throw tel line without internet . may be i must intialize connect and something else... please help me Regards amir jalaly

    C# help

  • connecting with modem
    A Amirjalaly

    how can connect tow computer with modem . i mean send information in tel line without internet. i need intialize connection and send file . Regards' Amir jalaly

    C#

  • TextBox for number
    A Amirjalaly

    Hi I want to create a text box only for number i create a user control that inherits from textbox and override onkeypress to enter only number but i can't do it . I try with processKeyMessage but i can't again is nobody can help me. Regards' Amirjalaly

    C# help

  • Add image to database
    A Amirjalaly

    Hi How can insert a image or read it and show in ado.net? i want to store image (for exmaple .jpg or bmp) in database and show them in form(with which controls??) Regards' Amirjalay

    C# csharp database question

  • New table in database...
    A Amirjalaly

    How can i create a new datatable in a database ? We have a connection and a dataadaptor . I mean programically. Regards' Amir Jalaly life is tow days' one is paid for love someone ' and one day is paid for hate him'

    C# question database

  • VB statment to C# statment..
    A Amirjalaly

    I want to convert this code from vb.net to c#.net: Declare Function ExitWindowEx Lib "User32" (Byval l as long ,Byval s as long ) as long or this: Declare Function FormatMessage Lib "kernel32" Alias _ "FormatMessageA" (ByVal dwFlags As Int32, ByVal lpSource As Int32, _ ByVal dwMessageId As Int32, ByVal dwLanguageId As Int32, _ ByVal lpBuffer As StringBuilder, ByVal nSize As Int32, ByVal Arguments As Int32) _ As Int32 what is equal for Declare and lib in C#? Regards'Amir Jalaly life is tow days' one is paid for love someone ' and one day is paid for hate him'

    C# csharp question

  • Using WINAPI methods...
    A Amirjalaly

    how we can use winapi methods in c# regards' Amir Jalaly

    C# csharp

  • Shut down the computer...
    A Amirjalaly

    I can not find this method and when i write method name in code i recieved compile error Regards' Amir JAlaly

    C# question

  • Shut down the computer...
    A Amirjalaly

    How we can shut down the computer programically? or Log off? Regards' Amir Jalaly

    C# question

  • Creating a new database...
    A Amirjalaly

    Does anyone know about creating a new database by coding with ADO.NET? for example access(*.mdb) in this example code must create mdb file and all tables and file needed for database .and i want create new tables in database and update database. Regards' Amir Jalaly The life is two days , one day is paid to love someone , another day is paid to hate him ,

    C# csharp database tutorial question announcement

  • Creating a new database...
    A Amirjalaly

    Hi How we can create a new database for example access database that does not exist before by ADO.NET? the code must create files that needed for database (in this example .mdb file) and I want to know how create a new table in database and update database. Regards' Amir Jalaly

    Database csharp database tutorial question announcement

  • source code
    A Amirjalaly

    hi can anyone send me the source code of flow diagram? it is very important for me. best regards.

    C# question

  • Static variables in methods
    A Amirjalaly

    How can I define a static variable in a method for example like this: private method() { static int c=0; c++; }

    C# c++ tutorial question

  • drag window wothout titlebar
    A Amirjalaly

    may be this code can help you add mousemove event and form_load event to your form and three variables x,y,click,first to your class check this code is true or not. private int x,y; bool click=false; bool first=false; private void Form1_MouseMove(object sender,System.Windows.Forms.MouseEventArgs e) { if(e.Button==MouseButtons.Left) { if(click&&first) this.Location=new Point(this.Location.X+e.X- x,this.Location.Y+e.Y-y); x=e.X; y=e.Y; click=true; first=!first; } else click=false; } private void Form1_Load(object sender, System.EventArgs e) { x=this.Location.X; y=this.Location.Y; }

    C# question

  • Need no setup...
    A Amirjalaly

    How can write a program that dose not need any install or setup and all of dll or libreries be with program(for example only copy program in destination and progarm work)

    C# tutorial workspace
  • Login

  • Don't have an account? Register

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