how can play macromedia flash file in asp.net pages randomly? can use adrotator for this work? Regards' Amir jalaly
Amirjalaly
Posts
-
runnig SWF file on asp.net -
connecting throw modemHi 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
-
setting time and dateHi How can Set The Time Or Date in c#? i can get those but i don't know how set. Regards' Amir Jalaly
-
showing a bitmaphi 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
-
Reading the serial numberI 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
-
conecting with modemi 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
-
connecting with modemhow 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
-
TextBox for numberHi 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
-
Add image to databaseHi 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
-
New table in database...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'
-
VB statment to C# statment..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 forDeclare
andlib
in C#? Regards'Amir Jalaly life is tow days' one is paid for love someone ' and one day is paid for hate him' -
Using WINAPI methods...how we can use winapi methods in c# regards' Amir Jalaly
-
Shut down the computer...I can not find this method and when i write method name in code i recieved compile error Regards' Amir JAlaly
-
Shut down the computer...How we can shut down the computer programically? or Log off? Regards' Amir Jalaly
-
Creating a new database...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 ,
-
Creating a new database...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
-
source codehi can anyone send me the source code of flow diagram? it is very important for me. best regards.
-
Static variables in methodsHow can I define a static variable in a method for example like this:
private method() { static int c=0; c++; }
-
drag window wothout titlebarmay 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; }
-
Need no setup...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)