20,897 Topics

Member Avatar for
Member Avatar for elephant

I'm very new to to VB.net but have worked in vb6, I have recently tried to install vb.net standard edition. It installs fine with no errors but I am unable to make the content display in either msgboxes or listboxes. here is a sample of the code I am trying …

Member Avatar for elephant
0
158
Member Avatar for Geek-Master

Are there any functions that can interact with the desktop like if I create a windows service? I'm guessing that requires some shell programming. I haven't found any documentation on the desktop, should I be looking at explorer instead? I'd like to play a prank on a few of my …

0
51
Member Avatar for grc1uk

Hello I now have a working script that displays a .htm file when a user logs on to their computer. (thanks to alot of help from a member at this site!!). My next issue is that because a lot of my users are using CITRIX for work, then they are …

Member Avatar for grc1uk
0
212
Member Avatar for lorf14plus

I have created a new ASP.NET application in VB.NET and I have made a login page that is call if the user are not logedd in and rediret to the start page. In my internal page I have a dinamic menu that is generated by sub that check the database …

Member Avatar for lorf14plus
0
193
Member Avatar for coolgal_neha

hi i am a newbie here and i have a school project to make on cafe management and it is an eating cafe . wat i wanted to know was is making a progress bar in vb only possible in vb.net or is it possible throught vb6 also .2)i wanted …

Member Avatar for Comatose
0
197
Member Avatar for augie0216

I'm doing an asp.net application but am using vb.net to code the example i'm working on. I'm creating a form that will show historic stock prices I have three description and value pairs: Company Name stock symbol Hartford har Vertigo ver Dickson dks I have created three sequential files that …

Member Avatar for tgreer
0
122
Member Avatar for chami

:sad: I need to read a zipped xml file by using vb.net Actually what I'm trying to do is take the data from staroffice spreadsheet and save in a Oracle database. As Staroffice save its data as 5 zipped Xml files, I need to unzip them before read.

0
47
Member Avatar for grc1uk

Hello I have not had much programming experience especially with VBS. I have been asked to write a script which checks what AD group a user is in and then runs a specific drive mappings for that group and user, also i need the script to check the date. This …

Member Avatar for grc1uk
0
444
Member Avatar for yba

Hi All, Can any one explain me what application block ? and how to code in web application using vb.net, please send me a sample if u have experience in programming application block, i have a web application which is intranet i need to pass the username and password thro …

0
68
Member Avatar for Khishin

When using the Form1.KeyDown, keystrokes don't seem to register. For example, the Click works fine: [code] Private Sub Form1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Click MsgBox("Hello") End Sub[/code] That will display the message box when the form is clicked, but if you change it to: [code] Private …

Member Avatar for makatzena
0
390
Member Avatar for Robert Walker

I have set up a form that I can load a Datatable in, but how do I return the index number so I know what the user selected. If possible I would rather not use a global variable.

Member Avatar for Robert Walker
0
98
Member Avatar for hippychic43

Hi, I want to create a conduit to transfer files between a PDA and a PC in VB .NET, I've found something that teaches me how to do it for the Palm OS but I want to be able to do it on the Windows CE OS as well. Would …

Member Avatar for ESHbyESH
0
141
Member Avatar for ESHbyESH

Hi Folks. My name is Elie S. Hirschman, though I usually go by my initials ESH (especially online). I have an educational background in C++, then learned Java, VB and VB.Net on the job, and taught myself HTML, Javascript and CSS. I am 28 years old and have worked in …

Member Avatar for meksikatsi
0
170
Member Avatar for MrConfused

