• Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to solve this problem? vb2012

    Just to be specific to the problem exactly. The error indicate that it couldn't find the file you specified, and it also say that you didn't handle such expection by …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to solve this problem? vb2012

    ![gh.jpg](/attachments/large/4/8742b15dbecb5444d6086d0a2f3fa080.jpg "align-center") why? help sir
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Is it possible to get the source path

    Nah didn't say that. Thought maybe there's another reason behind.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Is it possible to get the source path

    Ok cool. I will check this out and see, @rproffitt, well I must say I'm actually going forward and also regarding the post you are refering to, I've also mark …
  • Member Avatar for Mr.M
    Mr.M

    Created Is it possible to get the source path

    Hi DW. I would like to know if its possible to get the source path of a file copied/moved to a folder I set a FileSystemWatcher? What I mean is …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Is it possible to get the source path

    Hi DW. I would like to know if its possible to get the source path of a file copied/moved to a folder I set a FileSystemWatcher? What I mean is …
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for My app doesn't connect over wan

    Hi guys. I'm having a very serious problem. I've created Client,Server Socket applications and they work great on local mechine and I also created a test Windows Phone 7 app …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in My app doesn't connect over wan

    Thanks I did find the problem to this months ago and the problem was actually with the Internet Package I had. The package didn't have a static Public IP address, …
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for Is it possible to detect file copying/moving

    Hi Guys. First of all is it possible to detect a file copying/moving within the system, I'm sure this is done in lower languages like C++ but I've tried searching …
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for Working with mp3 tags

    Hi guys. Well according to the research I had, and MP3 file structure is as follows: ` AAAAAAAA AAABBCCD EEEEFFGH IIJJKLMM ` which is refered to as frames, and each. …
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for How to change file bits without reading entire file

    Hi DW. How can one read a file or change a file bits without reading the entire file. But first of all how can I read a file in such …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Working with Controls

    Thanks what I did was that I kept it on that main function a added more control which are for each and every function and its worked. I also think …
  • Member Avatar for Mr.M
    Mr.M

    Gave Reputation to pritaeas in Is it possible to detect file copying/moving

    > They detect the request of file copy/remove and they then do the required task Are you looking for a [file copy hook](https://msdn.microsoft.com/en-us/library/windows/desktop/cc144063(v=vs.85).aspx)?
  • Member Avatar for Mr.M
    Mr.M

    Gave Reputation to pritaeas in Is it possible to detect file copying/moving

    See the [FileSystemWatcher Class](https://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher(v=vs.110).aspx) Do note, that it works for copying, but does not work as expected when moving files.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How can I use alt+del to delete listview item ...

    Please post that code as of the start of the `Sub` to the end of that sub `End Sub` so that we can see what's wrong, but I think your …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How can I use alt+del to delete listview item ...

    how can I use Alt+Del to Delete listview item ... Now I just select the row and press del key delete the item, But I want to delete item by …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How can i create mcq quiz in vb.net

    What code do you have so far?
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How can i create mcq quiz in vb.net

    I want to develop project on the mcq based quiz in vb.net in that i want to provide four radio button and user will select one when he will click …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in [ASK] Cannot Upload to FTP

    Does your script has a connection time out? This can happen if the end user's internet connetcion is slow and also if they are also behind the proxy or their …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching [ASK] Cannot Upload to FTP

    In my php code, I make for user for upload their files, to ftp. For several months, its work. No problem at all. But recently they said cannot upload their …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Search for VB.net program

    In addition to what @ddanbe has asked, can you also be more specific as to what data you want to populate and also where about in the form you want …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Search for VB.net program

    A search button that can find and could post the data saved in MS Access in a new form?
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Working with Controls

    So you mean I can call form->label1->Text = "Text has changed from the out side."; Application::Run(form); as much as need and where ever I want to? I will have to …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Working with Controls

    Hi well my code is not inside the `.h` file but its inside the `.cpp` file and those are the functions that should access the control on the `.h` file …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Removing Item From Listbox And Updating Subtotal

    Provide us with the code you have so that it will be easy for use to help you out.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Removing Item From Listbox And Updating Subtotal

    how can i update my Amount text . whenever i remove items in my list box .. i desperately need this for my project .
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How I can add a search string in a combobox?

    I think what you are trying to say is that you want to Auto Complete when you are typing? Am I right? Please try to simplify what you are saying …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How I can add a search string in a combobox?

    Hello, How I can add a search string in a combox? I create a project there are a form Add Category I attached the screen sort. Category Item show in …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in What WndProc Windows Message for this

    My goal is to get notification when these request accures. I want to also get its parameters data which will have the data that is to be written to the …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in What WndProc Windows Message for this

    So you mean it is not possible to get notification when another app is performing this action? But I think there should be a way of knowing. I'm not sure …
  • Member Avatar for Mr.M
    Mr.M

    Created What WndProc Windows Message for this

    Hi DW. Anyone know what/which type of WndProc Windows Message is raised when someone is burning a CD? What I mean here is that if I'm using a software like …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching What WndProc Windows Message for this

    Hi DW. Anyone know what/which type of WndProc Windows Message is raised when someone is burning a CD? What I mean here is that if I'm using a software like …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Remove listview Item and deduct value of Item from total

    Don't use to hijack other peoples posts. Here is a C# code. foreach (ListViewItem iItem in ListView4.SelectedItems) { // I declared the variables I will use to keep track here. …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Working with Controls

    Hi rproffitt. As of IDE I've mentioned that above > Visual Studio using the CLR template and Yes I'm using Windows 7 Home Basic (32bit). Also about the link. The …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Programming

    I will strongly suggest that you first read tutorial that will introduce you to programming language as well as the IDE then read how to create your first program in …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Programming

    Design and implement a program that computes final averages for a set of grades. The program reads the grades from a user. [Marks 20]The format of a grade line is: …
  • Member Avatar for Mr.M
    Mr.M

    Created Working with Controls

    Hi Guys. I'm not a c++ dev but a VB.NET developer. I will first explain my scenario so that the question would be clear. Suppose I had a form which …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Working with Controls

    Hi Guys. I'm not a c++ dev but a VB.NET developer. I will first explain my scenario so that the question would be clear. Suppose I had a form which …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in change the focus automatically from one textbox to another textbox

    Do not post the same question on different forums while you are still getting response from the other forum just like how you did [here.](http://www.https://www.codeproject.com/Answers/1171026/Automatically-focus-to-next-textbox-after-enering#answer2)
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in change the focus automatically from one textbox to another textbox

    Well I'm glad it worked. If your problem has been solved don't forget to mark the question as solved.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in change the focus automatically from one textbox to another textbox

    Well What I think you first need to do is that since you know your barcode try finding how many digits it has the for each textbox set its max …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching change the focus automatically from one textbox to another textbox

    In vb.net application I have 10 Textbox and value entered by Barcode scanner So when one Textbox1 get the value by Barcode scanner the focus moved automatically to another Textbox2 …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Parameter @name has no default value

    I think you can solve that error by changing your loop to a For Each because with my guess based on your code you want to take each item and …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Parameter @name has no default value

    Hi guys I am developing a simple job card creator application with VB.net 2012, using Access 2010 as database. The code I have generated to write data from a datagridview …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Retrieving and saving data to Mysql Database using Visual Basic 2010

    Why didn't you use `Parameters.AddWithValue("@room_no", Label6.Text) & ""`? it works like charm and also if there is an error it will point straight to where you are having an error. …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Retrieving and saving data to Mysql Database using Visual Basic 2010

    Can Somebody help me? i have an error whenever i want to save the data i have retrieved from different table in mysql. my system is doorlock system. im going …
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for reEnable external devices

    Hi Dw. Long time ago I think late last year my computer was infected and I had installed a VM from Oracle and had a number of OS(VMs) installed one …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in reEnable external devices

    Thanks, just saw another post online which uses share folder and its was a tutorial guide and followed it buuuum it worked I am now able to share files within …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in reEnable external devices

    @rproffitt, Thanks just regained the internet connection. This mounting thing should I download it inside my Guest OS or Host? Also I'm not clear as to what is to be …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Search Button Error

    The error do state that your procedure doesn't has parameters and its correct. Look at your procedure code: USE [MPRS] GO /****** Object: StoredProcedure [dbo].[Search_Licenses_By_Number] Script Date: 26-Nov-16 8:06:52 AM …

The End.