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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 6639 - 6668 of 9531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6639
Hi guys, I am developing one project in which there are near abt 50 different forms, and each form have one or more than one crystal report (CR) reports. I...
kishor mungelwar
kishoremungel
Offline Send Email
Apr 1, 2005
4:20 pm
6640
I am writing an HTA that will allow me to add a domain user to the local Administrators group and can be run even as a lowly user provided local admin account...
wcasse
Offline Send Email
Apr 1, 2005
4:20 pm
6641
If you can enumerate the various forms, and add a reference to each form within a collection, you can loop through the forms in the collection... Calling print...
Bryan Garaventa
bc@...
Send Email
Apr 1, 2005
7:50 pm
6642
Greetings. Dear friend this is the first time iam doing a project for supermarket using VB and SQl.Everything is okay.Only the problem with bills.Please tell...
perwaiz_in
Online Now Send Email
Apr 5, 2005
3:15 pm
6643
I have a hyperlink in a datagrid. When our users follow the hyperlink, the target file opens in a new window. I would like, instead, for the users to be...
RICHARD
rrogersatwork
Offline Send Email
Apr 5, 2005
10:14 pm
6644
Hi, Design a form which consists of all fields which are required to be there in Bill and use that form for printing the bill. Do data manipulation on this...
Arul Nayagam
arul@...
Send Email
Apr 6, 2005
9:32 am
6645
Hi, how to display a record count in a DataReport? ex: table A B C and datareport __________________________________________________ Do You Yahoo!? Tired of...
Mesaros Cristian
pepsi_cr
Online Now Send Email
Apr 6, 2005
3:38 pm
6646
insert a label in data report then use a variable in your coding, and assign the variable to the record count u can change the label caption to this variable ...
Aravind
aravind_kott...
Offline Send Email
Apr 7, 2005
3:20 pm
6647
ok, thank you ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
Mesaros Cristian
pepsi_cr
Online Now Send Email
Apr 7, 2005
4:30 pm
6648
Hello, I need some help with programing in VBA ( I have little experience with programing in VBA, all I know is self-thought and by looking what others have...
paotrader
Offline Send Email
Apr 8, 2005
5:08 pm
6649
... Rather than have EXCEL parse the table on the HTML page, why not just import the CSV file they have available? Then you can tell it to ignore those first...
rharmelink
Offline
Apr 9, 2005
8:06 am
6650
... Hi rharmelink, thanks for replying. My intent is to have additional code (not just the last three line shown) to perform other functions, too long to...
paotrader
Offline Send Email
Apr 10, 2005
6:07 pm
6651
Hi, I, Nikunj Banker currenty working in Supertech Solutions Ltd., Pune as Trainee in last semester on BE computer engineering. I am developing software named...
Nikunj Banker
nikunj_banker
Offline Send Email
Apr 10, 2005
6:07 pm
6652
Thank you guys, I got it working all I need it was to include a "refreshbackground" line....
paotrader
Offline Send Email
Apr 10, 2005
6:07 pm
6653
Hi, I am writting some data to com port and it will display OutBufferCount value with respect to written value (i.e MsComm1.Output = "nikunj" then it will...
Nikunj Banker
nikunj_banker
Offline Send Email
Apr 11, 2005
4:55 pm
6654
What you can do is to put the data into the variable. ... OutBufferCount value with respect to written value (i.e MsComm1.Output = "nikunj" then it will...
Richard Leo
leorich2001
Offline Send Email
Apr 12, 2005
5:29 pm
6655
Dear Group, I want to learn how to build a dynamic webshop. I learned some Visual Basic to work on MS Access. But I am totally new to VBScript. Is there any...
newqingqing
Offline Send Email
Apr 13, 2005
10:51 am
6656
Hi Nikunj, The input and output of a serial (COMx) port are completely independent of each other. Unless you have a loop-back cable, any data sent is gone...
Steve Ross
goofymyhero2001
Offline Send Email
Apr 13, 2005
4:29 pm
6657
put data in database form com port. com port is attached with GSM Modem and GSM Modem send sms to com port. Richard Leo <leorich2001@...> wrote: What you...
Nikunj Banker
nikunj_banker
Offline Send Email
Apr 13, 2005
6:04 pm
6658
here's one. You see all the comments about a Class in VB.NET when you are typing commands in. is there anyway to do this which your OWN class? [Non-text...
pogowolf
Offline Send Email
Apr 13, 2005
8:31 pm
6659
my problem is this...i'm trying to access the parallel port using vb .net. i've found an article in msdn which gives a step by step method to do so. however, ...
Abhijit Bhattacharya
abjbhat
Offline Send Email
Apr 14, 2005
5:12 pm
6660
Hello, I am a VB.net biginner I'd like to know how can read an d write MsWord document. Could sombody give me some suggestion? thank you very much...
Gabriele
gabriele_col
Offline Send Email
Apr 18, 2005
4:19 pm
6661
Dear Receiver I am using a listbox in my application. I have databind the listbox with a dataset table. for example the code is this. we have a dataset table...
Michael Warne
mydevelopmen...
Offline Send Email
Apr 20, 2005
3:59 pm
6662
When trying to create a dataset I get this message: The following error occurred: "Specified cast is not valid." What does that mean? I'm using the wizard...
Charles Parks
cpbgark
Offline Send Email
Apr 20, 2005
4:00 pm
6663
did you miss a mailing list at all in this post?!!!! lol [Non-text portions of this message have been removed]...
Sam4Software@...
samsoftwareltd
Offline Send Email
Apr 20, 2005
6:13 pm
6664
u r trying to cast or datatype changing to a non permited type -Shine ... Failure does not mean God has abandoned you!It means, He has a better Idea for YOU!!!...
Shine Joseph
shinejoseph
Offline Send Email
Apr 21, 2005
5:55 am
6665
This is just a quick one I feel should work out. Try using SelectedText instead of SelectedItem. Hopefully, it should work. Michael Warne...
haganbill@...
haganbill
Offline Send Email
Apr 21, 2005
5:02 pm
6666
dear friend, I am a vb 6.0 pgr now I want to learn vb.net from beginning so pls tell me the ways to learn.I am working as software pgr in saudi arabia.I am...
jamalfsi295
Offline Send Email
Apr 24, 2005
2:58 am
6667
Hi, I have two Datagrids on one form. I want only one to be visible at a time. Could someone help me with this??...
sweetiepie9070
Offline
Apr 24, 2005
2:58 am
6668
Hi, if you use vb6 then use: Private Sub Form load() call Swap Grid End sub Private Sub Option1_click() call Swap Grid End sub Private Sub Option1_click() call...
Stefan Benade
bloody_bruce...
Offline Send Email
Apr 24, 2005
11:00 am
Messages 6639 - 6668 of 9531   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