Search results for query: *

  • Users: mpooley
  • Content: Threads
  • Order by date
  1. M

    How to use SVN

    I am confused about how to use VisualSVN in Visual Studio , although the same would apply to any subversion. Some very Basic Questions I have are. I open My project from my projects folder. Using Visual SVN . I create a new repository at say "C:\Repositories" and import it there. I make a few...
  2. M

    After Updating a windows forms app to .Net5 I have one more error to resolve ( I started with over 1500!)

    I'm just updating a medium sized windows forms app To .Net5 The last problem I have is Error MSB3577 Two output file names resolved to the same output path: "obj\Debug\net5.0-windows\MyAppName.Resources.resources" MyAppNameC:\Program Files (x86)\Microsoft Visual...
  3. M

    Post data to web server

    I am trying to post data to a webserver on my network. I've never had anything to do with PHP HTTP etc nothing and no real idea what/how it all works If I type into my browser "http://192.168.1.105/emoncms/input/post.json?node=1&csv=100,200,300" and hit enter the data gets posted Ok but how do...
  4. M

    Datagridview.forecolor won't change!

    Hi all I have a fairly basic problem that I just can't solve. I am trying to change the font color in a collection of grids everything else like background color font etc works ok but I cant get the forecolor to change. I have tried DataGridView1.ForeColor = blahblah.color and...
  5. M

    setting is not a Valid Identifier

    "Hi I converting a VB.net application to vb.net 2013 and one of the things I am doing is converting a homebrew config file to My.settings. To get started I began typing in some of the identifiers, some had spaces and they weren't accepted but I easily got round that by using underscores but...
  6. M

    will timers be reset if PC Hibernates and then resumes

    I have an App that needs to log Data exactly on the quarter hour.(amongst other things) We have had some power outages lately and the code as is, does not always restart gracefully depending on the outage(very quick off and then back on seems to be the culprit) So I have installed a UPS and...
  7. M

    I can only get 1 document window open at a time

    when I click on a document (class,form or module) in the solution explorer It replaces the document I have open. in other words instead of leaving the original document in another tab the tab closes and is then replaced with the new document. leaving only one tab not two IYSWIM I have been...
  8. M

    Removing a class Template - How?

    Hi I have a few classes that I have added to my templates. I want to delete one of them and i want to edit another. If I could delete them editing would not be a problem but I cant do it. I read somewhere that if I deleted the file from the templates folder that should do it, but when i tried...
  9. M

    getting xml page without using webrequest ?

    Hi I want to read an xml page from my local server without using webrequest. is this possible? I have looked at xmlreader etc but that wont read from a webpage. is this possible please? oh and the reason i dont want to use webrequest? well at random times i am getting timeouts which cause my...
  10. M

    HttpWebRequest Problems

    Hi all I am just experimenting with HttpWebRequest as I want to interface with a micro controller on my network that has its own inbuilt web page. It has a page where I have to input a password and then press a button to change an output on the controller board. when i use it, it works and the...
  11. M

    I want to change a color based on temperature

    HI I am building a temperature sensor network and want to graphically show tempperatures with different colors. So I need a nice blend from blue green yellow reds as the temps rise. To be honest I havn't got a clue apart fom hard coding it which i would prefer not to do. Has any one done this...
  12. M

    extremely simple linq question

    Dont know why i cant work it out for myself but:rolleyes: I am JUST looking at Linq and trying to work out what its all about so I am playing with the code - looking at examples etc . this code should work as i see it - normally you would declare the var category but in all the examples i've...
Back
Top