473,811 Members | 2,879 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

0
1,420
thread by: dredious | last post Jun 20 '12 by: dredious
I have created a simple log on screen that checks the local database if the username and password exist and to add them to the database if it doesn't exist. On the Login window I have a Label that I would like to equal the user who has logged on. Here is my code..... Public Class loginWindow
0
883
thread by: Gauti | last post Jun 19 '12 by: Gauti
Can any1 help and tell me what are the equivalent Header files of Linux in VC++? #include<sys/types.h> #include<sys/ipc.h> #include<sys/shm.h> #include <unistd.h>
0
914
thread by: tomonline | last post Jun 17 '12 by: tomonline
hi there! have a stupid question but I can't finde the solution on the internet... I’ve made a simple console app that gives a message box with the user input. The problem is if I click the console wile the pop up is still showing and type whatever I want, the console don't ignore the input. If I click ok after, I see al the things that I...
0
1,002
thread by: bsce61 | last post Jun 17 '12 by: bsce61
Hi, I'm currently creating an application which involves selling of products, equipment and service repair, also rentals of equipment. What is the best database design in this application? currently I have tables for Customer, Invoice, InvoiceDetail, ProductList, EquipmentList, WorkOrder. Do I need to have separate invoice table for rentals which...
1
2,833
thread by: Benjamaish | last post Jun 16 '12 by: PsychoCoder
A= 1000 B= 1500 C= 1200 A and C have 50,000 allowance Tax the first 10,000 has 0% the second 10,000 has 10%
8
2,916
thread by: Laine | last post Jun 16 '12 by: Laine
Hi, for now im able to save the image into a specific folder using AsyncFileUpload. However, i've no idea how to save the image filepath into db and display at another aspx of my project which retrieve using image filepath. Am i in the right track? thanks for your time
0
1,157
thread by: Roseholmes | last post Jun 14 '12 by: Roseholmes
Me.Capture = False Dim msg As Message = Message.Create(Me.Handle, &HA2, New IntPtr(2), IntPtr.Zero) Me.DefWndProc(msg) this is the code of moving form in mousemove event.,but how it is work?
1
1,119
thread by: Adam133 | last post Jun 14 '12 by: Adam133
I am developing a program that will run a third party program, automate this program's actions, then close the program. The problem is, once this third party program is complete, it just sits there. There is no way to pick up whether or not the action is complete. I have thought about having my program wait a set amount of time for the 3rd party...
1
1,619
thread by: Marko Danilovic | last post Jun 12 '12 by: Marko Danilovic
Here is my code: Option Explicit On Option Strict Off Imports System.IO Imports System.Text Public Class Form1 Public moApp As Object
0
1,044
thread by: rajshri | last post Jun 11 '12 by: rajshri
can we create Pivot chart like excel in c#.net windows application and how?
0
1,249
thread by: NJCSIT | last post Jun 7 '12 by: NJCSIT
I am currently making a battleship game and I want to know how to disable one button out of the array at a time and when it is a miss it turns grey and if it is a hit it turns red. This is the code I have so far..... Imports System Imports System.Drawing Imports System.Drawing.Graphics Public Class Form1 Private btnArray(6, 6) As Button...
5
10,009
thread by: fordinario | last post Jun 7 '12 by: PsychoCoder
hi everyone, i am writing a program for my research project and i need to count the number of black & white pixels in an image inside a picturebox. I am basically a beginner in visual basic. I already have a picture viewer. Please help me devise a visual basic code to count the number of black & white pixels inside the picturebox
0
1,510
thread by: rgp34 | last post Jun 6 '12 by: rgp34
Hi, I am trying to check if an image file exists. If it does exist then use it, otherwise, use a default image. I am trying to pass integrated windows login credentials to get a response but I always return false. It seems to not like the credentials. Does anyone have input here? Thanks in advance! Here is my code: PS - All this code is done...
3
2,291
thread by: womo1975 | last post Jun 5 '12 by: PsychoCoder
My issue is when I read from an existing executable and convert it to string and back to executable windows says it is not a recognized 32 bit or 64 bit application? The code below is real code I have rewritten many times but to no avail. If I leave out the part where I convert the bytes to string and just copy the binary and create a new exe with...
-
-
thread by: bubblysush | last post Jun 4 '12 by: PsychoCoder
0
3,612
thread by: djmrva | last post Jun 3 '12 by: djmrva
Nice and easy solution is using the following concept : Private Sub frmMain_FormClosing(sender As Object, e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing 'check the close reason why form is closing If e.CloseReason <> CloseReason.WindowsShutDown Then ' if windows is NOT shutting down then 'code what to do if user...
0
1,364
thread by: FernandoSousa | last post May 30 '12 by: FernandoSousa
I have a simple ASP.Net page that contains a text box and a label, this web page is to be used on a 2D scanner with Windows Mobile 6.1 OS. The idea is to scan a 2D label and display that info on the Label field. The barcode contains information that is separated by a Hex 1A followed by 1D... I can see that separation when I scan the barcode...
2
1,356
thread by: samk123 | last post May 30 '12 by: samk123
I am creating a excel dashboard, and I have a set of buttons that allow users to hide or show subcategories on the graph, to avoid overpopulating I made the buttons shared for all of the categories. The problem I am having now is that when the user selects a different category I don't want the previous entries to change unless that is the category...
0
1,767
thread by: Ryan Fitzgerald | last post May 25 '12 by: Ryan Fitzgerald
Alright. So I'm building a small timing system as a "beta" for a local racetrack. I know that the VB Timer is inaccurate .. But that's why it's a beta. I'm using Visual Basic Express 2010 I'm taking an infrared sensor, and connecting it to a microcontroller. The microcontroller will read the input of the sensor (whether it's broke or not) and...
0
1,817
thread by: thelionheart | last post May 25 '12 by: thelionheart
Please help i got a problem in visual basic .net and im using visual studio 2010 when I run program to display records from database to listview i encountered a problem in immediate window and it says: A first chance exception of type 'System.Reflection.AmbiguousMatchException' occurred in Microsoft.VisualBasic.dll I encountered that...
4
3,527
thread by: crzyice | last post May 25 '12 by: crzyice
Greetings, im a beginner in vb.net and im trying to make a survey program(which consists of radiobuttons- poor,fair,good,verygood,excellent) that when a user inputs its user-id. the program will check the database whether the user-id has been entered before or not. if existing, the user may edit the original/existing survey record. im using MS...
0
1,190
thread by: Gparl | last post May 23 '12 by: Gparl
The Random generator works fine. What I have a problem with is adding the rows and columns. Array 0,0 0,1 0,2 = row total 1,0 1,1 1,2 = row total 2,0 2,1 2,2 = row total = = = col total coltotal col total also add 0,0 1,1 2,2 Private Sub BtnFillArray_Click(ByVal sender As...
0
1,057
thread by: drash | last post May 23 '12 by: drash
dr = ods.Tables(0).Rows(0) dr.BeginEdit() dr.Item("NAME") = sName dr.EndEdit() dr.AcceptChanges() oda.Update(ods, ods.Tables(0).ToString)
2
1,524
thread by: Faisal2012 | last post May 18 '12 by: Faisal2012
hi i make progran used vb.net 2005K anf then instal this program in tow computer and work withot any problem then i install this program in third computer but when i try to open by click the massege appear ( program name has encountered probleam and need to close ) so if i find any solution from any body please help
0
1,615
thread by: Nazmeen | last post May 17 '12 by: Nazmeen
hii am able to send hex data to the hardware device but not able to receive the data it is sending here is my code Public Function getMessage() As Integer Try Dim hostEntry As IPHostEntry = Nothing Dim s As Socket = Nothing

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.