20,278 Topics

Member Avatar for
Member Avatar for dinesh012

hi i have problem with my VB.net program I have a form and 3 GroupBox in the same form. i want go next 2 GroupBoxes afther Clicking the Next Button.. Can you Help me ? plz.. GroupBoxes1 to next GroupBoxes2 next GroupBoxes3

Member Avatar for ImZick
0
174
Member Avatar for craigallansmith

GoodDay All. I am trying to create a hit counter in vbscript on a HTML Page for specific client needs. I cannot use any hit counters available for free. My problem is that my code only finds the text file on my notebook(Local C:\ drive) and not in the website …

Member Avatar for LastMitch
0
774
Member Avatar for Mireya B.

Hello, I am new here. I would like to ask opinion from you guys on what are the best options available for me to develop a database system using Visual basic? I am using Visual Basic Express Edition. My problem: I am currently developing a toolkit that needs the user …

Member Avatar for Reverend Jim
0
221
Member Avatar for dinesh012

hi i have problem with my VB.net program I have a form and 3 GroupBox in the same form. i want go next 2 GroupBoxes afther Clicking the Next Button.. Can you Help me ? plz.. GroupBoxes1 to next GroupBoxes2 next GroupBoxes3 using same Next button

Member Avatar for Dili1234
0
99
Member Avatar for EjhayEspineli

Hello guys, I'm new to vb 2010 and it screws me alot... can you please help me to code my login form containing 2 textboxes: usrn and pass. my database **Account** has two columns, namely Username and Password... one thing is, I thought it was the same as Vb 6.0, …

Member Avatar for Begginnerdev
0
278
Member Avatar for waleed.makarem

Gentlemen, I have an issue regarding collecting address data from webpage (telephone directory with have name,address,phone, speciality and Map location). I need to do vb.net application that collects all of these data to my application. The issue i face now is to read extract teh html code to names, Also, …

Member Avatar for Begginnerdev
0
263
Member Avatar for Papa_Don

Group, I've got several textboxes within a form that are set to link to a data column that are set to accept a "null" (blank) value. However, these columns are formated to receive numeric data. When the user bypasses entering anything within those textboxes (as they should do), what is …

Member Avatar for RvSon
0
363
Member Avatar for emran.bader

i was try to solve it , but im begnner in vb.net this is my code Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim x As New ListViewItem(t1.Text) x.SubItems.Add(t2.Text) x.SubItems.Add(t3.Text) x.SubItems.Add(CInt(t2.Text) + CInt(t3.Text)) l1.Items.Add(x) t1.Text = "" t2.Text = "" t3.Text = …

Member Avatar for gian88r
0
250
Member Avatar for ImZick

Hi i'm having a trouble with this i got 3 textbox and i format it to Textbox1.Text = Format(Textbox1.Text, "Standard") Textbox2.Text = Format(Textbox2.Text, "Standard") Textbox3.Text = Format(Textbox3.Text, "Standard") which give something like this 1,230.00 2,500.00 1,245.00 and when i add it `Textbox4.text = Val(Textbox1.Text) + Val(Textbox2.Text) + Val(Textbox3.Text)` the result …

Member Avatar for ImZick
0
238
Member Avatar for Papa_Don

Group, I see there are multiple "validation" type events to choose from in the "Declarations" drop-down box. I want to understand these choices better to see if one would work for what I want to do. I've got several textboxes that need to have either a number entered into them …

Member Avatar for Papa_Don
0
235
Member Avatar for lo0lo0999

Hi everyone I want some help in my paint application, I am using pictuerbox to draw on it but in the last day my requirement is change that the user want to open an image and do all the functionality on it.. I try to open an image but when …

Member Avatar for tinstaafl
0
114
Member Avatar for ImZick

Hi i finally done my first project and thanks to those who help me here in daniweb. Special mentions @Reverend Jim and @TnTinMN. But when i run the setup to install it in another computer which is a 64bit. My project didnt connect to the database which is access. But …

Member Avatar for ImZick
0
213
Member Avatar for brandon66

