20,899 Topics

Member Avatar for
Member Avatar for AaronASterling

Hello All, I have a user define class, [code=vb] <Serializable()> Public Class City Public Name As String = "" Public State As String = "" Public URL As String = "" Public Sub New(ByVal state As String, ByVal name As String, ByVal url As String) me.State = state me.Name = …

0
103
Member Avatar for mariyana

I have a folder path which i chose at runtime. Now i want to check if the Folder contains files with extension .txt. How to do this.

Member Avatar for waynespangler
0
114
Member Avatar for Dr_computer

Hi, I am working on VB.Net. i want to calculate the run time of a program . i want to know how much time it would take for the program to run.I work on console .Can anyone tell me how to use this function. Thanking in advance

Member Avatar for Dr_computer
0
34
Member Avatar for mannuvashishta

I am working on the project of cryptography and i have entered text in textbox and convert into hexadecimal numbers or binary numbers and store into the one array using the shift function. Shift each binary digit from their place and store it into array and vice-versa. how can i …

0
63
Member Avatar for Dukane

I have a project which I created a setup for in an MSI file. My computer crashed, and I lost all of my work. Fortunately, I had the MSI setup file out on the web. Now, I have my MSI file and I can install the program. But is there …

Member Avatar for Dukane
-1
187
Member Avatar for Dr_computer
Member Avatar for Jx_Man
0
88
Member Avatar for AaronASterling

Hi, I am new to VB. I am trying to parse an html file. I would like not to use a WebBrowser control because it seems like overkill. The HtmlDocument class appears not to work outside of a WebBrowser control. If there is not a way to initialize it independantly, …

Member Avatar for AaronASterling
0
106
Member Avatar for Byron P

I am using Vb.net 2003 and would like some method for detecting when user has made any change to any data in a datagrid. I have a simple Windows form with a single datagrid with four columns. The first column is locked to prevent user from modifying it. All the …

0
104
Member Avatar for rhinocort23

hi, im kinda new, in fact i just signed up hoping you guys could help me. if i have multiple data grids connecting to multiple tables in access, one with all check boxes, can i make one of the data grids be affected by the other, like when i select …

Member Avatar for rhinocort23
0
92
Member Avatar for bcm

I am doing a projact in which I need help. I have created a data grid in which a database table is displayed. I have added CLEAR and CANCEL buttons. Now I want to insert buttons [COLOR="Red"]ADD[/COLOR] and [COLOR="Red"]EDIT[/COLOR] to it [COLOR="Red"]EDIT[/COLOR] button to let you edit to that record …

0
45
Member Avatar for SANJISH

Hi, I am using vs 2005 asp.net/vb.net . My screens appear very small on the browser. How can i hide the IE toobars to get a full screen view of my pages ? Kindly help Regards SANJISH

Member Avatar for MidiMagic
0
95
Member Avatar for mildewyautumn

Im a noob in vb.net 2003 and oracle...and I desperately need the expert help regarding a problem that I face.... Im working on a web based system and the system is connected to oracle. In oracle there are 4 tables and Im facing problem with one of the tables. In …

Member Avatar for TEKKOLA
0
84
Member Avatar for Byron P

Just thought I'd introduce myself as requested. My name is Byron Polk. I have been a database application developer, using MS Access, building complete applications for the past 12 to 15 years. I designed a database application in MS Access for commercial distribution about 10 years ago, which, was re-designed …

Member Avatar for jasimp
0
165
Member Avatar for earthfriend

Hi there, My windows vista home premium dosent seem to have msaccess!!?? Can i download it somewhere for free? or any suggestions?? Irishman

Member Avatar for nicentral
0
74
Member Avatar for earthfriend

Hi all, Im trying to connect my Emp.mdb database to my VB.net application. with this code. [CODE] Imports System.Data.OleDb Public Class Form1 Inherits System.Windows.Forms.Form Dim cn As OleDbConnection Dim cmd As OleDbCommand Dim dr As OleDbDataReader Private Sub Form1_Load(ByVal sender As System.Object, ByVal e as _ System.EventArgs) Handles MyBase.Load End …

Member Avatar for Chris147
0
169
Member Avatar for Duki

Hey everyone. I have a program that will load project data according to the project number selected. One of the fields associated with the project number is the project manager. I have another table called Contact which is the contact information for the project mangers. I have a link setup …

Member Avatar for iamthwee
0
66
Member Avatar for Reliance

Hi, First of all sorry if my english is not so pure i'm Belgian After using vb6 for a while i'm now migrate to vb 2005 reading books and tutorials but now i'm strugling wit datagridview Ok here is it, AutosizeRow is set to allCells, WrapMode is set to true …

