19,728 Topics

Member Avatar for
Member Avatar for arsharma159

Hello guys, I'm working on a VB.Net Project. I'm using MS SQL Server as my backend. I can create Purchase/Sales Voucher forms and many more through the VB.Net Database EXpress. Say for example I have created a Purchase Voucher form where the user can enter the vendor info (in TextBox …

Member Avatar for Jhenzkieskipper
0
3K
Member Avatar for xuexue

Hi! I have this code from the internet but it didn't work well. I want to set the margin of the Report Viewer during runtime. Because I have this form to fill up. Instead of handwriting it. I programmed it. But there are certain positions of the textboxes in which …

Member Avatar for xuexue
0
2K
Member Avatar for markdean1989

Error : Object referrence not set to an instance of an object Situation; I have an array declared publicly (i.e. outside any events) as Public Shared array_shuffle() As Integer What I want to do is to be able to specify the length and elements of this array from inside events …

Member Avatar for markdean1989
0
194
Member Avatar for jared.geli

I'm having a hard time in grouping my data via ReportViewer. My friend told me to use List in grouping but I don't have a clue on how to do it so I'm requesting help from you guys if you can teach me. Thanks

Member Avatar for Begginnerdev
0
114
Member Avatar for swathi sajja
Member Avatar for vincentniga

i m try to vb.net 2005 in my final year project' but i have a problem in the button to "save" record in database "con" have error what will help me about that problem???

Member Avatar for Begginnerdev
0
57
Member Avatar for Syed Asghar Ali

Sir I am facing problem,I want that when I open my form then select combo box value and by combo box my bellow grid and text box fill...but it is showing coding problem,so please guide me. What can I do? Regards: Asghar

Member Avatar for Syed Asghar Ali
0
156
Member Avatar for swathi sajja
Member Avatar for docfnt

I'm creating a custom control panel to replace the top border control panel/box. I start with a panel that docks at top of form, and add 3 pictureboxes, with light and dark colors, for when mouse enters. (optional 4th for docking options) My problem is the red_pb ("Form Closing" picturebox) …

Member Avatar for docfnt
0
198
Member Avatar for Nebil

Hi, I wanted to update a table in access db using right outer join.I created a temp table,copy the structure from the destination table and used it to store values from an excel file.And using right join tried to update the destination table making the temp table as a source.It …

Member Avatar for Nebil
0
165
Member Avatar for mark103

Hi guys, I need your help, I'm working on my vb.net application as I want to click the button on the webpage when i click on the form button, but I'm having a problem with click the button on the webpage as it will do nothing when i click on …

Member Avatar for mark103
0
215
Member Avatar for rianbattle

I'm somewhat new to deploying ClickOnce manifests, first off. I know the basics of how to publish to an app server, which then lets every use the newest version (after setting to check for updates before running the application). We have multiple VB.Net applications stored on our app server, that …

Member Avatar for rianbattle
0
252
Member Avatar for Patrick_3

Hello everyone, I am attempting to make a custom control similar to a tooltip however I am not sure exactly how to produce the effect I desire. My goal is to have a popup, which is shown when the mouse hovers over a control, that contains some message and is …

Member Avatar for docfnt
0
794
Member Avatar for itexamstube

i want to develop my website so i want to know what programming language is the best PHP or VB.NET?

Member Avatar for rubberman
0
459
Member Avatar for Satyam_1

I have vb.net application with MS access database. I use following code to autocomplete textbox from database. the problem is that, although its working but more frequently it gives an error "AccessViolationException was unhandled----Attempted to read or write protected memory. This is often an indication that other memory is corrupt." …

Member Avatar for Satyam_1
0
973
Member Avatar for gil.nickson

Im just curious what is wrong in my code, when i click the void button an error is shown, but it runs smoothly when the void button is not click. Here is my code, thanks for your help guys! Public Class Pizza Private Sub rdPrimo_CheckedChanged(sender As Object, e As EventArgs) …

Member Avatar for gil.nickson
0
274
Member Avatar for Start4me

I want a set of not the same numbers to be added to a listbox, if there are any numbers that are the same, then they won't be added. I tried: If (Number1 = Number2) Or (Number1 = Number3) Or (Number1 = Number4) Or (Number1 = Number5) = False Then …

Member Avatar for Minimalist
0
294
Member Avatar for akuikhwan94

This is my code Dim dblPrice As Double = 0 Dim dblTotal As Double = 0 Dim strTotal As String dblPrice = CDbl(txtPrice.Text) intQuantity = CInt(txtQuantity.Text) dblTotal = (dblPrice * intQuantity) strTotal = Format(dblTotal.ToString("N2")) If chkDessert.Checked = True Then strTotal += 5 End If If chkDrink.Checked = True Then strTotal …

Member Avatar for NewCoder_31
0
473
Member Avatar for mbowenitj

Hi guys, I need assistense in comparing whether values of a listbox and datetime picker are not equal. thanks.

Member Avatar for jireh
0
190
Member Avatar for Start4me

Is there a way to catch whether a certain message has popped out. I tried: If MsgBox("Well done!", MsgBoxStyle.OkOnly, "Amazing") = Visible = True Then Me.WindowState = FormWindowState.Maximized End If

Member Avatar for Reverend Jim
0
175
Member Avatar for balekke

hello members am learning vb.net and i request assistance with dotnet toolbar soft ware thanks in advance

Member Avatar for pritaeas
0
34
Member Avatar for arvinrrnhine

I dont know the code! PLS HELP!!! I want to create a program that scan QR Code and Display the value in a textbox in VB.NET

Member Avatar for Hamza_B
0
2K
Member Avatar for razree

Hi guys, I'm having some problems with sum of array values and I hope you can help me out. I have a form from which there are multiple values added and saved to txt file. Than on button click, these values are read from txt file to array and shown …

Member Avatar for razree
0
2K
Member Avatar for stepan.adrian

Hi, I've been trying for days now to figure out a way to open a local file in WebBrowser, in an Input File, without using a file dialog. I want to be able to submit a filename stored in a variable to the <input type='file'> without triggering a dialog box …

Member Avatar for Mr.M
0
210
Member Avatar for ThiagoZonda

Good morning guys, once again I'm an annoying problem. I am making an application in Vb.Net, which has a database with several geographical coordinates so I retrieve the images of each record in coordination with a marker on the ground and in GoogleMap, is the problem, I could do it …

Member Avatar for Mr.M
0
92
Member Avatar for Tonderayi

On a phone keypad, each of the digits 2 through 9 has a segment of the alphabet associated with it. How does one write a program that displays the associated numeric digit given an alphabetic character.

Member Avatar for ddanbe
0
157
Member Avatar for Start4me

I've made a timer and six labels. Then a number is being generated for each label seperately. After testing how it works, I found out that sometimes two same numbers are being generated at the same time. In the picture attachment you can see how two numbers were generated at …

Member Avatar for Minimalist
0
1K
Member Avatar for YakuzaJevin

Hi! Can someone explain to me this set of codes? i've been converting numbers to roman numerals using those codes, but I don't quite get it, or maybe something is wrong with the codes? Private Function FormatRoman(ByVal n As Integer) As String If n = 0 Then FormatRoman = "0" …

Member Avatar for ddanbe
0
255
Member Avatar for Blueie

Hello I am using the following try | catch to locate an error: Try Using conn As OleDbConnection = New OleDbConnection(System.Configuration.ConfigurationManager.ConnectionStrings("students").ConnectionString) Dim Sql As String = "INSERT INTO university (username,[password], strEmail) VALUES (@username,@password, @strEmail)" Dim cmd As New OleDbCommand(Sql, conn) conn.Open() cmd.Parameters.AddWithValue("@username", username.Text) cmd.Parameters.AddWithValue("@password", password.Text) cmd.Parameters.AddWithValue("@strEmail", strEmail.Text) cmd.ExecuteNonQuery() conn.Close() End …

Member Avatar for cgeier
0
195
Member Avatar for robert.knighton.79

I'm simply trying to keep a log list for my application events. I'm trying to send text to the log from a seperate thread with the following code: Imports System.Threading Public Class Main Private worker1 As Thread Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load worker1 = New …

Member Avatar for AleMonteiro
0
463

The End.