20,284 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
150
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
49
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 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
46
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
442
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
66
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
387
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
95
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
138
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
278
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
321
Member Avatar for Robert Walker
Member Avatar for ESHbyESH
0
190
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
489
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
114
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
57
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 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
187
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
320
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
181
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
93
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
159
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
218
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
125
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
131
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
126
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
163
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
202
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
97
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
256

The End.