• Member Avatar for Mike Askew
    Mike Askew

    Gave Reputation to gerbil in Are these logs looking normal?

    Clean. But... -Remove all old Javas with JavaRa [free] and update to 7.51 [or go to the Java site, update and then run their test/old Java uninstaller tool]. Old Java …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Are these logs looking normal?

    Will do, thanks
  • Member Avatar for Mike Askew
    Mike Askew

    Created Are these logs looking normal?

    Other half's laptop just trying to clean it up a bit as very slow. Do these logs look okay? Have deleted all the stuff flagged up in the malware scans …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Are these logs looking normal?

    Other half's laptop just trying to clean it up a bit as very slow. Do these logs look okay? Have deleted all the stuff flagged up in the malware scans …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Writing to XML file, causes corrupt file

    Yeah I think it is something to do with how the `serialize` works. Not sure though. Glad it's sorted.
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Writing to XML file, causes corrupt file

    You're right! I also now see this behaviour if I shorten the text contained in one of the variables. The solution I used was the following (line 21): public class …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Writing to XML file, causes corrupt file

    I have a WPF app which saves a few textboxes in a XML file. But for some reason sometimes it saves ok and the other time it does not. And …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Writing to XML file, causes corrupt file

    Can't seem to replicate your issue using the following test code: public class Temp { public string Name; public string HotKey; public string Timer; public string Message; } class Program …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Append data to text file

    how can i save different data to text file separated by commas and the text file shoul handle 5 records
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Append data to text file

    What code have you got so far for this? What is the data etc?
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Calling mehods from another class

    As JorgeM said, the class needs instantiating first. You could also make the method static and then it would function how you are trying to do at present. Static methods …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Calling mehods from another class

    I have one class called Class1.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace static2 { public class Automobile { public static int NumberOfWheels = 4; public …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Having trouble with error

    This is the code I have and I am trying to get rid of the error but there is always an error after error even with me looking it up: …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Having trouble with error

    As mentioned above you need a Main method. The syntax above is not C# however and I think somebody got lost from his C++ forum :D The default C# main …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Code Release

    Yeah I have access to TFS online through my MSDN Subscriber benefits so could also use that. Did debate asking Dani if there was any place such things could be …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Code Release

    Yeah had a look at GitHub the other day but couldn't figure out how to work it :D I think I was being stupid.
  • Member Avatar for Mike Askew
    Mike Askew

    Edited Code Release

    So been working on a C# wrapper for the DW API for a while now and its moving into the closing stages of development and I will release it publicly …
  • Member Avatar for Mike Askew
    Mike Askew

    Created Code Release

    So been working on a C# wrapper for the DW API for a while now and its moving into the closing stages of development and I will release it publicly …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Code Release

    So been working on a C# wrapper for the DW API for a while now and its moving into the closing stages of development and I will release it publicly …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Web application security questionnaire

    Hi my name is Tom, I am currently working on my final year project for my university looking at web application security. I would really appreciate it if you could …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Web application security questionnaire

    If the answer is `No` to the first question, the next four become difficult to answer without providing false data.
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in bring value from popup window to parent window c# (ListView)

    You would most likely use logic along the following lines. 1. Have a public facing property on the pop-up form. 2. When a row is chosen on the pop-up form, …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching bring value from popup window to parent window c# (ListView)

    Hi EveryOne, Can I ask your help/suggestion: click a button to open popup window, how can i carry the one of col. info to parent window's text box when user …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Retrieving data

    iam new in C#, am creating a website using asp.net but i am facing some problem. the problem is this i want to a web application that can retrieve data …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Retrieving data

    What have you got so far in terms of code?
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Article Query JSON Bug

    I guess so yes, consistency would be the best option.
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Article Query JSON Bug

    Thanks :), it doesn't have to fake it though, just didn't know if that was correct or not. I can code to handle there being no related articles. That's your …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Birthdays

    Ooo driving tanks does sound rather fun :D
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Birthdays

    I have another birthday anniversary today, I'm now only 39, with 32 years of experience.
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Birthdays

    Then we share the same birthday AD, 22 today :)
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in textbox and listbox

    What don't you understand about it?
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in textbox and listbox

    Yeap, KeyDown or KeyPress as I covered above would work. IIRC KeyDown has a different event parameter which would variate it slightly from my example?
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Article Query JSON Bug

    This also occurs when querying the community feedback forum with the current 28th post in the list having an identical issue. PostID: "469250"
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in textbox and listbox

    @**ddanbe**, OP was after the text move triggering by the <enter> key press :)
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in textbox and listbox

    The `enter` event only fires when you give the control focus when it previously didn't have it. For example clicking on the textbox. You would need to fire the code …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching DataGriedview Cell Color Change Failed ON Form Load

    public partial class FrmEndDateSummaryOnLoad : FrmErpSimple { List<string> mVehicleRemainderList; //SMdiForm mMdiParent; string mCurrentUserId; string mCurrentPeriodId; DataTable dataTableVehicleID = new DataTable(); DataTable dataTableVehicleNextKMS = new DataTable(); public FrmEndDateSummaryOnLoad(CErpDataConnection pErpDataConnection, CUserLoginInfo pUserLoginInfo …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in DataGriedview Cell Color Change Failed ON Form Load

    Have you tried a `this.Update();` after the call to `SearchEndDate();`? This will force the form to redraw.
  • Member Avatar for Mike Askew
    Mike Askew

    Gave Reputation to ddanbe in How to Print a Hollow Square

    Take a paper and a pencil. Draw your square with '+' or whatever chars. Done? Now use the **cout** instruction to let the computer do the exact same thing. Success!
  • Member Avatar for Mike Askew
    Mike Askew

    Edited Article Query JSON Bug

    Been running a couple of article queries this morning. When running `http://www.daniweb.com/api/articles?forum_id=61` I encountered what looks like a bug. The 11th thread reply coming back in the query is the …
  • Member Avatar for Mike Askew
    Mike Askew

    Edited Article Query JSON Bug

    Been running a couple of article queries this morning. When running `http://www.daniweb.com/api/articles?forum_id=61` I encountered what looks like a bug. The 11th thread reply coming back in the query is the …
  • Member Avatar for Mike Askew
    Mike Askew

    Created Article Query JSON Bug

    Been running a couple of article queries this morning. When running `http://www.daniweb.com/api/articles?forum_id=61` I encountered what looks like a bug. The 11th thread reply coming back in the query is the …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Article Query JSON Bug

    Been running a couple of article queries this morning. When running `http://www.daniweb.com/api/articles?forum_id=61` I encountered what looks like a bug. The 11th thread reply coming back in the query is the …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Reply Count Bug

    Hello, I got a message this morning from a mod that had deleted a duplicate post. Which is all fair enough....Except I never saw the duplicate post in question. When …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Reply Count Bug

    The duplicate did exist Ket, as it was I who flagged it.
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching textbox and listbox

    in windows form application,i wrote this code in enter event of textbox to add the enterd text into a listbob control.but it didnt worked. listbox1.items.add(textbox1.text); how to solve this problem.
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in textbox and listbox

    The code is correct assuming those are the names of the objects. As **KM499** said, please provide the full code as there may be other interfering factors.
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in c#

    Whats the database structure like?
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching c#

    sir please i want a c# code that reads from the txt file and save it to database...
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in c#

    What have you got so far? I will happily help you with errors when stuck but I don't get paid to write the code for you, neither does anyone else …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in fetch log file from Fingerprint Reader

    I personally couldn't comment on how to do it without the SDK as it isn't something I have done. But even if you manage to access this device without using …

The End.