20,897 Topics

Member Avatar for
Member Avatar for Nokkieja

Hi there, Is there a way in vb2005 to: passtrough the name of a control to an other sub? I have 5 pictureboxes. I want to do some action in the other sub, depending on what control has been clicked on. example: Private sub Picture1_Click() dim objControlName as Picturebox objControlname …

Member Avatar for Nokkieja
0
77
Member Avatar for naina.m

I have made a usercontrol and in it I have define a sub add() this subroutine is dynamically creating a maskedtextbox in windows form i have used this usercontrol and add a button to the usercontrol in the windows form what i want is when i double click the button …

0
56
Member Avatar for carrie3112

I just created a project using vb. net (2003) that contains the executable and added the libraries and files I thought were necessary. When it pre-builds, it says that many dependencies are missing, interop.dzocx1lib and interop.dzstactxlib. Those files (assemblies) are listed in the project. It does install on my target …

Member Avatar for alawson
0
103
Member Avatar for JaedenRuiner

Well, I'm not sure how other people do it, but eh, for some reason VB makes my task excessively difficult, because it is so inter-dependent and integrated. Now, HTMLDocument, is a Document interface for...go figure...an Html Document. However, I can't use it. I can only get to it via a …

0
192
Member Avatar for Halbo

I am working with VS .NET 2003. I built the form in the usual way, and have been working on the code. Randomly, VS will erase the code for all the elements in the form. I have to go back and put the code back in. Is there any history …

0
76
Member Avatar for domino.vbcoder

Hi all i was wondering wheather someone could explain how i would extract the string data in bold from the xml line bellow? <countrydata> <stateid="point"><name>[B]Sligo[/B]</name><size>2</size><loc>[B]54.28,-8.48[/B]</loc></state> </countrydata> I am using an xReader to read the file in another program but the structure is very different, the code i use for the …

Member Avatar for ptaylor965
0
95
Member Avatar for soso30

hi all, i built outlook plug_in to change the numbers in contact list.when i tried the application for small contacts list ,it did the functionality i want. but, when i used the application for large contacts . it did not change all the contacts item . Is the problem in …

Member Avatar for ronbhall
0
96
Member Avatar for chrismitchel

I am working on an application that would accept input from a fingerprint device. I'm using vb.net from visual web developer. I visited a website that advised me to use an API called GrFinger, which i downloaded for free. I need GrFinger to be on my main form as a …

0
222
Member Avatar for mustoora

Hi there. Sorry, realized that my previous post has some typo error. Editted. Hope can seek some help. I am trying to make a certain symbol to appear upon every mouseclick. However, the symbol is a cross and an arrow head. This is how I tried to do it. [CODE]Private …

0
66
Member Avatar for ramlisarip

hye..i'm really new to visual basic.i just know a simple coding. i have a project in my university. it is about vehicular communication system. can anyone help me to build auto send program?is it possible??:?: it should be something like this. pc A can sent msg to pc B at …

0
65
Member Avatar for Webbsta

Hi, I'm getting quite good with vb.net now and have created quite a few good programs but I'm having trouble with something that seems simple but i cant figure out whats wrong, if anybody can help me with the following code it would be very appreciated. What I'm trying to …

Member Avatar for Halbo
0
159
Member Avatar for Duki

I'm trying to get totCust and totRev which are declard in videoBonanzaForm to show up in the summaryForm.textboxes I have them declared as friends; i've even tried assigning `me.textbox.text = "1"` and nothing shows up still when I click the Summary button (in videoBonanzaForm). I open the summary form with …

Member Avatar for Duki
0
199
Member Avatar for mustoora

Hi there. I am trying to make a certain symbol to appear upon every mouseclick. However, the symbol is a cross and an arrow head. This is how I tried to do it. Private Sub Form1_Paint(ByVal sender As Object, ByVal e As _ System.Windows.Forms.PaintEventArgs) Handles _ MyBase.Paint Dim bluePen As …

0
63
Member Avatar for ditty
Member Avatar for sara01
0
141
Member Avatar for amby

can somebody please help me to write a code so that mouse pointer can move around on the desktop according to program..for example it is moving in up direction when i give '1' to any variable. and it is moving in down direction when i give '2' to any variable

Member Avatar for iamthwee
0
67
Member Avatar for yagapapa

Hi all Ive been working on a VW2005 project and constantly been getting the following error message... Ive been debugging the program for quite some time now and still cant figure out where the problem lies... [CODE]Format of the initialization string does not conform to specification starting at index 0. …

