User Profile

Collapse

Profile Sidebar

Collapse
jaleel
jaleel
Last Activity: Sep 1 '10, 06:34 PM
Joined: Sep 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jaleel
    replied to Embed audioplayer in a webpage
    I made it working finally :)

    Code:
     <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" 
    codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
      width="320" height="42" >
     <param name="url" value="jennifer.mp3">
     <param name="controller" value="true">
     <param
    ...
    See more | Go to post
    Last edited by Frinavale; Apr 23 '10, 07:34 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

    Leave a comment:


  • jaleel
    replied to Embed audioplayer in a webpage
    That is just a sample MP3 file to test the application in my local machine . The MP3 file will be always in the server where the website is hosted...and we will give that link in the Value field
    See more | Go to post

    Leave a comment:


  • jaleel
    started a topic Embed audioplayer in a webpage

    Embed audioplayer in a webpage

    I was trying to embed an audio player in one of my web pages (aspx). I used following code..

    Code:
    <OBJECT ID="MediaPlayer" WIDTH=320 HEIGHT=42   
    CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"  
    STANDBY="Loading Windows Media Player components..."    
    TYPE="application/x-oleobject">   
    <PARAM NAME="FileName" VALUE="C:\myfile\jennifer.mp3">
    ...
    See more | Go to post

  • jaleel
    replied to Multiple application accessing same file
    in .NET
    Hi guys,

    I solved the issue by using a concept called system level mutex include in System.Threadin g.Mutex class of .NET.


    These are the some links helped me to solve this issue.

    http://www.informit.co m/guides/content.aspx?g= dotnet&seqNum=6 05
    http://msdn.microsoft. com/en-us/library/aa332344(VS.71) .aspx


    Thanks everybody
    See more | Go to post

    Leave a comment:


  • jaleel
    started a topic Multiple application accessing same file
    in .NET

    Multiple application accessing same file

    Hi

    I have a dll(say DLL1) which log the execution sequence into a text file dll1.txt . Two applications ,say APP1 and APP2 (running in the same machine) are using the DLL1 . The problem is, sometimes, therre is a chance that APP1 and APP2 access the DLL1 which in turn accesses the text file at the same time. This leads to a contention betweeen applications and applications halt.
    The code for Logging is thread safe within an...
    See more | Go to post

  • jaleel
    replied to error: the network path not found
    in .NET
    Thanks Plater.

    I could not connect to machine at all.In the above post contains code only for reading . Even that is not working. I think some problem with URI I created to connect the remote machine. Is it not possibile to connect machine in some other domain if I have a user account in that domain...?

    Thanks in advance,
    akjal
    See more | Go to post

    Leave a comment:


  • jaleel
    started a topic error: the network path not found
    in .NET

    error: the network path not found

    Hi ,
    I want to upload some files to a remote machine frequently.We have an ftp .But I cannot use FTP for uploading file as ftp is not available from remote server. I planned to write an application for that using FileWebResponse class. As a starting point I just tried to access that machine using program. But I am getting an error like the network path not found.

    Code:
     FileWebResponse response=null;   
                try
    ...
    See more | Go to post

  • jaleel
    replied to Dropdownlist overlaps menu control
    in .NET
    Thanks Ashlewis .

    I came to knew from various articles that dropdown list and list boxes are windows controls and they do not have z-index property. Actually I tried ur suggestion but not working in my case.

    I heard about a solution of using <iframe>. But struggling to makr it working in my application.
    See more | Go to post

    Leave a comment:


  • jaleel
    started a topic Dropdownlist overlaps menu control
    in .NET

    Dropdownlist overlaps menu control

    I have an aspx page containing a menu and some other controls including dropdown list.The problem is when i hover the mouse on menu control it displays all menu items.

    But the part where dropdown control is renderd the menu part is gone behind the dropdown. I heard that it is aproblem of IE6 and related to z-index and all.



    My sceario is like this:
    1.I have a user control which contains the menu...
    See more | Go to post

  • Connectiong to sql server 2005 from dotnet application

    Hi All,

    I have a dotnet application (Windows appln) from which I am connecting to SQL server 2005. My doubt is can I connect to SQL server DB in a remote machine from the machine where the Dotnet application is installed. Should I install SQL Client in the machine where the Dotnet application is installed? Or just the dotnet framework is enough?

    Also what about connecting to an Oracle DB? Same is applicable or not...?...
    See more | Go to post

  • jaleel
    started a topic Log file accessed by an external application
    in .NET

    Log file accessed by an external application

    Hi

    I am logging to a text file using System.IO.TextW riter by creating an object like this
    logWriter = TextWriter.Sync hronized(File.A ppendText("logg ingFilename")) .Also I am using lock mechanism to allow multiple threads to log into the same file and it is working fine.
    I have got one problem here:

    1. When an external application (e.g. Microsoft Word) accesses the log file , my application gets...
    See more | Go to post

  • locker variable when more than one method to be locked

    Hi,

    In my class there are more than one methods to be accessed using lock statement because of multiple threads. Can I use same locker object such as
    'static lock as new object ' or should use as many number of lock objects as number of methods? Which way I can ensure no deadlock happens?


    i will be grateful for any hints or suggestions...
    See more | Go to post

  • jaleel
    started a topic sharing a connection among multiple threads
    in .NET

    sharing a connection among multiple threads

    Hi
    i want to connect a thirdparty compnent (using APIs) by multiple threads. How can I share the login to this component? If I make a shared instance of the thirdparty component , will it share among all threads?
    See more | Go to post

  • jaleel
    started a topic Multithreading and locking- performance impact
    in .NET

    Multithreading and locking- performance impact

    Hi ,

    We have a Windows service which polls a DB table and spawns separate threads for each row in the table. Each thread carries some specific information from the table.Here the requirement is we need to update a thirdpart component by each thread(ofcourse , the information carried by the thread).The thirdparty componet is accessed through a ClassLibrary( using the API provided by thirdparty component). Here, we need to ensure that...
    See more | Go to post

  • jaleel
    started a topic Reading xml to a dataset
    in .NET

    Reading xml to a dataset

    I want to read an xml file which lots has nodes like this:

    <Add Key="I105" Source="FileNet - GetFileValues" Message="Value is obtained"/>


    I want to use the values corresponding to any keys in my code. Which is the best to way to do it? Reading xml to a dataset at the beginning and use select query against key is my thinking. But I am afraid it will impact the perforformance....
    See more | Go to post

  • jaleel
    started a topic Convert between timezone
    in .NET

    Convert between timezone

    Hi
    I want ot convert a CST time to EST timezone in my application. Could you please anybody help me?

    Thanks
    See more | Go to post

  • jaleel
    started a topic How to measure the time taken to load windows forms
    in .NET

    How to measure the time taken to load windows forms

    Hi,

    We have windows appliaction containing several class libraries and windows forms. I want to measure the time taken by each form in our application to load and dispaly for the first time.Can anybody suggest any tool? can I develop a small appliaction in (.net) which counts the time of each form's load time? Any suggestion will be appreciable.





    Thanks and Regards,

    Ja...
    See more | Go to post

  • jaleel
    replied to Make an xml file writeable
    in .NET
    Hi

    I tried with this piece of code before writing to the file :

    Dim fileInformation As New FileInfo(filena me)
    If fileInformation .IsReadOnly Then
    fileInformation .Attributes = FileAttributes. Normal
    End If

    Now it works ...
    See more | Go to post

    Leave a comment:


  • jaleel
    started a topic Make an xml file writeable
    in .NET

    Make an xml file writeable

    In a windows application I have an xml file which is readable and writeable. I wnat to ensure that this file is writeable if it is set to read-only.



    I am doing my work using the code:



    Code:
    Dim afpXmlDocumnet As XmlDocument = New XmlDocument
    afpXmlDocumnet.Load(filename)
    
    'reading some nodes
    ............................
    
    'writing to some node
    ...
    See more | Go to post
    Last edited by jaleel; Oct 27 '07, 12:10 PM. Reason: one info. was missing

  • jaleel
    started a topic Problem with File.Copy()
    in .NET

    Problem with File.Copy()

    Hi
    I create a file in a directory, say, d:\temp\file1.a fp.
    Then try copy this file to another directory say d:\new\file1.af p.
    This file type is a type of text file, similar to PDF.

    Problem is everything works fine without any exception. But the contents of
    d:\new\file1.ex tension is not as in the original file. Sometimes half of it is getting copied , some times nothing.

    Can anybody felt...
    See more | Go to post
No activity results to display
Show More
Working...