• Member Avatar for Mr.M
    Mr.M

    Began Watching Access with .net 2008

    Plz anyone help me .... I created the database in access with fields type is date/time and text... But I try to get the value from datetimepicker and combobox.. My …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Access with .net 2008

    What's the error that is produced if there is any?
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for Reply only to a particular client

    Hi Dw. I'm creating a multi-client/server program. I have developed both client and server the server will connect up to 3 clients simultaneously and each client may send an action …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Reply only to a particular client

    I've managed to solve this problem. For someone who mite experience the same problem, the solution is, you need to index the socket threads as each thread will handle each …
  • Member Avatar for Mr.M
    Mr.M

    Created Reply only to a particular client

    Hi Dw. I'm creating a multi-client/server program. I have developed both client and server the server will connect up to 3 clients simultaneously and each client may send an action …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Reply only to a particular client

    Hi Dw. I'm creating a multi-client/server program. I have developed both client and server the server will connect up to 3 clients simultaneously and each client may send an action …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching NEXT BUTTON

    I have a few picture in My.Resources in Vb.Net and I need a next and previous button to change the image . someone help me :)
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in NEXT BUTTON

    Why don't you add two buttons one name it < Previous and another one name it Next > and start coding, since you know the location it will help to …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Preventing Hotel double booking

    Meant the start day is 2015/03/15 and end date is 2015/03/16 will it give you 2015/03/17?
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Preventing Hotel double booking

    I'm a bit confused with your code, 2015/03/16, 2015/03/18, 2015/03/20, 2015/03/21. Also let's say in your text box for start booking is (2015/03/16) and end date is (2015/03/16) are you …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in What can i do to Unhandled exceptions in vb 2010 Express...

    This question is obvious, "What can I do to Unhandled exceptions" obvious your application won't run if you unhandle exceptions so you need to handle it, there are quite a …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Preventing Hotel double booking

    Please quote the "For" statement or codes that searches for dates, so that we will check why this is happening.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to listen to keyboard press keys

    Thanks but I've already found the solution.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Dice

    trying to not allow doubles if there is a double For example, if the app returns two random numbers that are the same (5 & 5), the app will recognize …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Dice

    Also refer to this post here for more info on dice rolling. stackoverflow.com/questions/26522868/dice-roller-for-any-sided-dice-in-vb-net
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Saving Multi-Dimensional Array

    Hey everyone, Great forum. Glad there is so much help out there. I am currently working in VS2010, Visual Basic. I am working with a fairly large array: RawData(0 To …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Saving Multi-Dimensional Array

    Are you going to write '500' for 500 companies or are you going to write up to 500 'companies'? And so is the other data too or? Please elaborate there.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Preventing Hotel double booking

    @Paul seem straight forward, but I didn't see where after the end time has been reached where you remove the booking from the database to support your statement "In order …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in [help]auto increment number

    Try using 'For' statement to increment starting from 0 upwards
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Textbox using code | value taken from database

    Hi, I have a database which stores details of different department. Each department have uneven number of members. Eg. Table field Department A President : 1 Vice President : 3 …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Textbox using code | value taken from database

    What you mean by flexible?
  • Member Avatar for Mr.M
    Mr.M

    Created How to set Icon for my Application

    Hi Dw I have created a program to lock files and by default when a file is locked the file changes from being a folder to a lock. So what …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to set Icon for my Application

    Hi Dw I have created a program to lock files and by default when a file is locked the file changes from being a folder to a lock. So what …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in [help]auto increment number

    Try to verify if the variables that host data to be updated to a database do return or hold something, mean check if they are not null, because it seems …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching [help]auto increment number

    database - field[counterx3 - Id(text)Primary Key] my code works really well before but when i changes and add codes in the others forms i got error in updating the value …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in [help]auto increment number

    Can you capture the error in debug mode so we can see which line produce the error.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Write TXT File

    How do i get this to write to a txt file instead of message box pleaseWr Function ReceiveSerialData() As String ' Receive strings from a serial port. Dim returnStr As …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Write TXT File

    My.Computer.FileSystem.WriteAllText('your text file name here', 'the return that you display as message here', True) That should also work.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Preventing Hotel double booking

    If you have already verified the date then you will also need to verify the times as well so for instance suppose you also have a field to hold the …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Preventing Hotel double booking

    Hi, I am working on Hotel Application and I need your help on how to prevent booking a room twice. That is, if a room is booked for 3 days(24/2/2015(18.00) …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Preventing Hotel double booking

    Or retrieve the dates and match with the current dates to see if the booked room is available or not.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching VOTING SYSTEM

    How can i count the vote of the voters, i used dropdown tool to choose a candidate, and my database in MS SQL SERVER 2008... please help my in my …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in VOTING SYSTEM

    This will depend on how you insert your vote into database, mean the structure.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to disable and enable NIC adapter

    Ok I've figured out the error I had to change the IDs from 0 to 22 but I still didn't find my wifi adapter tried all but still the adapter …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to disable and enable NIC adapter

    Error with error message: Invalid method Parameter(s)
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to disable and enable NIC adapter

    Also I had a problem writing the code that was provided by the WMI Code Creater how do I write it, mean is it a class or?
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to disable and enable NIC adapter

    Thanks. I now have a question on how can I embed or call this on my project where I have added a button to disable and another button to enable …
  • Member Avatar for Mr.M
    Mr.M

    Created How to disable and enable NIC adapter

    Hi Dw Is there a way to disable/enable a selected NIC adapter using vb.net? Thank you.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to disable and enable NIC adapter

    Hi Dw Is there a way to disable/enable a selected NIC adapter using vb.net? Thank you.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to delete record from Access Database

    Thank you. about the part where I wrote wrong the variable it was went wrong when I copied the code from my VS and pasted here and started removing some …
  • Member Avatar for Mr.M
    Mr.M

    Created How to delete record from Access Database

    Hi Dw I'm having a problem in deleting a record in Access database. The error that is thrown is: > No value given for one or more required parameters What …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to delete record from Access Database

    Hi Dw I'm having a problem in deleting a record in Access database. The error that is thrown is: > No value given for one or more required parameters What …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Emptying picturebox

    That says you need to use the Try ' Your code here Catch ex As Exception ' Handle the error here End Try or perhaps you can use the If …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Emptying picturebox

    Im currently doing a entrance exam system. And I have a problem in adding abstract question When I save data I get some error. But when I save the data …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Emptying picturebox

    Please post your code on what have you tried and where you are having a problem
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Create folder/files using VB code

    Hey everyone here. I want to start this topic by saying Thanks to Shark 1 who helped me with my previous code. I need some help. Searching on google was …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Create folder/files using VB code

    Why then don't you keep it within the program under Bin folder. The installation will put it within the program and no one can delete the program unless they really …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Listview show a path

    Frnd i m trying to view path with file name in listview so plz help me plz give me code for vb 2010
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Listview show a path

    You need to show us where are you having problem and what have you tried. Daniweb is for helping but not doing some other peoples home work. Please post what …

The End.