• Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to get only numbers and - in text box?

    I believe the solution has been already supplied to your other post at https://www.daniweb.com/software-development/vbnet/threads/484545/how-to-get-only-numbers-and-in-the-text-box
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How do I format my code manually

    Not Canadian but African ;-)
  • Member Avatar for Mr.M
    Mr.M

    Began Watching VB.NET - Simple Game

    Here's a simple game code, open a new vb project and copy paste this code and hit run. the game contains 3 levels, all you have to do is to …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in VB.NET - Simple Game

    Looool you want me to kill my mouse button now ey ;-) nice game
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for How do I format my code manually

    Hi Dw I've been having this problem for quite sometime now. I'm using a cell phone to post most of the times and to comment, and provide solutions where I …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How do I format my code manually

    Lol ow I'm sorry english ey. Thanks
  • Member Avatar for Mr.M
    Mr.M

    Created How to solve this error

    Hi Dw I'm creating a program and it require to have a manager so I downloaded and added all the files that are related but I keep getting this error. …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to solve this error

    Hi Dw I'm creating a program and it require to have a manager so I downloaded and added all the files that are related but I keep getting this error. …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching creating chat application

    hello i want to create a chat application. i will design it once i get the idea of how it works.the chat will be based on ip addresses. is it …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in creating chat application

    I will also suggest as suggested that you first understand what is Internet Protocol (IP) and how it works, and also understand what is Port numbers and how it work. …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching vb .net application

    hello sir,good morning am creating one pos software ,i have done all my designing and coding its working fine in my system ,i kept my db in inside debug-->bin section …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in vb .net application

    If I quote on your first post you said you kept your DB on Debug-->Bin am I correct? You should put it on bin-->Debug where you will see the files …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching vb.net application

    hello sir,i have created vb.net software and i try to use in my laptop ,in my lap there is no vb.net software ,when run that application it showing the error …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in vb.net application

    Try to read carefully the error message it should provide you with a correct information as to which version of .NET is required in order for your application to run, …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to code for text Box

    How to code for text box if length of textbox1 is 5 then textbox2 focus()??
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to code for text Box

    I was having the same problem before. If Textbox1.TextLength = 5 Then TextBox2.Focus End If
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How do I format my code manually

    That page has nothing about formatting the code except to link, etc. DaniQueen had also referred me to that page but there is nothing saying how to format your code …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to get only numbers and - in the text box?

    How to get only numbers and - in the text box? How to get only Alphabates and . in text box? How to get uppercase alphabate in Text box?
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to get only numbers and - in the text box?

    For the first and second one try to use MaskedTextBox For uppercase text use the .ToUpper.ToString You can also check if the data typed is lower case or not using …
  • Member Avatar for Mr.M
    Mr.M

    Created How do I format my code manually

    Hi Dw I've been having this problem for quite sometime now. I'm using a cell phone to post most of the times and to comment, and provide solutions where I …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How do I format my code manually

    Hi Dw I've been having this problem for quite sometime now. I'm using a cell phone to post most of the times and to comment, and provide solutions where I …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching hidding text file into image file

    i want to make a program written in vb.net which will take text file and a image file,after that the ouput will be the hidden text in a image so …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in hidding text file into image file

    Hum. This really sound as a scam to hide and share virus and spyware. But anyway hope you use the solution as per what you said you are doing. I'm …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How do I sent short message to a Smart Device?

    Hi! I am now facing a problem to sent a short message to a smart mobile device. There is no problem to sent a mail to a mail address by …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How do I sent short message to a Smart Device?

    There is a SDK called Ozeki it has a trial so I think you can google that and incorporate that to be able to send SMS and calls and also …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in XFS Manager

    Thanks, I've already seen and downloaded it and installed the SDK, I've also explored the files and found what I was looking for but now the problem is how do …
  • Member Avatar for Mr.M
    Mr.M

    Created XFS Manager

    Hi Dw I know this may not be popular to many people but it a standard for financial industry. I'm developing a WOSA XFS app, I've developed the part that …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching XFS Manager

    Hi Dw I know this may not be popular to many people but it a standard for financial industry. I'm developing a WOSA XFS app, I've developed the part that …
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for How to solve the LNK2019 unsolved error

    Hi Dw I'm creating a wosa/xfs I've followed correctly the guide and the code has no error till I try to debug it or build it. I get this error …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to solve the LNK2019 unsolved error

    Thanks I've sorted it out using this answer: http://stackoverflow.com/questions/10847076/how-do-i-add-a-lib-file-to-link-in-visual-c-2010
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to solve the LNK2019 unsolved error

    Ok thanks but I'm a bit newer on C++, well I've installed a SDK and also I've linked it to the XFS file which has all the include that is …
  • Member Avatar for Mr.M
    Mr.M

    Created How to solve the LNK2019 unsolved error

    Hi Dw I'm creating a wosa/xfs I've followed correctly the guide and the code has no error till I try to debug it or build it. I get this error …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to solve the LNK2019 unsolved error

    Hi Dw I'm creating a wosa/xfs I've followed correctly the guide and the code has no error till I try to debug it or build it. I get this error …
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for How to locate and load include files

    Hi Dw. I'm developing a system using c++ for the XFS. I've followed the documentation on how to install the SDK but the problem is that I've successfully installed the …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to locate and load include files

    Thanks. That helped.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Prevent File Selection Dialog To Appear and Submit File Automatically

    Oops forgot to ask are you creating ASP or just a windows application that will use the "control" WebBrowser?
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Prevent File Selection Dialog To Appear and Submit File Automatically

    Hi, I've been trying for days now to figure out a way to open a local file in WebBrowser, in an Input File, without using a file dialog. I want …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Prevent File Selection Dialog To Appear and Submit File Automatically

    Does this file always located in one path? Does the server have this file too? Is the path to this file the same on the server?
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Comparing listbox and datetime picker values

    Hi guys, I need assistense in comparing whether values of a listbox and datetime picker are not equal. thanks.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Comparing listbox and datetime picker values

    Well it seems as if you just want to check if the controls do not contains identical data. Because you not specific to either time or date you can do …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Recover Images from GoogleMap with lace in various geographic coordinates

    Good morning guys, once again I'm an annoying problem. I am making an application in Vb.Net, which has a database with several geographical coordinates so I retrieve the images of …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Recover Images from GoogleMap with lace in various geographic coordinates

    What is you problem exactly? You want to load all the images of geographic while the page is loading or?
  • Member Avatar for Mr.M
    Mr.M

    Created How to locate and load include files

    Hi Dw. I'm developing a system using c++ for the XFS. I've followed the documentation on how to install the SDK but the problem is that I've successfully installed the …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to locate and load include files

    Hi Dw. I'm developing a system using c++ for the XFS. I've followed the documentation on how to install the SDK but the problem is that I've successfully installed the …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Thousand threads write to one text file simultaneously

    Yes that what I'm trying to achieve here. A client (one client) can get access and write but what about the other let's just say 600 clients who are also …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Thousand threads write to one text file simultaneously

    @JamesCherrill about the 60 files those are text files in one folder but when I combine all 10 folders gives me 600 but there are other files which are on …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Thousand threads write to one text file simultaneously

    @Taywin. I meant I'm viewing the daniweb using a mobile phone but the program is computer based. The clients sends a message to the server, the server is currently multi-thread …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Thousand threads write to one text file simultaneously

    I'm not clear with that as I'm using a mobile at the moment, your post is a mixture characters. To simplify at the moment I haven't added the "Producer Customer" …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Thousand threads write to one text file simultaneously

    And also what I'm not sure or clear about here is that when I use the "Producer Customer" which is "LinkedBlockingQueue" if you will remember on my server the client …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Thousand threads write to one text file simultaneously

    When you say "Create a LinkedBlockingQueue for each file" you mean as I have almost 1000 files I have to create that for each file or?

The End.