• Member Avatar for Mr.M
    Mr.M

    Began Watching why could not move to other listbox

    Y could not move the listbox admin no to another leistox Private Sub btnAssign_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAssign.Click 'If ListBoxassign.SelectedItem IsNot Nothing Then ListBoxall.Items.Add(ListBoxassign.SelectedItem) 'End …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in why could not move to other listbox

    Ow I think you want to transfer the selected item to another listbox I think but haven't testing this you need to trick it up with a selected item manner. …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching how to select the date

    the monthCalendar how to i selct the date it will come out the timein & time out and name even i chosse anydate will come out Private Sub MonthCalendar1_DateSelected(ByVal sender …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in how to select the date

    I personally don't get you straight, but I think you want to have a calendar where you will select the date and you want that selected date to be transferred …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching VB.NET ERROR "parameter is not valid"

    When I retrieve image from mysql longblob field to vb.net picturebox I am getting an error.. pls help.. Dim SqlString As String = "select image from employeesmaster where name='VENU'" Dim …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in VB.NET ERROR "parameter is not valid"

    Have you tried? PictureBox1.Image = ms
  • Member Avatar for Mr.M
    Mr.M

    Began Watching I want to Count how many times i click a button

    hi, I want to Count how many times i click a button and display the number in listview. but i dont know the syntax for counting a button, can someone …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in I want to Count how many times i click a button

    Simply Declare Dim count As Integer As global variable then under the buttonClick event handler at the very beginning of it add this. count = count +1 lblDisplay.Text = count …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Keyboard Jammer

    Well try checking you OnForm close codes.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in how to add a new items and it will save into database after stop debugging

    If you have found solution you need to mark the post as Solved.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Grade report help

    i need to create a project that allows a teacher to enter three test scores for each of the three students. the appliaction should calculate each students average test score …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Grade report help

    What is your question exactly?
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Keyboard Jammer

    Well the code doesn't say what you are saying, in code you are checking if the icon is visible or not and what you are doing is that if the …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Keyboard Jammer

    Ok the problem seem to be on your last snippet. You are blocking the events because you interlinked it. I quote " If NotificationIcon.Visible = True Then KeyBoardJammer.Jam() This is …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Splash screen need help

    i want to make my own splash screen. which appear on start of my program and after it finish my login screen come. i write one program based of 3 …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Splash screen need help

    I think your problem here is that Timer3 hasn't been called to start ticking. What I think you need to do is on the first form load place e.g. (Timer1.Stat()) …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Keyboard Jammer

    Ok try posting your code here so we can have a look at why it doesn't work. Please ensure you comment on codes for easy referral.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Keyboard Jammer

    Hey everyone, im currently use this class for my small projects: https://www.daniweb.com/software-development/vbnet/threads/361868/disable-ctrl-alt-del Now i have problem, i want to hide my form and close jammer so i use something like …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Keyboard Jammer

    I'm not sure if I get your problem correct here. I think you are trying to say you are able to jam the keyboard on startup or before you hide …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching how to add a new items and it will save into database after stop debugging

    Public Class Form4 Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click ListBox1.Items.Add(InputBox("Masukkan jenama baru anda:")) End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in how to add a new items and it will save into database after stop debugging

    Please provide with detailed info as Jim has said and also I don't think a program is capable of doing anything after stop debugging what I think you mean is …
  • Member Avatar for Mr.M
    Mr.M

    Created How to scan documents and print in vb.net

    Hi DW I have a Canon MP250 printer which can scan, copy, and print. I want to create my own ScanGear of a direct program to instruct the printer to …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to scan documents and print in vb.net

    Hi DW I have a Canon MP250 printer which can scan, copy, and print. I want to create my own ScanGear of a direct program to instruct the printer to …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Writing program for VeriFone Vx670 device

    What you mean by modify software? You mean like making some changes on a software? If so then I doubt you find solutions. I think the software once exported from …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in how to get combobox N also show textbox

    If your question has been answered don't forget to mark it as Solved.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Is anyone here that can Help Me.

    Hello I want to create the program for teaching program. In this I want to add the Topics which is almost of 50-60 now the things is that I am …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Is anyone here that can Help Me.

    Well if you are not intending to change your mind to use TreeView, or Tab then I believe you can use Minimalist's idea but what I could suggest is that …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in how to get combobox N also show textbox

    Ow sorry about that the error says "ObjectCollection" meaning one of you control collection's I think its your ComboBox's Collection items is using the reserved name so try putting one …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching how to get combobox N also show textbox

    in existing project of combobox not just show the the project No. and also show the textbox of the project name this is my code is it corrct: Private Sub …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in how to get combobox N also show textbox

    Well by the look at that snap shoot it indicate that the word "Collection" is already reserved so you can't use that if you want to continue with it you …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to read magnetic card

    I once done some introduction on smartcard development using java and Gemalto or something like that but then I didn't have it but I used the JavaCard SDK that enlighten …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to read magnetic card

    Thanks I've just found a very interesting post labeled "How to Break VISA PVV" and it gives a guide on how to access the info but it focused on PST, …
  • Member Avatar for Mr.M
    Mr.M

    Created How to read magnetic card

    Hi Dw I'm currently doing my research on card development and processing. I've found out that this card has three tracks but only track 1 and two are encoded and …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to read magnetic card

    Hi Dw I'm currently doing my research on card development and processing. I've found out that this card has three tracks but only track 1 and two are encoded and …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Capture and save video from webcam with audio

    But how? On my laptop it came with a program called Power something which was able to record video with an audio and it had a webcam previewer which acts …
  • Member Avatar for Mr.M
    Mr.M

    Created Capture and save video from webcam with audio

    Hi Dw I want to record video with audio, the current program has two forms of which one form record external video and the other form record internal so I've …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Capture and save video from webcam with audio

    Hi Dw I want to record video with audio, the current program has two forms of which one form record external video and the other form record internal so I've …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching what is the easiest language to begin learning as a programmer?

    I want to start reading and learning on my own the different programming languages. I will be going into MIS degree soon. What is the easiest language to begin learning... …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in what is the easiest language to begin learning as a programmer?

    I personally think Visual Basic is a bit easy to learn and understand once you know the basics because VB.NET is kinder similar to english because to write a code …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Passing selected file contents to another Form gridview

    Hi, I trying to pass the selected file contents to another form gridview, In the first form1 all the csv files will get load in the datagridview,if i click on …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Passing selected file contents to another Form gridview

    Where do you get the contents that are on the first gridview that you want to pass to another form? Please post you snippet here so that we can be …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Adding Ribbons.

    There are no Ribbon object in toolBox but I desire to add a ribbon instead of MenuBar or ToolBar like Office. I search everywhere in vb.NET2010. How do I add …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Adding Ribbons.

    Agree with Oussama_1, to make it fancy you will have to create your own graphics and load them using this very same tool.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Starting an application within a timer

    @ddanbe what I think is the problem here is the he is using a timer and a timer's interval is in its default values which result in it to execute …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Starting an application within a timer

    Ok I've just tested this and got the solution, Firstly start by increasing the timer interval to "1000" then Secondly add the Stop call to your code as I've told …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Starting an application within a timer

    Hello group! I've created a short program to open an application at a specific time. It's working but is attempting to open the application multiple times. What should I be …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Starting an application within a timer

    What you need to do is stop the timer bellow your expression of opening a program Timer1.Stop() This will stop timer from ticking
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Need help with one expression

    Public Class Form1 Private decLabFee As Decimal ' To hold Lab fee. Private decMeds As Decimal 'To hold Medication cost. Private decSurgical As Decimal 'To hold Surgical cost. Private intLengthOfStay …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Need help with one expression

    Remember if your question is answered you must mark it answered.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Save the Multiples File To Destination From Resources.

    Hey Everyone, I forgot this simple code and messup. I am having almost 23 Files in my resources. (extension: .Targa Files) now When the User Click Extract Files, I need …

The End.