Member Avatar for bharatsaboo
0
151
Member Avatar for nice_true

Hi! I am running vb.net applications on a sytem with 512 mb of ram. The project includes retrieving data from a database which has approx. 20-25 lac records. On running the project for the first time itself, either a "time-out" message appears or the system gets hanged up. I tried …

Member Avatar for ptaylor965
0
81
Member Avatar for hamjad

Hi, I am trying following code to update the onClick event of an html button sitting in my asp.net page. VB.NET code Page.RegisterStartupScript("AutoFillScript", _ "<script language=javascript> function test(){ document.getElementById('printPage').onclick = ""PrintHtml('http:// someURL.html')"";}") btnSubmit.Attributes.Add("onClick", "test()") I want that when someone click submit button URL "http:// someURL.html" be assigned to html button …

Member Avatar for MidiMagic
0
67
Member Avatar for LilOlMe

Hi there! I'm developing a VB.NET web application that has to be able to read from a USB Flash Drive. I've noticed that someone else has posted a similar question on this forum but the answer was never provided to them. I have gotten a bit further than the other …

0
241
Member Avatar for Halbo

Hi, everyone, new member here. I'm working on a project which has a very simple user interface, with 1 combobox, 2 labels, and three buttons. When I save the project and come back to it later, all the elements on the form have piled up on top of each other …

Member Avatar for Halbo
0
102
Member Avatar for N[e]tt[e]

[SIZE=2][FONT=Microsoft Sans Serif]Hi..anyone here have sms gateway coding (vb.net)for windows application?? i need a free service..meaning i will hope my application can able to send sms to my customer for latest news/promotions. how can i do so? [/FONT][/SIZE] :sad:

Member Avatar for joshua__lim
0
516
Member Avatar for BalagurunathanS

Hi friends.. I need to get all the .exe's running in a machine and display them in my application .How to do it..? In specific i need to get the .Net exe's alone.. Somebody help in this regard as early as possible.. Regards, Balaguru

Member Avatar for BalagurunathanS
0
100
Member Avatar for getz

Hi, I've developed pocket pc application using vb.net and mysql. But the prob now, I cannot access data from mysql thru pocket pc. when I run the application in Symbol pocket pc, it will give me this error: TypeLoadException Could not load type MySql.Data.MySqlClient.MySqlConnection from assembly Mysql.Data, Version=1.0.4.20163, Culture=neutral, PublicKeyToken=C5687FC88969C44D …

0
82
Member Avatar for Ahsan Sheikh
0
49
Member Avatar for bindu_1218

my project is online exam,is it possible to do that in vb.net? how to connect oracle database to vb.net?

Member Avatar for binoj_daniel
0
40
Member Avatar for bcm

I am writing a project [B][COLOR="Red"]VB.NET2005[/COLOR][/B] where I declared a Function Capture_error() but it show following error: "Function without an 'AS' clause;return type of object assumed" What can I do for it :'(

Member Avatar for binoj_daniel
0
60
Member Avatar for Sunny28525

Hi friends, This is Sunny. i am trying to create a paint brush. almost i have done it but there is a problem in filling color. Actually i have done it in vb6 but when i use vb.net it does not work. here i write vb6 code : Private Declare …

Member Avatar for binoj_daniel
0
133
Member Avatar for chandrag

hi, i want to connect a web server using SOAP::Lite with VB.NET. could u please help me by providing the information to use SOAP with VB.NET. thank u chandra

Member Avatar for trudge
0
178
Member Avatar for nayan408duet

Hi friends! Please help me to get start vb.net easily and step by step... I have good skill in c/c++ and little bit in VB. Give me some good instractions to start vb.net please.

Member Avatar for hollystyles
0
111
Member Avatar for preetham.saroja

can anybody help m-how to write code for update,delete,cancel buttons on datgrid...using vb.net only plz its urgent help m(only in code-behind file)........plz plzzzzzzzzzz

Member Avatar for altafnazir
0
187
Member Avatar for scrypt3r

how do you get the directory witch the program is instaled in ? and put it in code e.g. textbox1.text = (******get directory code*******)

Member Avatar for mazel
0
72
Member Avatar for phieagles76

Hello, I'm working on a sudoku type game with 4x4 squares rather than the typical 9x9 and I have written code to generate a random number for each button when new game is clicked the problem is it will generate 1 to 4 boards and then it freezes up I'm …

Member Avatar for phieagles76
0
126
Member Avatar for virus220