0
48
Member Avatar for Dr_computer

Hi, can you help me i want code that show a picture and another code to save picture finaly how can add flash on my programme please please give me answer quickly best wishes

Member Avatar for Jx_Man
0
226
Member Avatar for Cecilia_notes

I'm having this really annoying problem. I can't add new items to a existing project anymore. I have been adding new items to this project all the time, suddenly it won't allow me to do that. I add a new windows form to this existing project, will load this new …

0
66
Member Avatar for poonams

hi all thnaks for previous reply One more thing I want to ask u guys.it must be silly que.Actually I am working in vb.net2003 in my one application breakpoits works properly.but in another application ,when i debug application one quemark appear on break pt.& it does not work at all.I …

0
78
Member Avatar for raija09

anybody out there who can make a program that adds a user input... for example... if the user enters 123456... the program must add 1+2+3+4+5+6 and display its sum; thats all... please help me on this... really need it... tnx a lot...

Member Avatar for ericstenson
0
99
Member Avatar for huaso

Hi! I need help for somethig I guess is very simple: I have a file that needs to be replaced with the same name. I'm saving it with the following code: ActiveWorkbook.SaveAs Filename:="\GA\temp\AR.xls", FileFormat:=xlNormal, _ Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _ CreateBackup:=False But there is a file in that location with the …

Member Avatar for iamthwee
0
111
Member Avatar for poonams

hi In my application i want to import table from Access to Excel.I have include Microsoft Web Browser to display the excel sheet .When i am running the application.It display the sheet.But One error is pop up"The file can not access,it being used by another process" Can anyone give the …

Member Avatar for iamthwee
0
96
Member Avatar for Sawamura

hi all, i want to make error handling but a complete ones. i was done with exception (ex) but i need a little bit more like error line,error number or other. does any one know how to do this? thx. best regards.

Member Avatar for Sawamura
0
130
Member Avatar for Run.[it]

Is there a way in Visual Basic .net to make textboxes uneditable? I have my program reading data from a file and displaying the contents in various textboxes but dont wish to allow the user to be able to edit the contents of said textboxes.

Member Avatar for Run.[it]
0
83
Member Avatar for kak.mca

Hi, I'm doing one ASP.NET project with vb.net as code-behind. I'm using SQL Server 2000 as backend. I want to store the date in the following format. [B][I][COLOR="red"]2007-10-29 14:08:00[/COLOR][/I][/B] Can anyone please suggest how to get this format?

Member Avatar for zandiago
0
21
Member Avatar for jigry

"MS Development Environment has not been installed for the current user. Please run setup to install the application." when i start visual basic: may be this is because of soem windows update: is there any way to resolve this problem

Member Avatar for jbennet
0
64
Member Avatar for ritika_khanna
Member Avatar for rahuldravid

Can anyone tell me how can I set relative path to database in a crystal report? The crystal reports are created in Visual Studion 2005 with help of the wizard. Thanks,

0
66
Member Avatar for poonams

Hi friends Can anyone tell me how i transfer a data of Access table into Excel Sheet.I am using vb.net2003.I have to do this by coding.Plz help me

Member Avatar for emurf
0
100
Member Avatar for guest11

hi all, which datatype we use for storing UInt64 type of value? I want to cast integer value into UInt64 type. How we can do that in vb.net ? Plz can anybody tell me . thanks in advance Regards Guest11

Member Avatar for emurf
0
130
Member Avatar for bajanpoet

I had created an application that worked, was deployed and used for a while before someone asked for an addition. When I tried to run the completed executeable file, I got a System.InvalidOperationException error immediately. When I opened the source code and tried to run it before making any changes, …

Member Avatar for bajanpoet
0
342
Member Avatar for bcm

Can any one please help me in following in [COLOR="Red"]VB.NET2005[/COLOR]: I want that whenever the word setting appears a textbox would be created during runtime i.e here it appears for 4 times so 4 textboxes should be created, if it appears for 5 times then 5 textboxes would be created...... …

Member Avatar for Ramy Mahrous
0
451
Member Avatar for ahmed_mido

hi iam new to programming and i want to know how i tell vb.net if it was replied to a msgbox with (yes ) then do something please help me about that

Member Avatar for poonams
0
95
Member Avatar for jarojasp

Hi guys, I have been programming with vb since version 3 writing commercial applications. I have to write applications using the internet as the base block. I have never dealt with vb and internet controls, so I have no ideas as to how to write an internet app. with vb6. …

Member Avatar for hkdani
0
124
Member Avatar for tb808kid

