Win8 Start Button

2012-10-10 Thread Glen Harvy

  
  
Hi,
  
  Has anyone else noticed that the Start button functionality has
  been 're-instated' in the latest Win8 update? Just move your mouse
  to where the start button used to be and you will be shown the
  link to the Start screen.
  
  Glen.
  

  





Re: Win8 Start Button

2012-10-10 Thread Damon Pollard
Think Glen might be having wet-ware problems.

The zone has always been there - check the other corners too!

On Wed, Oct 10, 2012 at 3:23 PM, Preet Sangha preetsan...@gmail.com wrote:

 Just checked the date...in case you're pulling our legs :-)


 On 10 October 2012 20:20, Glen Harvy g...@aquarius.com.au wrote:

  Hi,

 Has anyone else noticed that the Start button functionality has been
 're-instated' in the latest Win8 update? Just move your mouse to where the
 start button used to be and you will be shown the link to the Start screen.

 Glen.




 --
 regards,
 Preet, Overlooking the Ocean, Auckland



Registration-free activation question

2012-10-10 Thread Ian Thomas
I have a third-party COM DLL (GMFPreview.DLL - some of you may have used it,
for DirectShow)  and as I recall, there is a Windows tool that will display
the comClass GUID, etc that I will need to put into the manifest for the
DLL. 

I can't recall what the tool is - OLE something? 

  _  

Ian Thomas
Victoria Park, Western Australia



Re: Win8 Start Button

2012-10-10 Thread Stephen Price
Yep, its always been like that.

I've learned a new gesture thats kind of cool. On touch device, you can
cycle through tasks by swiping slowly from the left edge (knew that) but if
you then flick the image (of the next screen) back towards the left edge it
brings up a view down the left edge showing thumbnails of all the screens
running. You can get this view open with mouse by mousing over top left and
slowly moving down the left edge.

Wonder if there are any easter eggs. :)

On Wed, Oct 10, 2012 at 4:12 PM, Damon Pollard 
damon.poll...@birchmangroup.com wrote:

 Think Glen might be having wet-ware problems.

 The zone has always been there - check the other corners too!


 On Wed, Oct 10, 2012 at 3:23 PM, Preet Sangha preetsan...@gmail.comwrote:

 Just checked the date...in case you're pulling our legs :-)


 On 10 October 2012 20:20, Glen Harvy g...@aquarius.com.au wrote:

  Hi,

 Has anyone else noticed that the Start button functionality has been
 're-instated' in the latest Win8 update? Just move your mouse to where the
 start button used to be and you will be shown the link to the Start screen.

 Glen.




 --
 regards,
 Preet, Overlooking the Ocean, Auckland





Re: Greetings

2012-10-10 Thread Stephen Price
It might help.
if you post some snippets of your code.
we can talk about something specific.
sorry couldn't.
resist. I'm bad

On Wed, Oct 10, 2012 at 11:07 AM, Marvin Hunkin startrekc...@gmail.comwrote:

 hi.
 well.
 i was using a rich text box, for a set of menus in a vb project.
 but my lecturer said to change it to a plain text box.
 but, now it is not liking the LoadFile or SaveFile for the file name.
 how to fix this.
 my lecturer i think is still on vacation.
 any ideas.
 trying to do a class project.
 and also not liking the print options, like Font Style, etc.
 any help.
 have searched online and the code looks the same.
 and also got some type and value problems.
 can any one point me in the right direction.
 marvin.



RE: Registration-free activation question

2012-10-10 Thread Ian Thomas
OK, OleView - now to work out how to construct the manifests. 

 

  _  

Ian Thomas
Victoria Park, Western Australia

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Ian Thomas
Sent: Wednesday, October 10, 2012 4:53 PM
To: ozdotnet@ozdotnet.com
Subject: Registration-free activation question

 

I have a third-party COM DLL (GMFPreview.DLL - some of you may have used it,
for DirectShow)  and as I recall, there is a Windows tool that will display
the comClass GUID, etc that I will need to put into the manifest for the
DLL. 

I can't recall what the tool is - OLE something? 

  _  

Ian Thomas
Victoria Park, Western Australia



Re: Greetings

2012-10-10 Thread Joseph Cooney
Agree. For example, what UI framework are you using? Winforms? WPF?
Silverlight? More details, please.

