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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
G

GomathiR

@GomathiR
About
Posts
30
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Byte[] of PDF into image
    G GomathiR

    Even in asp .net i am unable to add the dlls. I have added libpdf dll and tried to run the code. I got the following error. Could not load file or assembly 'libpdf.DLL' or one of its dependencies. The specified module could not be found.

    Gomathi R

    WPF graphics design data-structures tools performance

  • Byte[] of PDF into image
    G GomathiR

    Hi Pete, I have tried this. But i am unable to add the dll in my Silverlight Application.

    Gomathi R

    WPF graphics design data-structures tools performance

  • Byte[] of PDF into image
    G GomathiR

    Hi, I need to convert a byte[] array generated from PDF into image and show it in the UI. I dnt want to store the image file anywhere in the disk.Conversion should be using in-built memory. I tried to convert byte into bitmap image using the following code. But image is not rendered in the UI. using (MemoryStream ms = new MemoryStream(bytes, 0, bytes.Length)) { BitmapImage im = new BitmapImage(); im.SetSource(ms); this.pdfImage.Source = im; } Is there anyother way to do this? Tools are also acceptable.

    Gomathi R

    WPF graphics design data-structures tools performance

  • animation
    G GomathiR

    do u think only gents can answer this?

    Gomathi R

    WPF csharp wpf question

  • Is it good idea to use SL for message board
    G GomathiR

    My advice is to create the pages in dotnet. because html rendering is difficult (not available i think) in silverlight.u can embed dotnet in silverlight

    Gomathi R

    WPF com question

  • Active Directory in Silverlight
    G GomathiR

    Hi, I have a silverlight application with a login page. I want to check login members against Active Directory members and then redirect them to respective pages. I have done Active directory validation in dot net.But in Silverlight, I am unable to find "System.DirectoryServices" dll. Any help regarding this will be very useful.Thanks in advance :) .

    Gomathi R

    WPF windows-admin help

  • Silverlight UserControl [modified]
    G GomathiR

    Hi, I wrote a class inherting from canvas. I added a child inside ItemTemplate.I am having a linkbutton as child. I added it in Page.xaml as <my:parent> <my:DataPoint Text="30 Members" Link="http://www.zsl.com" ImageUrl="../images/chat.png"></my:DataPoint> </my:parent> What i want now is,if i change the text or link value it should reflect in design view. Any Idea about this!

    Gomathi R

    modified on Tuesday, July 14, 2009 5:24 AM

    WPF wpf com design lounge

  • WPF SideBar
    G GomathiR

    Hi, I have created a WPF application(browser) having a XamDatagrid. I populated the grid with db values. When i placed the gadget in Windows Sidebar i am unable to see the binded data. And also close, maximize and drag buttons of the sidebar get disappears. Any solution for this will be appreciated. :( .Thanks in advance

    Gomathi R

    WPF csharp css database wpf

  • WebMonthView Control in CLR
    G GomathiR

    Then, this question comes under which board? It is silver light control only na?

    Gomathi R

    WPF dotnet help question

  • WebMonthView Control in CLR
    G GomathiR

    Hi, I am using clr 3.5 for asp 2008. My aim is to enter daily task and to save it in that day's month view. WebMonthView control seems not to have any click events. The data i am adding for a particular date should be visible in that day in MonthView Control. Any Idea ? Pls help me urgent!!! :(

    Gomathi R

    WPF dotnet help question

  • WPF Setup
    G GomathiR

    Hi, I selected framework as a required resource. But even then the error appears.I created setup. but if we run it using the setup the UI gets collapsed.

    Gomathi R

    WPF csharp wpf help workspace

  • WPF Setup
    G GomathiR

    Hi, I created one wpf application and published it. When i run it from another system thar doesn't have Dotnet framework installed, it show me an error(Prerequisite- dotnet framework 3.0 &Windows installer). Any idea regarding this.

    Gomathi R

    WPF csharp wpf help workspace

  • WPF event binding
    G GomathiR

    Can u explain me clearly. By finding a function means ,what value you are going to bind?

    Gomathi R

    WPF wpf csharp wcf tutorial

  • Single Sign On In WPF
    G GomathiR

    I have designed a page Using WPF. Instead of having a login page i am using this windows login.the application should take username from the active directory.

    Gomathi R

    WPF csharp wpf help question

  • WPF event binding
    G GomathiR

    I think u want to have some value in label when mouse is down. If so then call a method on MouseDown event and assign the value to the label as LABE.Text=value

    Gomathi R

    WPF wpf csharp wcf tutorial

  • Single Sign On In WPF
    G GomathiR

    Hi, Is there any way to use sso in wpf? Pls help me if there any.

    Gomathi R

    WPF csharp wpf help question

  • Linq Update query
    G GomathiR

    Hi, thanks for your response :) . Problem is solved.

    Gomathi R

    WCF and WF database csharp linq help announcement

  • Linq Update query
    G GomathiR

    Hi i am updating a table in SQL using Linq query. But after submitting the changes, the table is not updated. I tried many times by recreating the Dbclasses file also. Any help regarding this will be very helpful. NOTE:While using the same method for another table in the same database,it gets updated.

    Gomathi R

    WCF and WF database csharp linq help announcement

  • Navigation in Window
    G GomathiR

    Thanks Pete. But now i am looking at another serious problem. I am using infra grid in my page. I want to perform edit operation in it. I found a method which works only when "Select *" is used.And also it displays two objects in the grid. Any idea regarding this.very urgent

    Gomathi R

    WPF

  • Navigation in Window
    G GomathiR

    Hi, i am using this method only. But it is applicable for Page navigation only.I want window navigation. :(

    Gomathi R

    WPF
  • Login

  • Don't have an account? Register

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