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
P

prgramya

@prgramya
About
Posts
18
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Block access to images in website
    P prgramya

    Hi, Iam working on a web application MyApp. I have a root folder My App and a sub folder Media inside MyApp with images. The images are uploaded and downloaded through the application. I want to secure this folder Media so that no one can access the images by typing the URL http:// //MYApp/Media/ in the address bar . How can i block the access to images through browser such that the upload and download via application is not affected an no one can access images also? Any kind of help will be appreciated. Thanks Ramya

    ASP.NET question help

  • Crsytal reports help needed
    P prgramya

    Hi, I am currently working on a windows and web application which was developed in VS 2003. Now these two applications have been ported to VS 2005 and .Net 3.0. When the applications were ported the crystal reports dll(v9.1.9800.0) that were added as reference to the two applications have automatically changed to v 10.2.3600.0 which is for .net 2.0. I would like to know that whether i can use the crystal reports dll v9.1.9800.0 (VS 2003) in the newly ported application? Will the application work if i add the crystal reports dll v9.1.9800.0 as a reference to the newly ported application? Will the crystal reports dll v9.1.9800.0 be compatible with the newly ported application in vs 2005?. Thanks Ramya

    IT & Infrastructure csharp visual-studio help question

  • Client application using request version HTTP 1.1 though the protocol is set to 1.0 in the code.
    P prgramya

    Hi all, Iam using a client application developed in c# that connects to a webservice in a remote server.I have set the Client protocol version to 1.0 in the client application. The code is protected override System.Net.WebRequest GetWebRequest(Uri uri) { System.Net.HttpWebRequest webRequest = (System.Net.HttpWebRequest) base.GetWebRequest(uri); webRequest.ProtocolVersion = System.Net.HttpVersion.Version10; return webRequest; } I compiled the application connecting to the webservice in the remote server. But when i viewed the HTTP post info using Ethereal the POST info displayed was HTTP POST/xx/xx.asmx HTTP1.1 RequestMethod:POST RequestVersion:HTTP/1.1 Iam using the protocol version set to 1.0 in the code but the application is still using HTTP 1.1.Why? Can anyone help me resolve this issue. Any help will be appreciated. Thanks Ramya

    Windows Forms csharp help sysadmin question announcement

  • Client application using HTTP 1.1 though the protocol is set to 1.0 in the code.
    P prgramya

    Hi all, Iam using a client application developed in c# that connects to a webservice in a remote server.I have set the Client protocol version to 1.0 in the client application. The code is protected override System.Net.WebRequest GetWebRequest(Uri uri) { System.Net.HttpWebRequest webRequest = (System.Net.HttpWebRequest) base.GetWebRequest(uri); webRequest.ProtocolVersion = System.Net.HttpVersion.Version10; return webRequest; } I compiled the application connecting to the webservice in the remote server. But when i viewed the HTTP post info using Ethereal the POST info displayed was HTTP POST/xx/xx.asmx HTTP1.1 RequestMethod:POST RequestVersion:HTTP/1.1 Iam using the protocol version set to 1.0 in the code but the application is still using HTTP 1.1.Why? Can anyone help me resolve this issue. Any help will be appreciated. Thanks Ramya

    ASP.NET csharp help sysadmin question announcement

  • Commerce server 2000 - build ecommerce solutions using commerce server 2000
    P prgramya

    hi Iam abou to work on commerce server 2000 iam a beginner to commerce server. from where do i download commerce server 2000. Also can somone help in providing the url of sites that provide tutorials on building commerce server applications with sample worked out sites thanks

    Visual Studio sysadmin help learning

  • Commerec server 2007application
    P prgramya

    hi, can someone help me in providing some tutorial links related on how to create or develop an application in commerce server 2007 using visual studio 2005. iam a beginner in development of commerce server applications using visual studio 2005,Please can anyone help me

    .NET (Core and Framework) tutorial csharp visual-studio sysadmin help

  • discusiion forum
    P prgramya

    hi can anyone help in providing sample code in asp.net1.1 or 2.0 and c# for a discussion forum

    C# csharp asp-net help discussion

  • compressing video files before saving
    P prgramya

    hi iam working on a c# application that captures video from web cam. I need to compress the video file before saving using c# code independent of the compressors of web cam as different webcams have different compressors ,can anyone help in solving this problem so that the video file can be compressed for any web cam used. thanks :suss: ramya

    C# help csharp

  • how can i show popup from predefined sites
    P prgramya

    hi iam working on a browser control .I have blocked all the popups in the new window events-e.cancel = true, but i want to allow popups from predefined sites . How is it possible. thanks ramya

    C# question

  • transparent picture box on top of another picturebox in c#
    P prgramya

    hi can anyone help to solve my problem. i have two picture boxes one on top of other.the picture box behibd the top one shows live video from web cam . i want the picture box on top to be transparent so that i can view the video in the second picturebox through the transaprent one for c# application. thanks ramya

    C# help csharp

  • merging two images in pictureboxesc#
    P prgramya

    hi my application needs the merging of two images. Actually when iselct a picturebox the image in the picturebox should merge with the photo captured and shown in another picturebox from the web cam . can anyone help thanks

    C# csharp help

  • capture video clip from webcam
    P prgramya

    hi Iam working on c# windows application . I want to capture video clips or moving images from web cam and not photos.can anyone help . thank u ramya

    C# csharp help

  • load multiple images
    P prgramya

    hi iam working on a c# application. i want to dipaly set of 9 images in 9 pictureboxes from a folder on form load.how can i do this. can anyone help thanks ramya

    C# csharp help question

  • capturing videoclip and saving video clip from webcam
    P prgramya

    hi iam working on a c# windows application . I need to develop a module that allows capturing video clips from web cam. i want to save video clips and not pictures from web cam.can anyone help me by giving me some sites in solving this . thanks ramya

    C# csharp help

  • disable back buttons
    P prgramya

    i have a application in c# that uses web browser control How can i disable Back buttons and forward button of my application if there is no page to be navigated. ifa nayone can help please. thanks ramya

    C# csharp help question

  • disable right click of mouse in windowsapplication in c#
    P prgramya

    I'm working on an app that's using the WebBrowser control in a c# windows application. I got the control working fine, hooking to the document object. But I've run into a major issue with hooking the Document events. Whenever I hook any of the HTMLDocumnetEvent2_Event events like this: HTMLDocumentEvents2_Event DocEvents = this.Browser.Document as HTMLDocumentEvents2_Event ; DocEvents.oncontextmenu += new HTMLDocumentEvents2_oncontextmenuEventHandler(Browser_ContextMenu); the browser document becomes unresposinve.All mouse clicks are eaten. I cannot click on any text box or any link . But the right click is disabled . Can anyone help to solve this problem such that i can disable the right click in the browser control and browser document and mouse clicks also work fine in c# windows application. thanks ramya -- modified at 23:34 Monday 27th February, 2006

    C# help csharp

  • month year selection
    P prgramya

    I need a month year textbox or a monthyear selection control for an application in c# that displays only months and years and no date similiar to credit card expiry date style selection .Can anyone help from where can i get such a control or any alternative solution

    C# csharp help

  • month year text box
    P prgramya

    I need a month year textbox or a monthyear selection control for an application in c# that displays only months and years and no date similiar to credit card expiry date style selection .Can anyone help from where can i get such a control or any alternative solution.

    IT & Infrastructure csharp 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