20,284 Topics
| |
Hello to all, I got problem in my vb.net program in publishing it. I am using Microsoft Visual Studio 2008, when I publish my program and I got the setup file and when i tried to run into another computer I got some error saying that it cant connect into … | |
Hi. My problem is, the data that I pull from the database, when try to multiply it, it didn't multiply. The database has Fruit and FruitPrice column. When select fruit form the combo box, it will search the price. But I can't seem to multiply it. The price is display … | |
I hope this is the right place to ask this... have search high and low without finding an answer. I need to develop an app that monitors how long it has been since a successful sync of the clock was performed using the w32tm service. So I need some help … | |
Hello, I had convert my program from vb6 to vb.net, how come there is a error when i debug?? [url]http://img51.imageshack.us/i/debugerror.jpg/[/url] Pls help me, URGENT!!!!! | |
Hi, I want to ask how to add/insert new row/record and it show at the top in datagridview. i don't want the new add record at the bottom but i want it at the top. I mean,the current is at the top in datagridview. i'm adding the new record is … | |
Guys, i have a question. Is it possible for datagridview to be use for a time-in, time-out program? | |
hi, i want to ask about keyevent when keypress on form load in a function. what i want is when i click "F2" then the key of "F12" and a button is enabled=false. Anyone, please help me..:?: thank you. | |
how can i zoom an image inside a picturebox? and i also want to know how can i make a picture inside the picturebox draggable while at the same time, it can be zoomed in and out. my goal is to crop an image inside the picturebox and i can … | |
Hello, Could someone help me with this one? I have developed a small application. It has a MDIParent form on which the other childforms are displayed. I have a Panel on the MDIParent on which there are buttons to call up the MDIChild forms. Now my issue is, when anyone … | |
Hey everyone! It has been a very long time since I posted, but I have a new question for you guys. So, I made a sort of "remote-desktop" program that allows me to move the mouse from another computer. However, the mouse will move to where I want it but … | |
i am making a makeup and hairstyle application in vb and i dont have an idea of how i can do it, one of the posters here in daniweb suggested this code for hairstyles to me. and i cant understand a thing in it. XD please help me guys, my … | |
i create 2 combobox in form, comboproduct & combomodel. i using accessdatabase and using oledbconnection..database in debug folder... i create 1 table, i name it"stock" & 2 column.. first column is product,second model.. i wont load data in product column into comboproduct and model to combomodel..like binding data.. anyone help … | |
[CODE]Protected Sub registerStudButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles registerStudButton.Click If Page.IsValid Then Dim selectedProgram As String() = studProgramDropDownList.SelectedItem.Text.Split(New Char() {" "}) Dim selectedIntake As String = intakeDropDownList.SelectedItem.Text Dim selectedSupervisor As String = supervisorDropDownList.SelectedItem.Text Dim contactNo As String If contactStudTextBox.Text <> "" Then contactNo = contactStudTextBox.Text.Trim Else contactNo … | |
Hi, how do i do this:- The dyndns that allows Admin to get result from different location. No need to get the database over from another location, able to view the report and print. Using VB.net and SQL Server 2008 | |
anybody knw how to build system inventory that multiuser..1 server and 1 more is client using lan connection..i dont no keyword to search in google.. | |
Please i need some help,i was told to write a problem analysis on the who wants to be a millioniare game, and i don't know to go about it. Thank you | |
Hello, I'm attempting to run my first program in vb.net and everything works BUT the array. Ive asked several experienced people and they have no clue what might be the problem. Here is the archive: [url]http://dl.dropbox.com/u/6072059/ArtificialLife.rar[/url] password: vbproject The problem occurs in the Maps.vb file on line 17 when the … | |
Hi all, actually i want to populate datagridview and it's include with date. i used calendar cell as in [url]http://msdn.microsoft.com/en-us/library/7tas5c80.aspx[/url]. now want to show date from database into the calendar cell. this is my coding to populate the information from the database. [CODE]Private Sub PopulateData() Dim DBClass As New clsDB.clsDatabase … | |
Hi guys, I want to add an animated taskbar icon to my WPF project. I figured I would just use the Icon property, but I'm fairly new to WPF, and I dont know how to do it. In Winforms I would create a thread like this: [CODE]Private Sub AniIcon() Do … | |
Hello, this is a homework assignment for my class. I have a form that has four text boxes that display dice rolls(1-7) two dice for each player. My only question is how can I call the results of sumoffaces and at it to my textboxes and display the rolls of … | |
Hello Everyone, I have this small system that i developed for a company that is basically a Skill Map for the employee's, so in the following image will show the search of the employee's skills through the Family, in the following image the users does a search of the family … | |
I am about to finish an application for a client. Now I'm having hard time deploying it since I really don't know how to do it. How do I deploy a windows form application with database? I've already downloaded the prerequisites redistributables. I also want those to be included in … | |
Hello, I have two DataGridViews in one window. The first one displays 2 columns, itemNo and task. When I click on a row in this grid, I want to populate the second grid with corresponding material. It is organized so that the itemNo in grid1 is 1, 2, 3, and … | |
I've been trying to figure out why this won't work but I can't seem to see what I'm missing. I looked in the registry and found where the OS Version, Service Pack, etc was stored. I can successfully read the OS Version out but when I try to do the … | |
hi.. i need help in comparing value from the same table for my final project. example : table 1 : SubjectCode Classes Sub A class 1 Sub A class 2 Sub A class 3 Sub B class 2 Sub B class 3 Sub B class 4 Sub B class 5 … | |
Hey guys, I got my application working fine but it's using a constant 50%-ish of my CPU power, which is way too much I believe. Can any of you figure out what's causing this, or tell me how I can find out myself? :) What we're doing is reading a … | |
Hello - I am using Visual Studio .net 2008. I have a form that has a tabpage control in it with 5 pages. I need to add another page, but in position 2, not at the end. Is this possible? I do not see any settings for the position of … | |
hi everyone im in ITS year 1 and we are to do a project on a railway ticket system, would appreciate any help. | |
i have the following code that isn't working correct [CODE] Dim con As New SqlConnection Dim cmd As New SqlCommand Try con.ConnectionString = "Data Source=" & ServerV & ";Initial Catalog=" & databaseV & ";Persist Security Info=True;User ID=" & usernameV & ";Password=" & passwordV & "" con.Open() cmd.Connection = con cmd.CommandText … | |
Dear All, I just found out something weird. When I create a new data, key-ing in all details and for date as well. So when I click on the button Edit, Yes I can perform the edit function, I can edit everything. Then, once I click on Save, yes it … |
The End.