20,897 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 … | |
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 … | |
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 … | |
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 … | |
: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 … | |
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 … | |
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 … | |
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 - … | |
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 … | |
:?: 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, … ![]() | |
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 … | |
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) | |
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 :) | |
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 … | |
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. … | |
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 | |
I'm new to vb & .net and I'm looking for Phone support: 900 or per call type support | |
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, … | |
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 | |
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 … | |
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 … | |
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. | |
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 … | |
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 |
The End.