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

Areff

@Areff
About
Posts
36
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • remote debugging
    A Areff

    hi, and tanx Dybs i done this job with copying the pdb files to the target machine and it's ok now.

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    .NET (Core and Framework) csharp dotnet visual-studio com debugging

  • remote debugging
    A Areff

    tnx Dybs after attaching i see this message on every breakpoint. The breakpoint will not currently be hit. no symbols have been loaded for this document does this is for .pdb files ?

    --------------------- Areff Areff.HB@Gmail.com ---------------------

    .NET (Core and Framework) csharp dotnet visual-studio com debugging

  • remote debugging
    A Areff

    hi, does anybody know that .net version can cause a problem in remote debugging ? i have .net 3.5 in my client and in other machine i have .net 2.0 without development tools like visual studio or other i want to debug a large scale windows application developed in C# and .net 2.0 . i used msvsmon in target machine and i want to attach the process (win service in my project). i can see it in my 'attach to process' window's process list and i attach it . but it does not work. does .net framework versions cause this problem ? tanks.

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    .NET (Core and Framework) csharp dotnet visual-studio com debugging

  • problem in loading a xml file
    A Areff

    hi everybody i am a .net developer and i start to use java with spring. i want to load a xml file in File object at this way :

    File f = new File("D:/MyProjects/Sun Java/MyClinic/src/Clinic/Core/ApplicationContext.xml");

    and in netbeans debug mode when compiler wants to process this line encourge pause and next line not processed say something usefull about relative path in java. please forgive me for my bad english skill. thanks all.

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    Java java csharp asp-net com debugging

  • adding new library to netbeans
    A Areff

    hello all, i am new to java and I'm trying to add a new library 'hibernate-3.2.4.sp1.tar.zip', to netbeans. I understand that to do so, I click tools;libraries;add new library and then select the folder which contains all the .java files. I've done this, but still when I try to import that library, it the IDE says that it doesn't exist? What's the issue? Either the correct procedure for how to add new libraries or an analysis of my issue from my vague description would be great! Also, when I name the library, do I import the name I give it, or the name of the file? For example, if the name of the file is hibernate, and it contains some files. i write import org.hibernate.*; but in org package doesn't exist the hibernate. Regards!

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    Java java tutorial visual-studio com tools

  • Playing stream by windows media player com object
    A Areff

    my problem in my programm is that i have a stream containig video or sound and i want to play it in my windows app via windows media player control . this code can tell windows media player (=wmp) to play a file in internet AxWindowsMediaPlayer1.Url = "some address"; this code meaning that wmp can play a video or sound streamly . and my question is how can i play my stream when it is in memory ? i find something about creating protocols to do something like the url passing to wmp hope to your help.

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    Visual Basic help com question

  • Play a stream via windows media player com object
    A Areff

    tanx Christian Graus, my problem in my programm is that i have a stream containig video or sound and i want to play it in my windows app via windows media player control . this code can tell windows media player (=wmp) to play a file in internet AxWindowsMediaPlayer1.Url = "some address"; this code meaning that wmp can play a video or sound streamly . and my question is how can i play my stream when it is in memory ? i find something about creating protocols to do something like the url passing to wmp hope to your help.

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    C# help com question

  • Playing stream by windows media player com object
    A Areff

    Hi evrybody, I want to create a program to play a sound or video stream by windows media player com object (= wmp) . I have a wmp in my windows form. I have a stream from that file(sound or video) not a path(file address on HD) . I wery tried to find out some thing about this problem in internet. ---------------------------- hope to your help. ?

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    Visual Basic help com question

  • Play a stream via windows media player com object
    A Areff

    Hi evrybody, I want to create a program to play a sound or video stream by windows media player com object (= wmp) . I have a wmp in my windows form. I have a stream from that file(sound or video) not a path(file address on HD) . I wery tried to find out some thing about this problem in internet. ---------------------------- hope to your help. ?

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    C# help com question

  • some problem with ResourceManager
    A Areff

    tanks for your help but i want to know why error ocured in this code and how can i fix this problem ? ResourceManager rm = new ResourceManager("resource", Assembly.GetExecutingAssembly()): there was this resource file : Properties/resource.resx tnx

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    C# help question csharp visual-studio com

  • some problem with ResourceManager
    A Areff

    hi , i am using VS.Net 2005 AND I Want to use ResourceManager to read from my resource file . i was add 1 resource file with vs.net and .net create resource file in Properties folder (Properties/resource.Resx) . i am trying to create resource manager with following code ResourceManager rm = new ResourceManager("resource",Assembly.GetExecutingAssembly()); Error ocurred in RunTime in instasiate statment . what is the proble ? tnx 4 ur help............

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    C# help question csharp visual-studio com

  • Stream & file
    A Areff

    How i can rename File form code ?

    C# question

  • Stream & file
    A Areff

    How i can rename File from code ?

    C# question

  • Sql Command with C#
    A Areff

    Hi, I want use this code to enter some data to data base data base is an access data base rec is an instancce of class include some string data member that you see in code // open Connection private OleDbConnection Conn = new OleDbConnection( @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=../../../db.mdb"); private OleDbDataAdapter dataAdapter = new OleDbDataAdapter(); Conn.Open(); string cmdText = "INSERT INTO tbl1 (fname, lname, relative,tel, " + "mobile, b_tel, fax, email, adrs, www, job, user)" + " VALUES ( '" + rec.FirstName + "', '" + rec.LastName + "', '" + rec.Relative + "', '" + rec.Tel + "', '" + rec.Mobile + "', '" + rec.B_tel + "', '" + rec.Fax + "', '" + rec.Email + "', '" + rec.Adrs + "', '" + rec.WWW + "', '" + rec.JobTitle + "', '" + rec.user + "' )"; dataAdapter.InsertCommand = new OleDbCommand(cmdText, Conn); dataAdapter.InsertCommand.ExecuteNonQuery(); Conn.Close(); but in runTime this error occurs : "Syntax error in INSERT INTO statment" please help me.

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    C# database help csharp com career

  • Graphics
    A Areff

    with .Net

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    C# help com graphics question

  • Graphics
    A Areff

    Hi, I have problem in graphics in this code no compiletime error occurs. private void Lines(System.Windows.Forms.PaintEventArgs e) { Graphics g = e.Graphics; Pen pen = new Pen(Color.Red,4); // draw line from (10,10) to (25,25) g.DrawLines(pen,10,10,25,25); } But when i call this method with Onclick event of a button this error occurs in runtime: "Object refrence not set a instance of an object." and when i want to use his code Graphics g = new Graphics(); this error occurs : No overloaded method 'Graphics' takes '0' arguments I want to call a method and paint some lines in my form but i dont want to override OnPaint method of form like this : protected override void OnPaint( PaintEventArgs paintEvent ) { // get graphics object Graphics g = paintEvent.Graphics; Pen pen = new Pen(Color.Red,4); g.DrawLines(pen,10,10,25,25); } How i can do this ?

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    C# help com graphics question

  • Error when trying connect to SQl Server 2000
    A Areff

    I have a dataBase in Sql Server 2000 , and i want to connect to DataBase I have crerated an conectionString by add connection in the server expolrer (C#.Net Invironment) evry thing about connetion is correct but when program trying to connect DataBase an Exception occurs . Exception Message is : Login failed for user 'Login1'. Login1 is my login To DataBase registred in Security section of SqlServer 2000

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    Database csharp database sql-server com sysadmin

  • ZIP file problem
    A Areff

    Hi , I have problem with a zip file I was download an E-book form flazx.com this file is ziped(6 valume) when i try to open this file with WinRar i recive an Error like this"you maust extract previose valume" but when i want to extract first valume i recive Error like Error ago. hope to help --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    IT & Infrastructure help com learning

  • SQL Server 2005 Instalation Error
    A Areff

    I Have Windows XP 2003 on my System( Pentium4 Pc )! and i give this Error when i want to install Ms Sql Server 2005 *************************************** - SQL Compatibility With Operating System (Error) * SQL Compatibility With Operating System Messages * This SQL Server edition is not supported on the operating system currently running on this computer. - Minimum Hardware Requirement (Warning) * Minimum Hardware Requirement * The current system does not meet the minimum hardware requirements for this SQL Server release. **************************************** what O.S is require for SQL Server ? and What HardWare Requirement is Need for SQL Server? --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    Database database sql-server com sysadmin hardware

  • new project
    A Areff

    when i want to create new project i recive this error cant access to localhost becuase internet explorer is Offline. but when i uncheck the Offline from file's menu this error occured again. --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    ASP.NET com help
  • Login

  • Don't have an account? Register

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