Hey guys i was just wonder how i would do this; i need to supply a value for Counts() in the triples function how would i do this to check all values in the array? Private Counts() As Integer = {two, three, four, five, six, seven, eight, nine, ten, eleven, …

Member Avatar for brandon66
0
93
Member Avatar for Djmann1013

I am having a bit of trouble with converting a string (url) into a Uri. Here is the screenshot of the error: http://www.imgbomb.com/i/d15/3bk3v.png Here is the code that is giving me trouble: Private Sub ComboBox1_Change(sender As Object, e As EventArgs) Handles ComboBox1.TextChanged Dim myString As String = ComboBox1.Text.ToString() Me.WebBrowser1.Navigate(New Uri(myString)) …

Member Avatar for TnTinMN
0
2K
Member Avatar for VIPER5646

Hi all I have multiple checkboxes to be used as the status of a certain order. another words as the order is being processed the user will check the status and a date will be inserted into an access table. Now my isue is when a checkbox is checked for …

Member Avatar for VIPER5646
0
411
Member Avatar for willshed

I am making a workout software, and it holds multiple accounts. The acounts are saved in a directory like: C:\Software Name\athletes\John Smith\ C:\Software Name\athletes\Veronica Shelby\ C:\Software Name\athletes\Tyler Front\ I want the ListBox to list each name (i.e. John Smith, Veronica Shelby, etc.) as its own item. I need it to …

Member Avatar for tinstaafl
0
222
Member Avatar for mercury113

how can i put an if statement in a OkCancel Msgbox .. for example when i choose OK .. it will perform the code .. and if I Cancel it will not perform the code?

Member Avatar for avtaars
0
219
Member Avatar for Papa_Don

Group, I'm stuggling to get values from an sql database table into several textboxes. I'm not getting an error, but I'm also not getting anything to show up in these textboxes. Can you offer some thoughts as to what I need to do to fix this? Private Sub btnUpdateOrder_Click(ByVal sender …

Member Avatar for Reverend Jim
0
175
Member Avatar for analys

I try to export my tables to excel in multiple sheets but i'm having an error state that object variable or with block variable not set. Hope anyone can help me. Here's my code. Private Sub exportexcel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles exportexcel.Click Dim del_cmd As New …

Member Avatar for QVeen72
0
2K
Member Avatar for Papa_Don

Group, I've got part of my code started to populate the DataGridView with the data I need to return. When testing it, I have this long pause and no returned data. I finally have to kill it via <Control><Alt><Delete>. I've tried reading through mulitple websites to find some information to …

Member Avatar for Papa_Don
0
280
Member Avatar for ulasoc

i added file extesions to associate with my program from Puplish/Option/File Association But i dont know how to execute related codes when users open the file associated with my program? how can it perform a specific code associate file type and determine which file type it is after program loaded?

Member Avatar for TnTinMN
0
204
Member Avatar for ScarWars9

Hello, I have been making an employee timeclock and have run into a bump in the road. Here's what my setup is like when an employee (who is not an Admin) loggs on they get a simple screen telling them the current time current date and two button that allow …

Member Avatar for ScarWars9
0
939
Member Avatar for themaj

I have a database table that is a catalog of each day of business (DOB) for my 3 'stores' ranging over a year. Other than the Store ID and DOB, all other data here is irrelevant for this discussion. The data entry of this table is not necessarily in chronological …

Member Avatar for Reverend Jim
0
304
Member Avatar for Papa_Don

Group, I've read through the tutorial regarding Listviews and SQL's (http://www.daniweb.com/software-development/vbnet/code/445801/avoiding-sql-injection-attacks). Thanks for the article. It was very imformative. So I thought I might try this with the project I'm doing. I really like how these listview look and what they can do. But I realize I need to know …

Member Avatar for Papa_Don
0
154
Member Avatar for krishjain99

I am using vb6 to do my project. When i define an initialize a variable i get the compile time error as "Expected:End of statement". The code is : Dim i as integer=1

Member Avatar for QVeen72
0
227
Member Avatar for siaosituimoloaublood

Ok, after I posted my last result, it came to my attention that I did the wrong assignment. Now I am really in need of help. THis is also a double arry assignment and I need help from anyone asap..please..The instructions are as follow: I am to make modifications to …

Member Avatar for Reverend Jim
0
140
Member Avatar for joshl_1995

Hello Community, I need to shortern a really long string then when it's in my program the string will expand back to it's normal length ready to be used in the program. I don't care what kind of method i need to use. Please help...

Member Avatar for tinstaafl
0
357
Member Avatar for sonyj

Unable to cast object of type 'System.EventArgs' to type 'System.Windows.Forms.GiveFeedbackEventArgs'. This is an Error while loading a page . Page loading Contains functions for filling combobox and grid . I can't able to Traise where the error occurs.Please help

Member Avatar for tinstaafl
0
333
Member Avatar for G_Waddell

Hi All, I have a problem with a treeview class in my windows form. Specifically I'm try to detect when a user has expanded or contracted a node verses if they have clicked/selected the actual node. When the user clicks on the node, I want to expand / contract the …

Member Avatar for G_Waddell
1
264
Member Avatar for sonyj

how to give image to a particular cell in datagrid view in vb.net I want to add rows in to a grid while running. I added new rows by enabling add property of gridview In that row one of the cell is an image .if i am adding one cell …

Member Avatar for sonyj
0
348

The End.