Hello! I'm trying to find out how to validate input from a textbox, I want to make sure it is an integer within a certain range and that the destination variable is big enough for it. Sorry if this is stupid question, I just can't find anything and it's starting …

Member Avatar for tb808kid
0
161
Member Avatar for crim1969

I wrote a VB6 application for automatic or manual playing of mp3 files from a play list. This application can run forever in Windows 98, but crashes after around 128 songs in Windows 2000. I decided to replicate the basic routine that causes the crash in VB2005 on my Windows …

Member Avatar for crim1969
0
97
Member Avatar for sniper1983

Hi.. I'm having a little trouble using a webservice from vb classic. I have tried to access other webservices on the net successfully but cannot access my own the right way. After some time of debugging I have found out that it might be the access to the webservice on …

0
84
Member Avatar for mariyana

I am having an xml file as follows: ######################## <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE form (View Source for full doctype...)> - <form name="Test_Form" xmlns="http://www.lotus.com/dxl" version="6.5" replicaid="652573B0001EDB3B" publicaccess="false" designerversion="6.5" noreplace="false" useapplet="false" treatashtml="false" default="false" private="false" readingorder="lefttoright" inherit="false" mailable="false" type="document" recalc="false" storeform="false" editonopen="false" anonymous="false" nofieldexchange="false" versions="none" manualversion="false" inheritdoc="none" contextpane="hide" conflictaction="createconflicts" noinitialfocus="false" nofocusonf6="false" signdocuments="false"> …

Member Avatar for bcm
0
117
Member Avatar for ritika_khanna

i am working on online railway reservation project in asp.net using vb.net. in this project ,i want when user enter train name,source and destination on one page,it displays all these textbox values on textboxes of another page.please tell me urgently how can i do.

Member Avatar for greeny_1984
0
72
Member Avatar for nsareddy

i have a windows form.in tht there is a data grid.in data grid we have a column named copy to.if we select tht form the control should move to another form where we find months from jan to dec in list bbox.it is multi select.when we select the months in …

0
80
Member Avatar for kar07

Hi Friends, alreayd we have some .dll file (regarding plc control) which is creted by vb.net 2003.. we normally use these dll in client application.shouldbe ok..client also using 2003. now they convert client to vb.net 2005.. and the plc control .dll also.. after that when i use plc control dll …

0
46
Member Avatar for tau
Member Avatar for ally1002

hello all. i am creating a program that helps write quizzes,(quizcreator),(the user chooses the type of question like t/f or multiple choice and i set it up for them and they just add the text for the question) but the thing is i need to save the final quiz created …

Member Avatar for ally1002
0
84
Member Avatar for frankyb

Hi i am trying to search in a database and can do it with the code attached, but how can i instead of putting "date > '1/1/00'", use what a user inputs in a textbox. I have tried "date > 'textbox1.text'" but this doesnt work, any help is much appreciated. …

0
51
Member Avatar for ljf118

Really having trouble with UI design using AJAX and Web Dev Express 2005. Designing systems for 25 years and finding the latest and greatest the biggest pain in the ass to figure out since JCL. Anyway: I have been trying to put controls such as the Gridview into a <DIV> …

0
71
Member Avatar for extofer

I'm developing an app with another programmer, both of us are very mobile, I have a Testing a Development Server to add the DB we are building against and we would each pertain a local copy of the source code. How can it be possible to use VSS to synchronize …

Member Avatar for VIeditorlover
0
118
Member Avatar for nazrulcckl

Hi I am new in VB.net . I dont know how to connect vb.net with sqlserver. Would any one help me regarding this . Thanks Nazrul

Member Avatar for Jx_Man
0
85
Member Avatar for bcm

<applicationSettings> <WindowsApplication1.My.MySettings> <setting name="Astrology" serializeAs="String"> <value>6</value> </setting> <setting name="Cricket" serializeAs="String"> <value>7</value> </setting> <setting name="Foreigncurrency" serializeAs="String"> <value>8</value> </setting> <setting name="Jobs" serializeAs="String"> <value>9</value> </setting> </WindowsApplication1.My.MySettings> </applicationSettings> I want to display 6, 7, 8, 9 in different textboxes. How can I do that in [COLOR="Red"]VB.NET2005[/COLOR] Please help

Member Avatar for bcm
0
81
Member Avatar for bcm

I have created a project of reading app.config configuration file and display it in textboxes But now I want that when ever the values are displayed in textboxesm, if I change it in textbox it should be simultaneously changed in app.config also. How can I do that in [COLOR="Red"]VB.NET2005???[/COLOR] Please …

0
53

The End.