On Wed, Oct 10, 2012 at 8:38 PM, Stephen Price step...@perthprojects.comwrote:

 It might help.
 if you post some snippets of your code.
 we can talk about something specific.
 sorry couldn't.
 resist. I'm bad


 On Wed, Oct 10, 2012 at 11:07 AM, Marvin Hunkin startrekc...@gmail.comwrote:

 hi.
 well.
 i was using a rich text box, for a set of menus in a vb project.
 but my lecturer said to change it to a plain text box.
 but, now it is not liking the LoadFile or SaveFile for the file name.
 how to fix this.
 my lecturer i think is still on vacation.
 any ideas.
 trying to do a class project.
 and also not liking the print options, like Font Style, etc.
 any help.
 have searched online and the code looks the same.
 and also got some type and value problems.
 can any one point me in the right direction.
 marvin.





-- 

w: http://jcooney.net
t: @josephcooney


RE: Greetings

2012-10-10 Thread David Kean
At a random guess, Marvin was using WinForm's RichTextBox.SaveXXX and 
RichTextBox.LoadXXX methods.

Marvin, as a replacement, look at the System.IO.File.ReadAllText and 
System.IO.File.WriteAllText methods. These allow you to read and write 
arbitrary text, ie the TextBox.Text property.

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On 
Behalf Of Joseph Cooney
Sent: Wednesday, October 10, 2012 3:56 AM
To: ozDotNet
Subject: Re: Greetings

Agree. For example, what UI framework are you using? Winforms? WPF? 
Silverlight? More details, please.
On Wed, Oct 10, 2012 at 8:38 PM, Stephen Price 
step...@perthprojects.commailto:step...@perthprojects.com wrote:
It might help.
if you post some snippets of your code.
we can talk about something specific.
sorry couldn't.
resist. I'm bad

On Wed, Oct 10, 2012 at 11:07 AM, Marvin Hunkin 
startrekc...@gmail.commailto:startrekc...@gmail.com wrote:
hi.
well.
i was using a rich text box, for a set of menus in a vb project.
but my lecturer said to change it to a plain text box.
but, now it is not liking the LoadFile or SaveFile for the file name.
how to fix this.
my lecturer i think is still on vacation.
any ideas.
trying to do a class project.
and also not liking the print options, like Font Style, etc.
any help.
have searched online and the code looks the same.
and also got some type and value problems.
can any one point me in the right direction.
marvin.




--

w: http://jcooney.net
t: @josephcooney



Greetings

2012-10-10 Thread Marvin Hunkin

hi.
using vb 2010, win forms.
and using a screen reader, jaws for windows from 
http://www.freedomscientific.com.

okay, going to past the form code from the first form, frmMain.
okay.
Marvin.

Imports System.IO

  Public Class frmMain

 Private request As DialogResult

 Dim dlgSaveDialog1 As New SaveDialog()

'private variables for printing, etc

  Private FontColor As Color = Color.Black
 Private FontSize As Integer = 12
 Private FontFamily As String = Times New Roman
 Private FontStyle As FontStyle = Drawing.FontStyle.Regular


'place to save the current filename

   Public fileName As String

 Private Sub mnuFileOpenToolStripMenuItem_Click(sender As Object, e As 
System.EventArgs) Handles mnuFileOpenToolStripMenuItem.Click


Dim newWindow  As New frmWindow
  Dim textFile As StreamReader

'create a new document  window(MDI Child)

   newWindow.Show()
newWindow.MDIParent = Me

  'get the filename and open the file

   request = newWindow.dlgOpenFileDialog1.ShowDialog()

  If (request = DialogResult.Ok) then
  newWindow.FileName = newWindow.dlgOpenFileDialog1.FileName
   textFile = File.OpenText(newWindow.FileName)
   newWindow.txtDocument.Text = textFile.ReadToEnd
   textFile.Close()
 End If

If newWindow.dlgOpenFileDialog1.ShowDialog() = 
System.Windows.Forms.DialogResult.OK then

   newWindow.txtDocument.LoadFile(newWindow.dlgOpenFileDialog1.FileName)
   newWindow.FileName = newWindow.dlgOpenFileDialog1.FileName

   'Name the new window Title Bar

   newWindow.Text = newWindow.fileName
   Else
   MessageBox.Show(No File Was Opened, User Likely Clicked Cancel Or 
Closed The Dialog.)

