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

arslanjatt

@arslanjatt
About
Posts
48
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Can VB.Net make a 32 bit console-based command line executable for Windows
    A arslanjatt

    Hi, I just wanted to know that can VB.Net make make a 32 bit console-based command line executable for Windows. Thanks in advance.

    Visual Basic csharp

  • MP3 Files get deleted automatically.
    A arslanjatt

    Hi i have downloaded some mp3 files from www.radioreloaded.com, i have shut down my system. When i have turned on my system and browse the folder with mp3 songs there is no file in that folder. I have faced this problem 2nd time. Please let me know is there any virus or something else. Thanks in advance. Arslan Ilyas

    System Admin com help

  • Problem while uploading website
    A arslanjatt

    Hi, I am using infragistics control in my web application. I am uploading the dll files of those control in bin file on ftp. It is not working properly. Will any one let me know is there anything else to do with it? My hosting server is godaddy. Thanks in advance. Regards, Arslan Ilyas

    ASP.NET sysadmin hosting help question

  • Permisions in windows vista
    A arslanjatt

    Hi, I have build a desktop application and a windows service in c#.net 2.0. I have made a button on main form of application which start or stop windows service. Now, it is working properly in windows XP. But when i install it on windows vista i won't be able to stop or start service. It didn't work. The other thing is that visual studio 2005 doesn't run in debug mode in windows vista. Can anybody help me. Thanx in advance. regards, Arslan Ilyas

    C# csharp visual-studio debugging help

  • why should we assigne an object to null?
    A arslanjatt

    The first statement means that you are going to declare an object and the second statement mean you are going to dispose an object. If you want to dispose an object then you assign null to that object.

    C# question

  • Print doc files without MS Word
    A arslanjatt

    Hi, I have to build a windows application in C#. What the application needs to do is print doc files even Microsoft word is not installed. Do you guys have any solution. Please help me out. Thanks in advance. regard, Arslan Ilyas

    C# csharp help

  • Security issue
    A arslanjatt

    when i perform an action. When i upload an image and then i want to convert it into text then this error occurs. I don't have any database attached with this application.

    ASP.NET help com security announcement

  • Security issue
    A arslanjatt

    Well this aplication convert imagage to text image. I've added a module to convert image format from one to other. I've done googling but i didn't found solution. I've given all the rights on web server. I've not made this site. I have made enhancement in this application. As i think this application was built in asp and then converted to asp.net because HTML controls have been used instead of ASP.Net controls. So, can you help me out? Any ways thanks for your response. Here is the url of appliction www.photo2text.com Thanks Arslan Ilyas

    ASP.NET help com security announcement

  • Security issue
    A arslanjatt

    Hi, I am working on a web application www.photo2text.com its working properly on local host. But it gives me error online. Here is the error, Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Please do help me. Thanks in Advance Arslan Ilyas

    ASP.NET help com security announcement

  • Problem with Fax in C#
    A arslanjatt

    Hi, i m sending fax by using FAXCOMLIB.DLL in C#. The file i am going to send is PDF file. Everything is fine but when the fax is going to be sent that PDF file opened in Adobe Reader. I just want to send the FAX. I don't want PDF file to be opened in adobe reader. Can any one help me that how can i do this. Thanks in advance Arslan Ilyas

    C# help csharp adobe question

  • Opening windows application from a web application
    A arslanjatt

    I couldn't understand what you want to say? Please let me know is it possible or not?

    ASP.NET help

  • Opening windows application from a web application
    A arslanjatt

    yes almost right

    ASP.NET help

  • Opening windows application from a web application
    A arslanjatt

    Let me tell you in detail. What windows application does is to burn a cd by using NeroCommand.exe which is in the folder of C:\Program Files\Ahead\Nero\NeroCommand.exe. There is an object of ZylBurner.Burner class. It gets the NeroCommand.exe path by burner.GetNeroCommand(). When i run the application from the exe on local system it works properly and when i run it with the help of process it opened but didn't work properly. i mean to say not get the path of nerocommand.exe. Is there any problem of rights? Thanks for you cooperation

    ASP.NET help

  • Opening windows application from a web application
    A arslanjatt

    Sorry i mean to sya windows application is installed on Web Server not on client. It communicate with the Local System. I can open a NOTEPAD.EXE properly and it work properly also. But, CSharpDemo.exe doesn't work properly.

    ASP.NET help

  • Opening windows application from a web application
    A arslanjatt

    Windows application didn't work properly. Act. it is a demo aopplication to burn the cd. windows application is not installed on server not on client.

    ASP.NET help

  • Opening windows application from a web application
    A arslanjatt

    Hi, I am trying to open a windows application by this code Process test = new Process(); test.StartInfo.FileName = "C:\\Program Files\\PakInc\\SupnaBurnCDSetup\\CSharpDemo.exe"; test.Start(); windows application is executed but it didn't work properly. Can anybody help me. Thanks

    ASP.NET help

  • Import and export sql data in microsoft excel file
    A arslanjatt

    Hi, I want to import data from sqlserver to excel file and export data from excel to sqlserver. I have imported the data from sqlserver but i don't have idea to export data from excel to sqlserver. Do you guys have any solution that can help me. Thanks Arslan Ilyas .Net Developer Red Signal

    ASP.NET csharp database help

  • Call windows service from a web application
    A arslanjatt

    Thanks a lot. I want to do it on server. So, it would help me a lot. Thanks again

    ASP.NET question

  • Call windows service from a web application
    A arslanjatt

    Hi, I've made a windows application and i want to call it from a web application. How can i call it from a web application. Should i use web service to do so? If yes then how can i call from web service. Please give me material according to this. Thanks

    ASP.NET question

  • Burning CD in Web Application
    A arslanjatt

    Client ask me to do on server side. They have their own server. So is there any solution to do that. Can i do it by calling a windows service from a web application. Please do help me. Thanks in advance

    ASP.NET csharp asp-net sysadmin 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