I use VB5 and I have a form which has very close to VB 5's limit of 255 controls per form which is starting to concern me. Can someone tell me if the limit for VB6 was increased and let's not forget VB net if possible (although changing the code …

Member Avatar for Comatose
0
319
Member Avatar for shelly121

hey ppz! im havin problems wiv my code on vb.net! it dopesnt recognise the "ADODB connection()"-it says its not defined?? i have added the data adapter and connection, so why doesnt it work??? [PHP]Imports System.IO Public Class frmClients Inherits System.Windows.Forms.Form Dim CN As New ADODB.Connection() Dim RS As New ADODB.Recordset() …

Member Avatar for Robert Walker
0
286
Member Avatar for augie0216

I'm trying to learn asp.net in vb.net. I have a form to order hats online because I'm learning only one hat at a time may be ordered. I have two listboxes one displays the size and the other the color, I have a checkbox which if checked adds a logo, …

Member Avatar for NPH
0
342
Member Avatar for Robert Walker
Member Avatar for ESHbyESH
0
193
Member Avatar for Pmaster
Member Avatar for Toulinwoek

Does anyone know if Microsoft will be offering [B]Visual Basic .Net 2005[/B] as a standalone product? I can't imagine that they would not, but I can't find anything on their site that mentions anything but Visual Studio 2005, which contains a host of things I don't want. I have a …

Member Avatar for Toulinwoek
0
496
Member Avatar for lorf14plus

I have generate a ASP.NET page with a Codebehind but i want to create a file with common method that i must make in many page of my website. I create a new file class .vb, but how can I using the public function that I have insert in?? Thanks …

0
116
Member Avatar for vishalmishra2k

i ve embedded a Windows Media Player component in the ASP.NET Web Application interface.. but dunno how to play a media(audio/video) file in it... i m using VB.NET as the frontend and oracle9i as the backend...on Windows 2000 Advanced Server.. i ve tried giving a URL path to a Hyperlink, …

0
59
Member Avatar for Anine

I am working on a login password. I want my front page to load and then the password form to appear. The user then types in userid and password - if correct the login form closes. I want the front page to remain visible behind the login form BUT - …

0
100
Member Avatar for ballapraveen

Hi All, I need some clarification. I have a situation where I have to use XML files to update a database using vb.net or c#.net. We have a form by which we will get an XML file in the browser from another web site. Now we need to run a …

Member Avatar for Iron_Cross
0
72
Member Avatar for dreyes67

:?: Ok, this might sound like a dumb question. I am a beginner and I am not sure how these programs work. Our programming dept. creates and maintains severl programs they wrote in VB6 and VB6.NET. Every few weeks they make changes to some of them and they go to …

Member Avatar for Comatose
0
189
Member Avatar for blacknight

i am writing an app. for my company that hast to edit regitry entrys on pc in our network. any idea how i can solfe this problem??

Member Avatar for Comatose
0
342
Member Avatar for sara

Hi.. anyone outthere have sample coding leave application. This application will calculate how many days u take leave not including public holidays. Please help me?

Member Avatar for sara
0
185
Member Avatar for Gambit0789

i am currently making a program that is sort of like the game "Concentration". i have almost everything done except i need to find out how i would randomly place the words u have to guess onto the buttons. If this is possible or if you can think of a …

Member Avatar for LearnerNM
0
95
Member Avatar for marijana

hi, please help..i have a problem with the TopMost property of a form, it doesn't work.. have 2 forms:frmA and frmB. i want frmB to appear over the frmA (on the top of the frmA), so i set its TopMost prop. to true, but it still appears under the frmA.. …

Member Avatar for juliik
0
161
Member Avatar for Kelleyj

I have a datagrid that is populated with data. If the operator scrolls off to the click on a field that is off to the right (not initially displayed on the grid) ---- then the operator does something that needs to repopulate that data with a different set of information …

Member Avatar for Kelleyj
0
221
Member Avatar for augie0216

Anybody know a good book for learning about oop reuseable components. I have a project I have do for school. The book i was given to use doesn't cover that subject real well. I'm really in a jam, I even went out on forums asking questions about reuseable components, but …

Member Avatar for augie0216
0
126
Member Avatar for jasonkit84

although i've specified in the printer setup where my printer is a dotmatrix printer (oki ML 591)->this printer supports (font) Roman 20 cpi but when i view the report using vb.net, it comes out with another font.

Member Avatar for jasonkit84
0
133
Member Avatar for Khishin

How do you add controls through code instead of the form editor? I wasnt to do things like make a textbox appear when a button is pressed, but I'm looking for another way to do it than make a huge clutter of controls and edit the VISIBLE statement. Something like: …

Member Avatar for tgreer
0
129
Member Avatar for Mohsin Khan

How can I integrate Crystal Report 9 along with VB.net (Version 2003). Is it possible to create CR based report in VB.Net? or I've to chose another reporting tool. Plz kindly reply me as soon as possible. It gives error when I declear CR9 object. [U]Dim report as new CrystalReport[/U] …

Member Avatar for Mohsin Khan
0
167
Member Avatar for deeraj

Hi I have a dataset which acts as a datasource to my datagrid. It just shows all the columns from a table. One of the columns is an image column. How do i show these icons\pictures on the grid? My code looks like this: dim cmd as sqlcommand dim da …

Member Avatar for deeraj
0
211
Member Avatar for augie0216

I 'm trying to code the SelectedIndexChanged event to display an airplane in other control instances when the user selects an AircraftID. I have three textboxes: aircraftID,CompanyName,and Fuel charges. When I input data in all three textboxes and click the menu the aircraftID appears in the listbox. I need to …

0
100
Member Avatar for SpiXener

Hi everybody, I've been searching for days to find a way to access Active directory database from my VB.NET appz and nothing made good results so far.. The Active directory DB is located onto a Win2k3 server but we have another on a NT4 server too.. Neither worked.. :( First, …

Member Avatar for nicentral
0
258
Member Avatar for Kiba Ookami

There wern't any topics here so I guess I'd go ahead and make one for my first post. I'm a high school Junior currently taking a Programming corse, and am working with VB until later this year. I plan to take a college major in Computer Sciences, and as such …

Member Avatar for jbennet
0
121
Member Avatar for N[e]tt[e]

Hi,any of you know how to like create a alert system(reminder) ?? using vb.net..windows application..and it goes in tis way.. a alert will pop out to tell u the amount of stocks when it left less than 10. (i creating an application -database)

Member Avatar for N[e]tt[e]
0
159
Member Avatar for marijana

i'm kind of new .NET programmer and i don't know which files i need to install on the machine running Windows98se , in order to make it able to execute application written in VB.NET. And where I can download thoose files? please help !! TNX :)

