20,284 Topics
| |
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 … | |
| 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 … |
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 … | |
: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. | |
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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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() … | |
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, … | |
I am trying to pass the OleDbDataReader to table that I can pass out of a function. | |
How do I use c or c++ code in Visual basic net? O | |
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 … | |
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 … | |
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, … | |
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 - … | |
:?: 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 … | |
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?? | |
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? | |
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 … | |
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.. … | |
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 … | |
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 … | |
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. | |
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: … | |
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] … | |
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 … | |
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 … | |
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, … |
The End.