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
R

rain raj

@rain raj
About
Posts
9
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Active X Control in VB.Net 2005
    R rain raj

    Can any expert help me how do i create Active X Control in VB.net (In VB 6.0 , We can create Active X Control that genetate .ocx control and then we deploy it to produce .cab file and .html file. we can use it on web page directly. I need to same work with VB.Net and asp.net) Issue is only how to create Active X in VB.Net 2005 Any Help will be apreciated Thanks in Advance

    Visual Basic help csharp html asp-net

  • Reading .mpp file.. (Interesting)
    R rain raj

    :) Hello Genious.. :) Here is one Interesting Point for you.. I have done some codding for reading Microsoft Project Plan(.mpp) file after browsing from client's pc.. Means user can select any .mpp file from his local drive and my code displays this mpp file in gridview. Code reads whole .mpp file well in my Project and also when i am publish this project , code reads from even published version from IIS. But when any other user try to use this application Error comes "Project can not open file" and also throws "System.Runtime.InteropServices.COMException" Exception.. Can AnyBody help me a little how to solved it.. Any help will be apreaciated... :)

    ASP.NET help windows-admin tutorial announcement

  • Zip/Compress a folders on Server
    R rain raj

    ya.. that is there... this is very good option suggested by you.. But i need it in asp.net with vb/c# code.... Is it possible..? :)

    ASP.NET sysadmin question

  • Zip/Compress a folders on Server
    R rain raj

    Hello genious... I have one folder on sever say Projects in which there are other 3 sub folders say small,nedium and large... and in this 3 folders there are some files are stored.. if i want to download only one folder means projects so that all its others folders along with files can be download directly. Is it possible that i only zip/compress Projects folder only, on server...? So all we need to create projects.zip. Once this project folder is created say Projects.zip ,i will download it easily... Any Sugestions will be appreciated... :) :)

    ASP.NET sysadmin question

  • Zip file Download problem..
    R rain raj

    Hello Genious.. I have some word files on server.. that i need to download all of them together.. So i have only one option that first i create a zip file from all these files and then then download this zip file.. So my functionality achived. But when i extract these zip file and opens word any of word files within downloaded zip file, Opened Word file shows only byte data means some thing like lots of Sqaures which may be same as bytes of files.. and obeviously word file should display actual content in readable character.. Any Suggestons will appreciated... If needed the please refer to my code.. For i As Integer = 0 To strFileToDownload.Count - 1 Dim strFileName As String = Path.GetFileName(strFileToDownload(i)) Dim MyFileStream As FileStream = File.OpenRead(strFileToDownload(i)) Dim buff() As Byte = New Byte((MyFileStream.Length)) {} 'Dim zipEntry As New ZipEntry(strFileToDownload(i)) Dim zipEntry As New ZipEntry(strFileName) zipOS.PutNextEntry(zipEntry) zipOS.Write(buff, 0, buff.Length) zipOS.InitializeLifetimeService() MyFileStream.Close() Next ' Compress and close the zip file zipOS.Finish() zipOS.Close() Response.ClearContent() Response.ClearHeaders() Response.ContentType = "application/zip" Response.AddHeader("Content-Disposition", "attachment; filename=" + "CMM " + strProjectSize + " size Project Documents" + System.IO.Path.GetFileName(strNow)) Response.WriteFile(strNow) Response.Flush() Response.Clear()

    ASP.NET sysadmin help

  • Folder Browser(Interesting one)
    R rain raj

    ok.. I got it.. Thanks for this sugestion. i will definately apply your sugestions as it is best.

    Tarak

    ASP.NET security help question

  • Folder Browser(Interesting one)
    R rain raj

    Hi Paul.. First of all ,Thanks for replying... Ok.. now i will tell you why it is needs... I have requirement like User can be able to select folder path from folder browser.. and then after selecting that, some files will copy from to server to user's selected path(Selected folder) Eg if user selects desktop then user's selected path is like C:\Documents and Settings\Administrator\Desktop and next, some files from my server will copies to users desktop. Is there any other way to get selected folder path from user's local drive then i will always welcome your any sugestions... Thanks..

    ASP.NET security help question

  • Folder Browser(Interesting one)
    R rain raj

    Hello Genious... I have developed folder browser which only displays the folders and not files in browser window..and let users selects folder path. This user class like Win32SDK and inports dlls like shell32 and shared function _ Public Shared Function SHBrowseForFolder(ByVal bi As BROWSEINFO) As IntPtr End Function and opens the browsing window with idListPtr = Win32SDK.SHBrowseForFolder(bi). Now one interesting thing is that this works in my application perfectly.. but when i publish this on local .. its not even open browser window and page opening gets hang... i think it is may be because security of windows's dll problem.. Any solutions..? please...

    ASP.NET security help question

  • Intersting about Pop Blocker
    R rain raj

    Hello Genious.. I have some requirement like if i open pop up window then it must not blocked by pop blocker in any browser and it must be open regardless of Browser settings.. I am not much sure but some java scripts can be used for this stuff... Any Idea...? :) :)

    ASP.NET java question
  • Login

  • Don't have an account? Register

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