Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Michael_Davies

@Michael_Davies
About
Posts
58
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Rfid Reader Tag number Extraction
    M Michael_Davies

    Several useful articles on this site with code; UHF RFID Reader Program[^]

    C# question database help

  • (latest VS2017) Using the C++ Core Check (code analysis) trigger warning on corrected code.
    M Michael_Davies

    "Any way to reset the warnings so that it won't retrigger the same warnings ?"

    C / C++ / MFC c++ asp-net database com question

  • (latest VS2017) Using the C++ Core Check (code analysis) trigger warning on corrected code.
    M Michael_Davies

    As I say, if you right-click the warning you can suppress it for that line, not suppress the warning for every line.

    C / C++ / MFC c++ asp-net database com question

  • (latest VS2017) Using the C++ Core Check (code analysis) trigger warning on corrected code.
    M Michael_Davies

    If you right-click the warning do you get a menu with Suppress on it?

    C / C++ / MFC c++ asp-net database com question

  • Input:12-4-78==OUTPUT:12041978 //Input:9-4-78==OUTPUT:09041978
    M Michael_Davies

    What output do you get? Rather than convert to integer to determine if you need to prefix a zero why not use strings length, if it is 1 you need a zero...

    Java java

  • Library for obtaining duration of video movies in various formats?
    M Michael_Davies

    MediaInfo is a opensource library that extracts information from most media files, there is a DLL and an an exe, you cold look at the exe source to see how to interact with the DLL.

    Graphics csharp css question

  • How to dispose of a particular instance of a class?
    M Michael_Davies

    Where are you holding the created instances and how are they referenced to a particular line in the list box?

    Visual Basic question tutorial

  • Not getting the visible bottom index of the List Control in MFC?
    M Michael_Davies

    If there's not a method for it loop from the first to the last item and when ItemIsVisible returns false break the loop the previous item was at the bottom.

    C / C++ / MFC question c++ database design

  • Windows Application C#
    M Michael_Davies

    Where is your code, what have you done so far? Relatively simple all you need it to manage the FormLoad and checkbox events.

    C# csharp visual-studio help

  • How to subtract in VB with Access DB
    M Michael_Davies

    First Richard Deeming is right, do not concatenate SQL strings form user input, wide open to injection attack, use parameterised queries. That said your SQL will do what you ask, however it is a SELECT statement which will return rows of data to your program, take it that part of your sqlQuery string is missing as you also need a FROM and table name. You execute it as NonQuery which will return nothing from a SELECT anyway, you need to look at UPDATE if you want to alter the values in table(s).

    Visual Basic csharp database visual-studio security debugging

  • Visual Studio 2017 problems
    M Michael_Davies

    Why not report it to Microsoft?

    C# csharp visual-studio debugging performance help

  • webrequest sent twice
    M Michael_Davies

    Apologise, put my reading glasses on..

    C# help

  • webrequest sent twice
    M Michael_Davies

    You only need to use the stream if you have parameter data to be written to the URL.

    req.Credentials = new NetworkCredential(...);
    req.GetResponse();

    Will do the trick.

    C# help

  • how to connect table from database to table from another database?
    M Michael_Davies

    Which database engine? Are the databases on the same server?

    Database database tutorial question

  • WMI Events can't get User | ManagementEventWatcher, __INstanceCreationEvent, Win32_Process GetOwner
    M Michael_Davies

    Try casting the managementbaseobject as managementobject, often works. Example at : wmi - Convert .Net ManagementBaseObject to ManagementObject - Stack Overflow[^]

    C# database windows-admin help tutorial

  • Making Excel Cells Read Only
    M Michael_Davies

    My apologise, your right, I just never used it that way always had passwords.

    C# help

  • Making Excel Cells Read Only
    M Michael_Davies

    Excel only locks the locked cells when a password is put on the sheet. Every cell has the Locked attribute set on new sheets, you unlock cells you want to allow users to change then set a password on the sheet to protect the locked cells.

    C# help

  • Line in Volume control!
    M Michael_Davies

    The example I gave the link to has the Line In volume shown in one of it's pictures so it does contain something to do with Line In. You can quite easily convert C# to VB, lots of online sites will do it for you, plus you can use the C# modules that do the background work with the audio and use VB to do the UI if you wanted to.

    Visual Basic help question

  • Line in Volume control!
    M Michael_Davies

    Tried searching this site for "volume control" for you, several results not the least was; A Synchronized Volume Control for your Application[^]

    Visual Basic help question

  • How to download all latest files from ftp server to pc automatically in vb.net
    M Michael_Davies

    Hi, Posting the question three times only annoys people. Have you set "Allow service to interact with the desktop", if not your service may hang on the msgbox's.

    Visual Basic sysadmin csharp php data-structures
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups