Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
Ranked #4K
~10.0K People Reached
Favorite Tags
Member Avatar for Programmer592

Hi. I'm making a program somewhat like Siri except through text boxes not voice command. On my form FormMain I have two text boxes named TextBoxInput and TextBoxConversation. I also have two buttons named ButtonStart and ButtonEnd. Here is my entire code for FormMain so far: Public Class FormMain Dim …

Member Avatar for Programmer592
0
172
Member Avatar for OtepTheThird

Hi Guys, Im currently working with application, where it will automatically inform the user that there is an overdue account today. i decided to compare the current date(today) to stored date in mysql database, heres my code: Public Sub getReminder() Dim _con1 As New MySqlConnection Dim _cmd1 As New MySqlCommand …

Member Avatar for Santanu.Das
0
3K
Member Avatar for Xiao_1

when done with the form it will come out antother that is this form in the listbox1 should show out dun need click anthing it will come out auto of the admin No why dose not show out Public Class DataOfProject Private Sub ListBoxassign_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As …

Member Avatar for Xiao_1
0
108
Member Avatar for Mr.M

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 print, and scan. I do have the disc that came with the printer but I just want to play around …

Member Avatar for Richard Mon
1
6K
Member Avatar for Doogledude123

I am creating lots of PictureBox's on my Form but they will not display. I have tried to debug it to see if its trying to show in the wrong location and stuff like that however everything seems to be correct. I have tried to call Show() but that did …

Member Avatar for Richard Mon
0
146
Member Avatar for ikocrush

I have two GridView(SalesGView and ProdGView). SalesGView contains dropdowlist and textboxes.ProdGView is wrapped with ModalPopup and is populated by dropdownlist selection from ProdGView. The issue is when i click button select on ProdGView, the dropdownlist in the SalesGView resets to default value (Electronics) instead of selected value. ![8be5f775389c07cf2e69523f9a9acc02](/attachments/large/4/8be5f775389c07cf2e69523f9a9acc02.gif "8be5f775389c07cf2e69523f9a9acc02") ![e18fcc134ee66aba638d8b21471b6a61](/attachments/large/4/e18fcc134ee66aba638d8b21471b6a61.gif …

Member Avatar for Richard Mon
0
520