20,278 Topics

Member Avatar for
Member Avatar for shredder2794

Hello all, In lots of applications there are copy,cut,and paste buttons where the user can highlight some text and click "Copy" or "Cut" or "Paste" and then the program would do the corresponding actions. I was just wondering how to code such a button in Visual Basic 2010? Thanks in …

Member Avatar for Netcode
0
2K
Member Avatar for jtaylor1120

I need help with Dorm and Meal plan calculator...I am getting no help from my instructor. It's an app with 2 forms. Startup form hold names of dorms and other holds meal plans. When user selects a dorm and a meal plan, the app should show charges for the semester …

Member Avatar for Netcode
0
118
Member Avatar for kberrianjr

I am trying to save a listview item and 5 subitems to a txt file, I have tried one solution that was posted on here but i could not manipulate the code for all of my sub items can someone please help me out.

Member Avatar for Unhnd_Exception
0
958
Member Avatar for Sara Tech

[COLOR="Green"][B]Hi Guys .. :) I hope you fine ....:icon_cool: I need your help .. :) I want to apply skin for vb.net 2010 project by using SkinCrafter tool. here what I did ..:S I added SkinCrafter to toolsbox ,after adding it I draged it to the main form ,adjusted "SkinCrafter1" …

0
78
Member Avatar for Sarah Smith

Hello, I have a one-dimensional array that has one number per element. I also have a variable number, var. I need to take the number of elements from the first array that equals the var and put it into a second array with commas between the numbers. I would also …

Member Avatar for Sarah Smith
0
232
Member Avatar for Smith5646

I am working on an app that is an MDI. When the user clicks a button on an MDI child, I want to "disable" the current MDI child (and only the current child window), open a new window that has control, and then re-enable the child window when the new …

Member Avatar for Netcode
0
230
Member Avatar for ladyclark

Hello. My first post here. So I am new to .Net programming. I am trying to understand the definitions of class and object. From what I get so far... An object is equivalent to a variable and a class is equivalent to a data type. Is that correct? Please help …

Member Avatar for Luc001
0
52
Member Avatar for Xcelled194

I'm attempting to make a program that will simply draw a guide (consisting of two perpendicular lines) on another program's window. I tried using a form with a transparency key and TopMost set to true, but then whenever the user inadvertently clicked the guide, it would un-focus the application. This …

Member Avatar for Xcelled194
0
261
Member Avatar for yongj

I have a program that outputs a series of items onto a form--an "invoice" if you would like. The problem is, when the user enters in more items than the invoice's size can handle the rest just disappears into the mysterious realm down at the bottom. Is there a way …

Member Avatar for Netcode
0
378
Member Avatar for spiffy577

Hey all, I have a htpc project that I am working on. The main program loads dlls which are basically other win forms. On each of these forms, including the main program, I use a picturebox (double buffered picturebox) for the background image and then draw everything on it by …

Member Avatar for spiffy577
0
410
Member Avatar for SaaDwTk

How to make an code to works in that way, if the word is on box1, remove ALL from box2. Theres 3 box and 1 button like that. Box1: Box2: Maria Maria really like Joao, but Joao doesnt like she. like but Submit So after submit, the result is on …

Member Avatar for GeekByChoiCe
0
75
Member Avatar for dre-logics

I use Visual studio 2008 I use MYSQL 5.1 I want only to backup database Test to to a specific directory. I use the [COLOR="Green"]application settings [/COLOR]to determine which directory(see attachment). [COLOR="Green"]Green[/COLOR] shaded code works perfect. [COLOR="Red"]Red [/COLOR]shaded code works not!! This is with My.settings. I can not see the …

Member Avatar for dre-logics
0
621
Member Avatar for cirno

Dear Codegurus, [B]How do I updatezz data from 2 rows to 2 columns?[/B] tool: vb.net server: MySQL (SQLyog) I have 2 tables, membercardlist and memberinfo: table membercardlist: [CODE] ------------- ------------ ------------ | AccountNo | CardNo | status | ------------- ------------ ------------ | 9999 | B009 | inactive | ------------- ------------ …

Member Avatar for cirno
0
118
Member Avatar for juan92

im a newbie here, im taking intro to programming wth VB in college and im having problem with the homework here's what im supposed to do 36. Read 10 digits contained in a text file into an array and then display three columns in a list box as follows: column …

Member Avatar for codeorder
0
178
Member Avatar for tim8w

