How to refresh the bindingsource
Howdy guys....here's my problem...Now,I created a form,binded its textboxes with sql server database using bindingsource...When the page loads textboxes already show up the records...everything's...
View Articleinsert & update in two differnt table
Please, I'm have problem with this. I'm trying to insert into a table allocate and update a table rooms. So that every room occupied will not show on the dropdown menu. Thanks if...
View ArticleMaking a Lan voting system, "Please" can anyone here can suppo
Good eve everyone, I and my group mates are making a LAN Voting system, and I just want to know if anyone here can support/help us in making our system, what I mean is to answer our problem when we...
View Articlehelp error says ; ecpected
hey whats up everybody its is saying ; is expected at the end but i cant find were to put it at all if some one could help me i would really appreciate it #include <cstdlib> #include...
View Articlecatch the check change event in the datagridview checkbox column
hi, the first visible column of my datagridview is a checkbox . the gridview has 3 rows, and i want something to hapen when the user checks and unchecks the checkbox of the second row. i found out the...
View ArticleNested Loop Problem
Well I am having a problem with the condition loops, since I nested loop apparently I would need two nested loops in order to make sure that I would be able to find the ratios inside of an array....
View ArticleNullpointerException error.
Any help is appreciated thanks a lot . At my wits end =/ public class GameFrame extends JFrame { private JButton[] button = new JButton[9]; private JPanel puzpiece; private JFrame frame; public...
View Articlehelp me
Public Class Form1 Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged Dim d As Integer ListBox1.BeginUpdate()...
View Articleimport excel doc, the display in proper format
Hey guys, Just trying to increase my programming ability atm so any help would be much appreciate. In my asp.net project i've used (aspx) <asp:Panel ID="Excel" runat="server"> </asp:Panel>...
View ArticleGet and set not working as expected reading array from different class
I have a ship locations class which i wish to use to store the locations of each players ships, i set this sub in my client class. I then wish to read it back from a different class called game...
View ArticleTypeError: cannot concatenate 'str' and 'NoneType' obj
Hi Guys, I am currently working with the web2py frame work and creating a similar website as to www.webjet.com.au (its just a uni project). One of the function I need to write is the searchFlights...
View ArticleOverflow Error
So... I'm trying to do a refresher on VB.NET coding since it's been about 3 years since I last coded... My husband wanted me to try and code the challenge posted by this page: Golang Exercise 44 But...
View ArticleCommand Line Parameter Through WinMain Problem
Hello All! I've been playing around with OpenGL and the windows API, but came across a little problem. I've seen people talking about how to implement Argv-type functions into their WinMain method...
View ArticlePhp link encription
Good day I have a question our info site are being hacked and replace with bad words I have change the domain username and password several times and replace the site but every time they hack it again....
View Articlevb.net vs. vc++?
Hello! I am pretty comfortable with vb.net and i can say i can find my way around building a program in it. I mostly design programs containing custom controls (buttons, labels, pictureboxes, etc),...
View ArticleIs there any way of loading my forms background color from a database?
Hey Guys, I have a LookUp table in my database. In this table I stored background color for my windows forms. And I wanted to make this color default background color. Is there any way of loading my...
View Articlediamond pattern using string manipulation
i can make diamond using this code a = Mid("awesome", 4, 1) Print Space(20); a a = Mid("awesome", 3, 3) Print Space(18); a a = Mid("awesome", 2, 5) Print Space(16); a a = Mid("awesome", 1, 7) Print...
View Articleplease help me!
Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim d As Integer = d.ToString() ListBox1.BeginUpdate() For d = 1 To 5...
View Articlemy program is stock when i press my button
Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim d As Integer = d.ToString() ListBox1.BeginUpdate() For d = 1 To 5...
View ArticleQuerying a Database
Somebody can please explain to me why this happen.. I do learn a bit MySQL, with relation to Java through JDBC Driver. I follow a listing from a book. If the listing perfectly worked then if I choose...
View Article