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...
Show off your group to the world. Share a photo of your group with us.

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 8213 - 8242 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8213
70-305 -deals with Developing and Implementing Web Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET 70-306 -deals with...
sathya narayanan
sathya_k_83
Online Now Send Email
Nov 1, 2006
9:14 pm
8214
Not Understanding your loops. I dont think you need so many loops. Think something else. Ask numbers in one loop having count iterations. Check for each value...
Roopesh Kumar
rk9811321262
Offline Send Email
Nov 1, 2006
9:16 pm
8215
I need to know why i am doing wrong. I need to calculate balance in the listbox it self pdblBalance = pdblCredit - pdblDebit + pdblCredit// this is not ...
yogi_37311
Offline
Nov 2, 2006
8:41 pm
8216
i installed visual studio 2003 and i wanna try to open asp.net but i encounter an error that my asp.net should be in version 1.0 or higher how can i upgrade my...
jeffrey
jep_litz
Offline Send Email
Nov 2, 2006
8:45 pm
8217
Hi All, I have this problem with sending email through application. The application works fine in the sense that the mails are delivered to addresses. My...
Eze stephen O.
stonypeterz
Offline Send Email
Nov 6, 2006
6:35 pm
8218
HI I need to convert ms word tables into HTML format. These tables will have rows and columns merged and the same needs to be done while converting to HTML. ...
vijay koti
koti_vijay2k
Offline Send Email
Nov 7, 2006
11:53 pm
8219
I'd like to make a full screen menu with an alphablended wallpaper and mouse-over buttons and everything. I'd like to make it as an active-x ocx control that I...
Matt
mattsoftnet
Offline Send Email
Nov 7, 2006
11:55 pm
8220
Hi I need to convert a tables in a ms word file to HTML tables. These tables in ms word will have rows and columns merged, the same to be done while converting...
koti_vijay2k
Offline Send Email
Nov 7, 2006
11:56 pm
8221
Trying to move information from one workbook to another. Having a problem with finding the name of the worksheet. Worksheets are not in particular order. When...
jimexceluser
Offline Send Email
Nov 8, 2006
5:07 pm
8222
if your in a single workbook and want to move from one sheet to another use Sheets("sheet2").Select if you have several workbooks and want to move around use...
rdyrmble
Offline Send Email
Nov 8, 2006
9:06 pm
8223
Thanks for the quick reply. I'm tring to go from one workbook to another. The code below I've tried. Windows("book1.xls").Activate ... Seems the name for the...
jimexceluser
Offline Send Email
Nov 9, 2006
12:17 am
8224
I hope this might be of atleast some help : Public g_ActiveWorkBookName As String 'set name of workbook g_ActiveWorkBookName = ThisWorkbook.Name ' can always...
ashish ojha
exorcisst_18
Offline Send Email
Nov 10, 2006
6:12 pm
8225
I dont know what exactly you lookinf for but did you tried saving the word document having tables as html pages. ? the conversion would be done implicitly ....
ashish ojha
exorcisst_18
Offline Send Email
Nov 10, 2006
6:12 pm
8226
Thank you for the responses and help. I think I have at least found where I am running into a problem. It seems to be either in the variable declaration or set...
jimexceluser
Offline Send Email
Nov 11, 2006
6:58 pm
8227
Hi All, I need help. I have been working on this project for a month. It involves a FormView and a DataGrid connected to an SQL server. The code is written...
Diane
didebugs
Offline Send Email
Nov 13, 2006
4:59 pm
8228
Try this Sheets(strWksName ).Select bye ... From: jimexceluser <james549@...> To: VisualBasic_Official@yahoogroups.com Sent: Saturday, November 11,...
vijay koti
koti_vijay2k
Offline Send Email
Nov 13, 2006
4:59 pm
8229
Hello friends... if any body have to known that how we make a project to use my proxy for email alerts to my mobile device. thanks...
kashifghanghi
Offline
Nov 15, 2006
7:59 am
8230
Hi Friends How we can add function description in vb.net 2002 / 2003. I have a class, class has some public function and properties. I want to add some...
Rahul Verma
rahul9818084057
Offline Send Email
Nov 15, 2006
8:06 am
8231
Hi Friends, I want to filter our data on following cataria DataView1.RowFilter = "name not like '[a-z]%' " But it throw error, where am i wrong?, Is any other...
Rahul Verma
rahul9818084057
Offline Send Email
Nov 15, 2006
5:14 pm
8232
try: dataView1.RowFilter WHERE [name] <> '[a-z]%' _____ From: VisualBasic_Official@yahoogroups.com [mailto:VisualBasic_Official@yahoogroups.com] On Behalf Of...
Diane deCastillia
didebugs
Offline Send Email
Nov 15, 2006
9:41 pm
8233
Not working, Compile time error Rahul Diane deCastillia <didebugs@...> wrote: try: dataView1.RowFilter WHERE [name] <> '[a-z]%' _____ From:...
Rahul Verma
rahul9818084057
Offline Send Email
Nov 16, 2006
8:44 am
8234
hi every one! I Need Infrasgistic vesion for ASP.Net 1.1. if any one have or just tell me path where i can find it. on infragistic own site. old version is...
jointheasim
Offline Send Email
Nov 16, 2006
7:53 pm
8235
Sorry, Rahul, Try this: dataView1.RowFilter WHERE [name] not like '[a-z]%' I know the SQL part is right; I am not sure about the dataView1.RowFilter. I'm...
Diane deCastillia
didebugs
Offline Send Email
Nov 16, 2006
7:56 pm
8236
Hello Diane, I thought DataView.Rowfilter = STRING_Variable Example: DataView.RowFilter = ("SpecialityID = " & intSpeciality & "") ... -- Best regards, Mean...
Mean Drake
meandrake
Offline Send Email
Nov 20, 2006
5:28 am
8237
Using .net How to change the owner of the window to the desktop of the current user's login? I want to write a windows service which starts many exes which...
Mukund katpatal
vyahad
Offline Send Email
Nov 20, 2006
5:29 am
8238
Hi friends, I developed the system with VB & Sql server 2000. Its an multiuser system. Some clients have windows 95 or 98 also. I want to send mail through VB....
Chintan Shah
changesh76
Offline Send Email
Nov 20, 2006
5:32 am
8239
There is a mail component to SQL server 2000 that uses an extended stored procedure to send mail through an exchange server. xp_sendmail is the stored...
Darrell Adams
captain_51
Offline Send Email
Nov 21, 2006
7:08 am
8240
I have the following code to create data set and load to combo box... I am wandering if anyone knows how to display blank in combo box drop down. da.Fill(ds,...
Latina Barnes
lyb1392
Offline Send Email
Nov 21, 2006
6:46 pm
8241
Hi, How to send mail from VB using Microsoft Outlook object<http://codeitbetter.co.nr/vb6/code/Vb6Code00041.html> ___________________ CS ... -- visit my...
cssriraman
Online Now Send Email
Nov 21, 2006
6:47 pm
8242
Set the SelectedIndex to -1 or you can go to your database and set a empty row as the first row in the table.... cboDistricNamt.SelectedIndex = -1 Latina...
Demetrius Powers
blocklif
Offline Send Email
Nov 21, 2006
11:34 pm
Messages 8213 - 8242 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