Member Avatar for Mullethead
0
263
Member Avatar for ziaddodin

in an form with two text boxes, one for entering the name of a peson in english and the other for entering the name in another language say Arabic; the two languages (locales) are installed on your win Xp; manually you change from one to the other by pressing ALT …

Member Avatar for Arne
0
99
Member Avatar for Gambit0789

i am currently making a game for my VB class and i am trying to make some boundary code. I have done everything. i've asked people my friends for help and we can't figure it out. if anyone could give me some clues to get started that would be great. …

Member Avatar for belama
0
178
Member Avatar for sham

Does any one has used dotfucaster(decompiler) for .net .exe files ? I am curious to know, how can we prevent people decompiling from our .exe, does it mean its risky to develop applications in .net ? =Sham

0
103
Member Avatar for gcc777

I'm new to vb & .net and I'm looking for Phone support: 900 or per call type support

0
71
Member Avatar for dbarcode

I am currently trying to call a program from VB.Net that uses some command line switches. The following is the code I am using. The problems is that I get the error: "No application is associated with the specified file for this operation." CODE: Private Sub Button3_Click(ByVal sender As System.Object, …

Member Avatar for dbarcode
0
152
Member Avatar for sham

Hello, I am trying to run .net 2003 trial version on Terminal Server 2000. It got installed fine but giving error when application is started saying .net trial can not be run on Terminal Server 2000. =Sham

0
69
Member Avatar for codewolf

I'm new to PHP, though I am learning VB.net, and have a working knowledge on various programming... awhile back I had someone create an MP3 delivery and paypal payment system for my music website, to sell my own songs; this person deleted the install.php afterwards, which is good for my …

Member Avatar for Gary King
0
139
Member Avatar for N[e]tt[e]

Anyone can help me? I'm doing my final year project. I need source code for my project. I need to know how can i link my Ms access to my project..using OLEdb and Odbc..I need to do log in page(login.aspx) but i dunoe how to type the coding.anyone here can …

Member Avatar for N[e]tt[e]
0
160
Member Avatar for JBD2

Could I make two programs, but with one icon/startup so that when you click the icon, it runs both programs? Thats my first question. My other question is for something else, how can I make something delete files? Thanks.

Member Avatar for Comatose
0
201
Member Avatar for kefka

Private Sub txtMessage_KeyPress(ByVal sender As Object, ByVal vv As System.Windows.Forms.KeyPressEventArgs) Handles txtMessage.KeyPress Dim tmdataleft As Integer Dim addby As Integer = 1 If tmdataleft = 160 Then vv.Handled = True Else tmdataleft = (tmdataleft + addby) DataLeft.Text = tmdataleft DataLeft.Update() MsgBox(tmdataleft & " ELSE --- The Variable is less than …

Member Avatar for cpopham
0
123
Member Avatar for guins100

I am having difficulty understanding the process of passing values in vb.. If you name a sub procedure (Subsum) in one event procedure can you call it in another using the sam ecaal statement? and do you have to use the same parameter(byval-byref)? I am quite new to programming Thanks

Member Avatar for guins100
0
97

The End.