Is there a way to launch a Modeless Dialog that stays active even when a Modal Dialog is launched? Can I put the Modeless Dialog in a seperate Thread or something like that?

Member Avatar for tim8w
0
260
Member Avatar for shredder2794

Hello all, I am trying to make a program in visual basic 2010 where the user enters hours minutes and seconds into text boxes and then the program will count down from that until its equal to 0 when a msgbox appears and says its finished. I was converting hour …

Member Avatar for codeorder
0
543
Member Avatar for murtazamzk

Here is an amazing program to create a tic-tac-toe game in vb.net.First of all in design view place 9 buttons.Then apply the code below. Public Class Form1 Dim test As Boolean Dim c1 As Boolean Private Sub b1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles b1.Click, b2.Click, b3.Click, b4.Click, …

0
95
Member Avatar for VB 2012

I have a problem that needs fixing How do you get all open tabs shown in a KryptonListbox My fail attempt : TabpagesHtml.Items.Add(Form1.SuperKryptonNavigator.Pages.Item(0)) : :@

Member Avatar for VB 2012
0
174
Member Avatar for Kingcoder210

I have created my program there in vb.net(visual studio 2008). I have used crystal report to show reports. However after creating setup file by advance installer I have tried to install it there in my client`s pc. Everything is working but crystal reports are not working. When I am trying …

Member Avatar for Naveed_786
0
470
Member Avatar for mojal67

Hi ,I work with vb.net 2005 . I want to know if I want to connect to data base with Ms Access which data source i can use (ODBC or OLEDB) I write the following code in form load event (by OLEDB) : [COLOR=#0000ff]Dim[/COLOR] conn [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] OleDb.OleDbConnection([COLOR=#800000]"Jet OLEDB:Global Partial …

Member Avatar for ramvats
0
273
Member Avatar for Trle94
Member Avatar for Trle94
0
331
Member Avatar for naveedqadri

i want to build web socket server and Client in vb.net , that connect at my ip:5010 socket, i want to send message from tel net client and get connected at my socket server it should work in GUI not in Console any body could spare time to help me.

0
53
Member Avatar for boe_sue

Hi, i am new on vb.net and MySql, and i have a problem. My database name is "plant3", i have a table named "itemlist" which has a field named "itemname", "task", and "status". I want to show the itemname on combobox and when user choice an itemname the program will …

Member Avatar for boe_sue
0
515
Member Avatar for CharliePrynn

Hello, I currently have been coding this. [CODE]Imports System.IO Imports System.IO.Compression Imports System.Windows.Forms Imports System Imports Ionic.Zip Imports System.IO.Path Imports System.Net.WebException Imports System.Net Imports System.Text Imports System.Net.Sockets Imports System.Security.Cryptography Public Class Main ' FTP upload Private Sub FTPU() If ListBox2.SelectedItem = Nothing Then MsgBox("Select world.") Else Dim clsRequest As System.Net.FtpWebRequest …

Member Avatar for CharliePrynn
0
209
Member Avatar for tendaimare

What do i do if i have code for insert.when i insert the data it shows when i click the SHOW button(when I enter a serial number and then click SHOW it shows the data) it works but when i stop the system and run it again it does not …

Member Avatar for Netcode
0
102
Member Avatar for edriso

I am new to vb. I am trying to get a value for a textbox from a database according to the selected item in combobox. but i had this ex.message Operator '&' in not defined for string "select*from ......" and type 'dtarowview' Could anyone please tell me what is wrong …

Member Avatar for Netcode
0
145
Member Avatar for jiangjiang
Member Avatar for killerbeat

Hi, Daniweb members i have an listview containing an normal listviewitem plus one subitem What i want to do is save the info in the listview in a textfile and load when i start my program. So that all the info will be saved, but how do i do this? …

Member Avatar for codeorder
0
2K
Member Avatar for radnam

Hello, The title of this thread perhaps does not explain my problem correctly. Actually i am developing a financial software for a company.The software is similar to a banking system. The software is being developed using VB 2008 and SQL Server 2008.The company has its branches located at different locations. …

Member Avatar for Momerath
0
136
Member Avatar for Turaiel

Originally I was using Office Interop to import data, but that was a headache and a half for both me and my computer. Right now I'm attempting to load it with ACE, but my data grid isn't being populated. Once that's up and running I need to know how to …

Member Avatar for Turaiel
0
221

The End.