Search results for query: *

  • Users: mikem
  • Order by date
  1. M

    debugging slow down and even will hang

    testig slowdown I work in the vb.net 03 context, and I get slowed down also. I haven't figured it out either but I notice that the devenv.exe process grows during the testing process, maybe as a result of garbage accumulating. I find that ending the devenv process, every so often, in the task...
  2. M

    copying existing application with new name

    Thanks for the help how and where are these reference points mikem
  3. M

    copying existing application with new name

    I am updating an existing app, and want to create an independent test version I created a new folder and pasted the existing app, but it still references the modules in the original folder. What is the correct procedure mikem
  4. M

    databinding

    can I databind a sequential file created with streamwriter mikem
  5. M

    simple stuff

    I have a long sequence of characters in a file , and I want to format it on the screen display
  6. M

    simple stuff

    How to force a new line to display on screen How can I force a new line to display on screen, I've tried controlcharacter. nl vbcr vbcrlf etc mikem
  7. M

    basic code stuff

    thanks for the ListBox1.Width = New System.Web.UI.WebControls.Unit(100, System.Web.UI.WebControls.UnitType.Pixel) but what does it mean, and why does it work mikem
  8. M

    basic code stuff

    I tried your format and got the following error value of type 'integer' cannot be converted to 'system.web.ui.webcontrols.unit'
  9. M

    basic code stuff

    basic stuff Let me ask you some serious stuff. I working on my first web site in vb net 1- how do I access a code module on the site 2-can I databind a file I created with streamwriter (txt) as opposed to mdp lets start there I'm being called to diner so I pick this up later thanks mikem
  10. M

    basic code stuff

    why wont my machine accept the following: (listboxname).width=226 px
Back
Top