Click here to Skip to main content
15,886,639 members

Comments by Keith O. Williams (Top 6 by date)

Keith O. Williams 23-Sep-17 0:27am View    
It's a tabbed web browser project I found on Code Project. It's open source and be downloaded for free. Once you look at it, you will know what I am referring to. Google it, then go to the YouTube video for a link to the project.
Keith O. Williams 18-Jul-14 15:33pm View    
What codec should I be using and how do I incorporated to my code?
Keith O. Williams 11-Jul-14 15:43pm View    
How I do that? I am very new to this.
Keith O. Williams 11-Jul-14 12:29pm View    
Basically when someone click on the link WastedEm in my game form, I want the user to be able to go to the FormWasteEm.xaml file.
Keith O. Williams 10-Jul-14 10:10am View    
I found the reference that is null at runtime

drawPlayer()
If Not fObj Is Nothing Then
fObj.Focus()
End If

Any suggestions on how to clear up this error?