Click here to Skip to main content
15,921,371 members
Home / Discussions / WPF
   

WPF

 
Questionto display 12 bit dicom image Pin
krishnan.s25-May-09 22:57
krishnan.s25-May-09 22:57 
AnswerRe: to display 12 bit dicom image Pin
Pete O'Hanlon26-May-09 0:35
mvePete O'Hanlon26-May-09 0:35 
QuestionCan any body explain where did Dependency property register Pin
wasimsharp25-May-09 19:32
wasimsharp25-May-09 19:32 
QuestionRe: Can any body explain where did Dependency property register Pin
Mark Salsbery25-May-09 20:24
Mark Salsbery25-May-09 20:24 
AnswerRe: Can any body explain where did Dependency property register Pin
wasimsharp25-May-09 21:04
wasimsharp25-May-09 21:04 
GeneralRe: Can any body explain where did Dependency property register Pin
Mark Salsbery26-May-09 6:01
Mark Salsbery26-May-09 6:01 
AnswerRe: Can any body explain where did Dependency property register Pin
Oleg V. Polikarpotchkin26-May-09 18:20
Oleg V. Polikarpotchkin26-May-09 18:20 
QuestionSystem.AccessViolationException was unhandled Message="Attempted to read or write Pin
Shato25-May-09 11:47
Shato25-May-09 11:47 
Confused | :confused:
I have a cctv dvr that I am trying to view from my wpf application. I have added a web browser control on my form on which I can browse most web pages. When I try to go to the link http:\\120.0.0.1, the address of my machine where I installed the dvr card I get the exception below.
I can come across a couple of suggestions on the web, but nothing seems to work, I am using VS 2008 on a vista machine.

System.AccessViolationException was unhandled
Message="Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
Source="WindowsBase"
StackTrace:
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.Run()
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at System.Windows.Application.Run()
at Glowworm.App.Main() in C:\Users\Marwa\Documents\Visual Studio 2008\RunningProjetcs\Glowworm\Glowworm\obj\Debug\App.g.cs:line 0
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:
QuestionWPF ignores Storyboard.SpeedRatio or StoryBoard.SetSpeedRatio() Pin
softwarejaeger25-May-09 5:49
softwarejaeger25-May-09 5:49 
AnswerRe: WPF ignores Storyboard.SpeedRatio or StoryBoard.SetSpeedRatio() Pin
ABitSmart25-May-09 17:13
ABitSmart25-May-09 17:13 
QuestionHow to implement TV tunner in WPF application Pin
Nekkantidivya25-May-09 4:31
Nekkantidivya25-May-09 4:31 
AnswerRe: How to implement TV tunner in WPF application Pin
Michael Sync23-Jul-09 20:40
Michael Sync23-Jul-09 20:40 
QuestionHow to get weather report in silver light page Pin
Nekkantidivya25-May-09 3:56
Nekkantidivya25-May-09 3:56 
QuestionRe: How to get weather report in silver light page Pin
Mark Salsbery25-May-09 7:57
Mark Salsbery25-May-09 7:57 
QuestionHow open a webpage in silver light as webbrowser control Pin
Nekkantidivya25-May-09 3:31
Nekkantidivya25-May-09 3:31 
AnswerRe: How open a webpage in silver light as webbrowser control Pin
Mark Salsbery25-May-09 7:35
Mark Salsbery25-May-09 7:35 
QuestionUsing LINQ on ObservableCollection<t></t> Pin
bluewavestrider25-May-09 1:26
bluewavestrider25-May-09 1:26 
AnswerRe: Using LINQ on ObservableCollection Pin
ABitSmart25-May-09 3:33
ABitSmart25-May-09 3:33 
GeneralRe: Using LINQ on ObservableCollection Pin
bluewavestrider25-May-09 10:17
bluewavestrider25-May-09 10:17 
Questionsilverlight Pin
rajesh55525-May-09 0:38
rajesh55525-May-09 0:38 
QuestionHow to: Select multiple elements inside a panel? Pin
Kunal Chowdhury «IN»24-May-09 22:48
professionalKunal Chowdhury «IN»24-May-09 22:48 
AnswerRe: How to: Select multiple elements inside a panel? Pin
bluewavestrider25-May-09 2:12
bluewavestrider25-May-09 2:12 
GeneralRe: How to: Select multiple elements inside a panel? Pin
Kunal Chowdhury «IN»25-May-09 2:14
professionalKunal Chowdhury «IN»25-May-09 2:14 
QuestionIsolated Storage Pin
Noam Maoz24-May-09 3:43
Noam Maoz24-May-09 3:43 
AnswerRe: Isolated Storage Pin
Mark Salsbery24-May-09 8:34
Mark Salsbery24-May-09 8:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.