20,284 Topics

Member Avatar for
Member Avatar for spacekat

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 …

Member Avatar for tuse
0
852
Member Avatar for shelly121

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 …

Member Avatar for cutepinkbunnies
0
231
Member Avatar for guest11

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 …

Member Avatar for guest11
0
204
Member Avatar for bigr1822

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

0
46
Member Avatar for ohyeah

The error message continues: The given assembly name or codebase is invalid. Exception from HRESULT: 0x80131047 Help please. Thanks

0
50
Member Avatar for robjens

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 …

0
42
Member Avatar for ohyeah

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 …

0
67
Member Avatar for cellus205

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 …

Member Avatar for cellus205
0
201
Member Avatar for Tony Barber

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 …

Member Avatar for Tony Barber
0
904
Member Avatar for bungek84

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 …

0
83
Member Avatar for djhao79

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 …

Member Avatar for djhao79
-1
279
Member Avatar for ruchika beddy

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 …

Member Avatar for selvaganapathy
0
77
Member Avatar for kavithabhaskar

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 …

Member Avatar for kavithabhaskar
0
149
Member Avatar for kavithabhaskar

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 …

0
47
Member Avatar for michael0101

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 …

0
78
Member Avatar for Karthik553

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.

0
47
Member Avatar for karthik1

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 …

0
63
Member Avatar for Pgmer

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.

Member Avatar for Pgmer
0
94
Member Avatar for isumasama

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,, …

Member Avatar for isumasama
0
123
Member Avatar for plazmo

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!

Member Avatar for SupportCuteSoft
0
935
Member Avatar for Eric132

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 …

0
74
Member Avatar for mcgarry101

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 …

0
52
Member Avatar for witternb

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 …

Member Avatar for cutepinkbunnies
0
145
Member Avatar for itzkanaga
Member Avatar for kavithabhaskar

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 …

0
126
Member Avatar for kavithabhaskar

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 …

Member Avatar for kavithabhaskar
0
93
Member Avatar for kavithabhaskar

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 …

Member Avatar for cutepinkbunnies
0
84
Member Avatar for kavithabhaskar

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 …

0
51
Member Avatar for fineline

[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]

Member Avatar for sharrmee
0
366
Member Avatar for dmotah

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.

0
61

The End.