I have prepared an application in vb.net now i want to make it an exe file how to do it ???

Member Avatar for williamrojas78
0
73
Member Avatar for thirunavukaras

Hai.... To print Html page using PrintDialog and Print Document i am created one windows appication.. the windows application have many pages in my booking page i have two buttons one btnprint,btnclose i am go to click btnprint button and corresponding i reader one html file . then in local …

0
76
Member Avatar for getz

Hi, Do you know how to make the panel to scroll using vb.net for smart device application? I have tried some of samples but none of it was working and when I code [CODE]Panel1.AutoScroll=True[/CODE]it gives me an error: AutoScroll is not a member of Systems.Windows.Forms.Panel Do you know how to …

0
96
Member Avatar for m_saahil

Hi all I need urgent help to complete my project I am unable to update my sql database.I have to update the database using textbox value as primary key and the other tools are textbox,dropdownlist and calender which i have used I am doin project on ASP.NET using vb.net so …

Member Avatar for adamm84
0
126
Member Avatar for Sunny28525

hi freinds, this is sunny. there is API which is uded in vb for filling the color in region. ExtFloodFill Picture1.hdc, X, Y, Picture1.Point(X, Y), 1 but when i use it in vb.net , it gives error that there is no property like picture1.point so please tell me how can …

Member Avatar for waynespangler
0
68
Member Avatar for Ravi Singhal

hi all, I want to create addIn in vb.net. I have created it in VBA before it. what step have to take. Can any body help me out.. Thanks alot

0
50
Member Avatar for Nokuphila

I need help, im creating a job scheduler which must show the accurate date and time of completion for every order placed .My problem starts when i have to get the date of the last order placed fom the database and i must use the same date to subtact the …

Member Avatar for Nokuphila
0
91
Member Avatar for shers

Hi, I'm working on VB.NET Express and SQL Server Express. I have a DataGridView control in the form, with 8 columns, of which one column, which has default values, is hidden and one column is already filled with default values. I want to populate the DataGridView with records that exists …

0
58
Member Avatar for Danish woman

I have a forum where the threads are showing in a datagrid with paging. The paging works fine and show the right result on the next pages. My problem is in the column which contains a link to the page where the client can read the thread. The link includes …

0
56
Member Avatar for scottb2

OpenFileDialog seems to only allow files to be selected. Is there a variation of this dialog that allows you to select a folder? Thanks, Scott

Member Avatar for scottb2
0
61
Member Avatar for aparnesh

I am currently working in Vb6 and ASP 2.0 and planning to switch to .Net. I have very little knowledge about it, so would be obliged if someone offers some answers to these Qs. 1. What software do I need ? MS Visual Studio.Net ? 2. Can I have VB6 …

Member Avatar for aparnesh
0
172
Member Avatar for hoon

i'm doing a budget calculator for my assignment. and now i'm facing the problem about how to load or save the data i type in the textbox into mdb...? i already had one simple mdb for login process...(containing username and passwords) i hope to do sth like when User A …

Member Avatar for xyte
0
129
Member Avatar for ptaylor965

Hi, I have datatable with three rows of data that will increase I want each row to fill lables, checkboxes and textboxes on their own tab of my tab control I have created a Template tabpage but when i try to add the other dynamic tabpages they are all blank …

Member Avatar for ptaylor965
0
149
Member Avatar for tamik0

I need help figuring out how to get the value of my text boxes into the variables I have declared (in bold) , any suggestions would be appreciated: (/code) Option Explicit On Option Strict On Imports System.Convert Public Class frmMain Inherits System.Windows.Forms.Form [B]Private mlblInitialValue As Double Private mlblSalvageValue As Double …

Member Avatar for bharatsaboo
0
85
Member Avatar for tycoonjamie

Hello I am trying to make an VB program to open an excel workbook and just open it. I have two forms. the first is a crude password system that if completed switches to form2. That is fine but i have no idea how to then make this form have …

Member Avatar for iamthwee
0
111
Member Avatar for khs
Member Avatar for iamthwee
0
40
Member Avatar for fortis

I am problems on how to display form on lcd (128x64pixel) in vb .net module thru parallel port, please help me

0
41
Member Avatar for Pja

Can any one please tell me how to retrieve image that i have stored in SQL SERVER 2000 and display the image in datagrid in VB.net 2003? I am able to display text data in datagrid but the picture cannot be display (in datagrid the picture is not shown but …

Member Avatar for Pja
0
231

The End.