Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6683 - 6713 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6683
Hi there. Try using pFormA.hide() instead of pformA.close(). Cheers. tecotepo <tecotepo@...> wrote: Hi All, I have 2 forms in vb.net. Form_A and form_B....
haganbill@...
haganbill
Offline Send Email
May 2, 2005
1:36 pm
6684
Dear group members, Can any one say how to configure network ports through VB. It is very urgent. Regards, R.S. Senthil Kumar 98416 58421 Thanks & Regards, ...
senthil kumar
senthilrs_in
Offline Send Email
May 2, 2005
7:08 pm
6685
Hi, Platform: ASP.Net, Language: VB.Net I am reading the excel file to insert the records in the sql tables, but here if incase there is some error in some row...
ataneja@...
vickybossus
Offline Send Email
May 4, 2005
7:02 am
6686
What are some of the better places that offer basic ADO.NET training?...
Charles Parks
cpbgark
Offline Send Email
May 4, 2005
11:11 pm
6687
Can any body help me and tell me How i can Create Internet Dailer like 07770777 or others by using VB or C++ or any thing else thenk you for your time Fady...
fady_sz
Online Now Send Email
May 5, 2005
4:00 pm
6688
How do I get my class to return Nothing (dispose itself?) if creation fails. For example, to create the class requires a filename, if the filename is invalid,...
charlespaz1
Offline Send Email
May 10, 2005
5:09 pm
6689
There are many places that offer the standard Microsoft Official Curriculum (MOC) courses, and each place will present the same material in almost the exact...
charlespaz1
Offline Send Email
May 10, 2005
5:10 pm
6691
I will write a programm in visual basic to calculate a depreciation schedule. The programm must have a few textboxes, to input the amount, the date of purchase...
arteeld
Offline Send Email
May 16, 2005
10:04 pm
6692
For what purpose, exactly? you'd be surprised how many people wanting to make diallers have ill intents......
Bjorn Wielens
uniacke1
Offline Send Email
May 17, 2005
1:16 am
6693
Hi all, I need to amke a program to make thumb nails of the video [generally, .DAT, .MPEG, ] when i open the directory in a windows explorer type application....
Shine Joseph
shinejoseph
Offline Send Email
May 17, 2005
7:40 am
6694
Hello everyone. I am new to the group. I hope to learn a lot on here and once I understand, to be able to help others. I do have a question about a problem....
David
shadowheart1701
Offline Send Email
May 17, 2005
6:30 pm
6695
Saudações Adicionei um ficheiro “DataHora.ico” ao meu projecto, e pretendo fazer referência a este ficheiro no meu código. Já Tentei: Me.Botao.Image =...
ifm
marcoimbpt
Offline Send Email
May 17, 2005
11:52 pm
6696
hi david use the gotfocus and lostfocus events to colour the textbox while got focus setthe colors while lost focus reset the colours aravind ... From: "David"...
Aravind
aravind_kott...
Offline Send Email
May 18, 2005
4:36 am
6697
Hi, Try this code. Identify the color string by selecting the back color properties of the textbox and paste it accordingly. The code below sets the textbox...
Bharati K
pedaammulu
Offline Send Email
May 18, 2005
8:01 am
6698
_____ De: Familia Marcos [mailto:jose.marcos@...] Enviada: quarta-feira, 18 de Maio de 2005 23:29 Para: Oficina-VB (oficina-vb@...);...
ifm
marcoimbpt
Offline Send Email
May 18, 2005
10:54 pm
6699
I have a MDI Parent and several MDI Child Forms. On the MDI Parent form I have a side menu that opens each Child Form. Now when I click on the Side Menu I want...
Charles Rader
kc5dgc
Offline Send Email
May 19, 2005
3:59 am
6700
Hi all, I need to amke a program to make thumb nails of the video [generally, .DAT, .MPEG, ] when i open the directory in a windows explorer type application....
Shine Joseph
shinejoseph
Offline Send Email
May 19, 2005
3:01 pm
6701
Hi all, I need to amke a program to make thumb nails of the video [generally, .DAT, .MPEG, ] when i open the directory in a windows explorer type application....
Shine Joseph
shinejoseph
Offline Send Email
May 19, 2005
3:02 pm
6702
Hello everybody, I have written a code in VB6. Is it possible to run this code in VB.NET? One of my friends who has VB.NET on his PC needs this code, is it...
Davood Karimi
dkarimi57
Offline Send Email
May 20, 2005
3:29 pm
6703
Of course ,it can be changed to a vb.net code.VS.Studio has a tool of turning the code from 6.0 to .net .you can just open the project using .net,then you can...
go2wong
Offline Send Email
May 21, 2005
4:18 pm
6704
try using this sample... it might help... Imports System Imports System.Windows.Forms Public Module AppModule Public Sub Main( ) Application.Run(New MainForm(...
Jun Pena
montards
Offline Send Email
May 23, 2005
10:05 am
6705
How do i draw panes in vb forms and how do i display separate form in pane. Anshuman...
anshumanroy_01
Offline
May 23, 2005
10:06 am
6706
Heloo. I m fine & hope u will also best in ur health.During a project of data base i have to save a pictue in data base. i canot do this.pls help me a ...
attique_chaudry
Offline Send Email
May 27, 2005
5:22 pm
6707
Hi Use the column type as Image in data base to store the Image. And in the Coding u pass PictureObject.image as the value o store in the DB . It will...
Ramachandra.S.Ekbote
ramachandra_...
Offline Send Email
May 28, 2005
6:11 am
6708
With OpenFileDialog1 .Filter = "All Files|*.*|Bitmaps|*.bmp|GIFs|*.gif|JPEGs|*.jpg" .FilterIndex = 2 End With If OpenFileDialog1.ShowDialog() = DialogResult.OK...
Qais Al-Shalabi
qaiscs
Offline Send Email
May 28, 2005
6:12 am
6709
Assalamu alaikum. How are you? Please send me which database are you using now. thanks QUAZI attique_chaudry <attique_chaudry@...> wrote: Heloo. I m...
zakir hossain
mail_2_zakir
Offline Send Email
May 28, 2005
6:13 am
6710
zakir hossain <mail_2_zakir@...> wrote: Assalamu alaikum. How are you? Please send me which database are you using now. thanks QUAZI attique_chaudry...
abdulla said
asbjl2003
Offline Send Email
May 30, 2005
4:43 am
6711
... From: Qais Al-Shalabi To: visualbasic_official@yahoogroups.com Sent: Saturday, May 28, 2005 2:45 AM Subject: Re: [Visual Basic] picture save in Data Base. ...
Qais Al-Shalabi
qaiscs
Offline Send Email
May 30, 2005
11:29 pm
6712
Hi Group, I am working on a project where I need to store the details and in some cases I also need to store the photographs in the database.The platform i am...
loka.srusvin@...
srushvinr
Offline Send Email
Jun 2, 2005
9:22 am
6713
What is the correct syntax to get a distinct list from two columns? I tried: cmdContacts.CommandText = "Select Distinct CntctLastName, CntctFirstName from...
Charles Parks
cpbgark
Offline Send Email
Jun 2, 2005
5:35 pm
Messages 6683 - 6713 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help