20,284 Topics
| |
We pulled this from[Vbasic.net](http://vbasic.net/detail.aspx?tid=105). A friend of mine has it running on his home server but I keep getting errors on our production mahcine please help!!!! Thanks!!! Generating random passwords can increase the security of a website by taking the process out of the hands of the user, or simply … | |
hello,i need to make an if statement for a mortgage application in vb.net, basically i have a list box for the DOB called cmbDOB, and a label to show the maximum mortgage. But i dont know how to make the if statement-it has to show the maximum mortage in the … | |
hi all, I want to run vb program through vb.net program is this possible in vb.net and i want to show output in some container. In VB it is possible through Shell command but it runs the program seperately but i want to run program through vb.net and want output … | |
Can anyone help me here. I have AutoCAD open with drawing also opened. All I want to do is attach to the active document. Please help | |
The error message continues: The given assembly name or codebase is invalid. Exception from HRESULT: 0x80131047 Help please. Thanks | |
Hi I have a small question. I'm building a website and I would like to make custom message strings that I can later put in a sql database. Is the following idea the correct way to go? File: SystemMessages.vb [CODE]Select Case EventID Case 100 msg = "New user" & username … | |
I'm trying to get a headstart on a project that im writing for college. I want to write a instant messenger simular to msn messenger. I've got the following so far but its throwing up a load of errors. Can someone take a look please. Thanks [CODE]Imports System Imports System.Windows.Forms … | |
Hows it going everyone. Right now I am working on a project with VS2008 that parses directory and subdirectories and lists all filenames/paths/size/etc. This is working correctly, but I also need to parse the contents of zip files without actually unzipping them. What would be the easiest method to return … | |
Hi, I am connecting a scanner to a USB port. The scanner works as a com port connection. Before I can talk to the scanner I need to know which com port the scanner is using. When I know which com port it is on I can wake it up … | |
hi guys.. i got one big problem rite now..currently i'm handling new project using VB 6 and MS SQL Server as host server. Rite now i'm stuck at store/save data into the server. Previously, i'm using C#.Net and it success but then i'm not sure whether the code from .Net … | |
Hello guys, I'm a newbie here. I am just a beginner programmer and taking up VB.Net. However, we are currently on Program Logic Design topic. Our instructor gave us an assignment on FLOWCHART design. Can somebody here help me with my assignment. Below are my assignments which is due on … | |
Hey frnds,On BOtton Click I want the dll to be unregisterde. I write the foll. Code on Button_Click,but when i click on delete button.pop msg is there.i do not want this msg to be dsiplayd. Plz help me out,Mine code is as Under.. Microsoft.Execute.Shell("regsvr32 sonia.dll -u"). Is there any other … | |
this is my code.. i got both my work database and my master database on the datagrid views in my form...but how do i go about comparing.. and generating the crystal report ? [QUOTE] imports System.Data.oledb Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles … | |
I have a work database and a master database. I have 4 fields in each of them. If I got A B C D values for a field in my work database. If I have A anywhere in my master database.. I want a report to be displayed in Access … | |
Hi everyone, I am still stuck and please help anyone!!! I want to save and load a listbox with 2 arrays in a .txt(file), but i am getting an unhandled exception of type 'System.ArgumentException' in microsoft.visualbasic.dll. Additional information:File I/Owithtype 'ObjectCollection' is not valid. Please help anyone, my tutor is on … | |
I am using .net 1.1 . web application asp.net,vb.net. I want to read datas of an excel sheet in a website and save the datas into my sql database.anyone guide me for this. | |
hello, i have 2 textboxes and an update button on my form. iam able to connect as well as navigate through the Access db but i am unable to update it. i am getting the following error: Dynamic SQL generation for the UpdateCommand isnot supported against a SelectCommand that does … | |
Hai all, I want to get to know about the file summary like last saved by, last printed on, authour etc... How can get it using file info function. Thanks in advance. | |
hello i have a form where it has multiple checkboxes, and its up to users to select or unselect the checkbox. then user have to choices to go back to the main page; ok and cancel button if clicks on OK, the program works fine but if clicks on CANCEL,, … | |
is there any simple way to do this? im making a chat client and i want it to display text like all chat clients do, which is buttom to top. Thanks! | |
Hi Guys, I am using VB.NET Express Edition 2005 I have a multidementional array. The array is an index into a very large Text file that contains Books, Chapters and Verses. Each record in the index is made up of these fields. [B]Address, Book Number, Chapter Number, Verse Number, Bytes … | |
Hi, after spending days on this I hope someone can help me. I am using one gridview nested inside another, and I need to reference on of the columns in the adult gridview when updating the child gridview. Make any sense?? I have a footer row in the child which … | |
Hello, I am trying to retrieve data from my MS Access table but keep getting a "Syntax Error on the FROM statement" error. I was hoping someone could lead me in the correct direction in resolving this error. Particulars of the VB program: I am trying to create a "Control … | |
I need to choose a value from a combo box and check if that exists in a table and if it does..i need to make a button glow green.. I am not sure how I have to check if the chosen value exists in that table.. can you please help … | |
the code worked perfect on Friday and when I come back today and try.. the RAM alone works fine in the T-SQL but the Mfg, Make, GraphicsCard and GraphicsVersion do not work atall.. they dont give me any queries atall in the data grid view o/p.. why am i stuck … | |
Today I have DELL 'mfg' and I have 'make' as Precision workstation 650, precision workstation 610, precision work station 530.. i have 2 combo boxes: 'Mfg' and 'Make'.. the moment I choose DELL as mfg from the first combo box..i get the PWS 650, PWS 610 and PWS 530 in … | |
Hi: I have a question.. I got a control/master database. I have another work database. I have to match each value from 2 fields present in my work database to a control db. The values could be anywhere in the fields in my master db.. it just has to be … | |
[SIZE=3]hi every one i need to use animation bar(label) in the vb.net and desplay information connecting with sqlserver 2000 please advice and tell me how thank you[/SIZE] | |
hi, i got a database that has as fields date, rate 1 and rate2 i want to display the rate1 and rate2 as graphs. hoe can i do that to reatrieve data from msaccess and display it. |
The End.