End If
 End Sub

 Private Sub mnuFileNewToolStripMenuItem_Click(sender As Object, e As 
System.EventArgs) Handles mnuFileNewToolStripMenuItem.Click


Dim newWindow as New frmWindow

'create a new document window (MDI Child)

  newWindow.Show()
 newWindow.MdiParent = Me
 End Sub

 Private Sub mnuFileQuitToolStripMenuItem_Click(sender As Object, e As 
System.EventArgs) Handles mnuFileQuitToolStripMenuItem.Click


  'check the user really wants to close the App

  Dim reply As DialogResult = _
   MessageBox.Show(Quit Text Editor?, Simple Text Editor, _
   MessageBoxButtons.OkCancel, MessageBoxIcon.Question, _
   MessageBoxDefaultButton.Button2)
  If reply = windows.forms.DialogResult.OK then
   Me.Close()
   End If
   End Sub

 Private Sub frmMain_Load(sender As Object, e As System.EventArgs) 
Handles Me.Load


  'start the timer for date/time display in status strip

tmrTimer1.Start()

 'resize the rich text box to fill the window

  txtDocument.size = Me.Size
 End Sub

 Private Sub tmrTimer1_Tick(sender As Object, e As System.EventArgs) 
Handles tmrTimer1.Tick


  'update the date/time display in the status strip

tslDateTime.Text = Date.Now
 End Sub

 Private Sub mnuHelpAboutToolStripMenuItem_Click(sender As Object, e As 
System.EventArgs) Handles mnuHelpAboutToolStripMenuItem.Click


  'display the About form as Modal

  frmAbout.ShowDialog()
 End Sub

 Private Sub mnuFormatFontColorToolStripMenuItem_Click(sender As 
Object, e As System.EventArgs) Handles 
mnuFormatFontColorToolStripMenuItem.Click


  'call the color dialog box and set the font colour

   dlgColorDialog1.ShowDialog()
  txtDocument.ForeColor = dlgColorDialog1.Color

End Sub

 Private Sub mnuFormatFontStyleToolStripMenuItem_Click(sender As 
Object, e As System.EventArgs) Handles 
mnuFormatFontStyleToolStripMenuItem.Click


  'call the font style dialog box and set the font style

dlgFontDialog1.ShowDialog()
  txtDocument.Font = dlgFontDialog1.Font
   End Sub

 Private Sub mnuFileSaveToolStripMenuItem1_Click(sender As Object, e As 
System.EventArgs) Handles mnuFileSaveToolStripMenuItem1.Click


Dim newWindow As New frmWindow

  'if an open file save it with the same name

  'otherwise get the filename and then save the file

  If newWindow.dlgSaveFileDialog1 .ShowDialog() = 
System.Windows.Forms.DialogResult.OK then

   newWindow.txtDocument.LoadFile(newWindow.dlgSaveFileDialog1.FileName)
   newWindow.FileName = newWindow.dlgSaveFileDialog1.FileName

  'Name the new window Title Bar

   newWindow.Text = newWindow.fileName
Else
  MessageBox.Show(No File Was Saved, User Likely Clicked Cancel Or 
Closed The Dialog.)

 End If
 End Sub

 Private Sub mnuEditSelectAllToolStripMenuItem_Click(sender As Object, 
e As System.EventArgs) Handles mnuEditSelectAllToolStripMenuItem.Click


  'mark all text in the document as selected

  txtDocument.SelectAll()
 End Sub

 Private Sub mnuFileSaveAsToolStripMenuItem_Click(sender As Object, e 
As System.EventArgs) Handles mnuFileSaveAsToolStripMenuItem.Click


  'get the filename 

Re: Greetings

2012-10-10 Thread Mark Hurd
On 11 October 2012 13:38, Marvin Hunkin startrekc...@gmail.com wrote:
 hi.
 using vb 2010, win forms.
 and using a screen reader, jaws for windows from
 http://www.freedomscientific.com.
 okay, going to past the form code from the first form, frmMain.
 okay.
 Marvin.

 code snipped


And your question is?

-- 
Regards,
Mark Hurd, B.Sc.(Ma.)(Hons.)