Dear colleges: I was wonderind if you would mind telling me a link where I can find a useful set-by-step guide where it is explained how to create a three- ...
Dear, In order that word.application has to be used in the code window add the reference to the ms word object library from the project references menu happy...
how can create that word object? thank you ... Gabriele C. ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB ...
Look Gabriel, Firstly U Have To Add The Word Reference From The Reference Menu And Then Supply The Code That I Suggested And For More Info U Have To Wait Till...
Dear colleges: I have a PC with Windows XP Professional SP2 and IIS 5.1 installed. I ran Microsoft Baseline Security Analyzer 2.0. I can use my .aspx pages; ...
Hi All, How can I initialize an array of structure in VB.NET as part of array definition For example : Public Structure nameAge Public name As String Public...
Am sure this will work Public name (2) As String Public age (2) As Integer name(1) = "John" name(1) = "Peter" age(1) = 25 age(1) = 32 I don't know why VB.Net...
Hi, This kind of array decelarion (part of variable) is usefull when you have a large look up table. If your table contains 200 records of an structure with 10...
... This code is pulled from some code I am working on right now to populate check boxes in my ASP.NET page. Public Class Persons Structure PersonInfo Dim name...
hi there, why don't you try a class having name and age as attributes.... for example Public Class NameAge Private String Name Private Integer Age Public...
I have two problems I need to get solved. 1. I have to put information from two tables in a form One field from one form is searchable and it should populate...
Dear colleges: Please, I was wondering if someone could help me to get links where I can find step-by-step guides to develop ASP Web applications (.asp pages)...
Hello, Need help.......... I need to replace the values in an ini file without referncing the section and key. I want to simply locate a value and replace it...
Hi all, I have one problem.. Can any one solve this...... I want to add combo box to excel by using our Vb.NEt .... how i can add this.... Plz Help me out .......
Dear Friends, Can you help me in vb.net for update data with two tables directly by using command builder object and data adapter update method. With Regards ...
As I said in my previous post I dont want to initialize using VB statements. Because for a large array of structure having many fields these kinds of...
Hi all, Now I'm developing a project for Stores. I need a project similar to the logic of stores. Note: it is a store system for a hospital. I'm new in Visual...
Hi, I want to make a usercontrol in vb6 and i have a problem with setting property. I made a property to change the background color and when i run the ...
I am trying to do an insert into a SQL Server DB Table, but I keep geting error message: Message "Syntax error converting the varchar value '@intUser' to a...
Is there any tool or add-in in VB6 to view the content of a DLL file. I mean I want to know what functions a DLL file has in store. Can anyone help me please! ...
Does anyone know how to set a registry value of type REG_EXPAND_SZ? I've tried using the api and I get an error 87 when I try to open the key I want to change....
Never mind...it was poorly constructed Declare Another question...can I get the unexpanded value from a REG_EXPAND_SZ using win32 Registry or API? Thanks in...
I don't get it. ... From: visualbasic_official@yahoogroups.com [mailto:visualbasic_official@yahoogroups.com] On Behalf Of Dave Cranidge Sent: Friday, October...