Search the web
Sign In
New User? Sign Up
andreavb · Andrea VB Programmers
? 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 7202 - 7231 of 8974   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7202
My laptop is pluged into a school network port I have a Power point slide with in the slide I run a vb.exe one command is to print but will not print to local...
jeffrey_trag
Offline Send Email
May 3, 2002
3:56 am
7203
i have install visual studio.net and windows 2000 server with domain. i have a problem when i want to debug web applications (asp.net). the error message : ...
sevenpri
Offline Send Email
May 3, 2002
1:15 pm
7204
I am writing a component that will get datafrom a number of different sources and then complile it into to recordset, and return it to the calling application....
Colin Gibb
colin_c_gibb
Offline Send Email
May 3, 2002
1:46 pm
7205
I am writing a component that will get datafrom a number of different sources and then complile it into to recordset, and return it to the calling application....
Colin Gibb
colin_c_gibb
Offline Send Email
May 3, 2002
1:53 pm
7206
I have no idea what it costs, I am sure that Visual Studio.NET which give you the whole package, ASP.NET, C++, C#, VB.NET, is quite expensive. Our company...
Colin Gibb
colin_c_gibb
Offline Send Email
May 3, 2002
7:11 pm
7207
Okay, I have been having some serious problems trying to get an ADODB.Recordset to run in a thread. See my previous messages for details of this. I have...
Colin Gibb
colin_c_gibb
Offline Send Email
May 3, 2002
8:08 pm
7208
Thank you to all the people that replied to this message. I finally figured out the problem, and it has absolutely nothing to do with multithreading, and...
Colin Gibb
colin_c_gibb
Offline Send Email
May 3, 2002
9:15 pm
7209
Dear Pankja, I have the same problem now, do you have a solution already ? Greet, Hans Busschers ... Van: pankajsonawane27 [mailto:pankajsonawane27@...] ...
Hans Busschers
j.busschers@...
Send Email
May 4, 2002
5:23 pm
7210
helloo Friends, pls help, How can we place icons in Popup menues in VB, can anyone give the idea of controlling master Volume and Wave Volume in VB...
sarfaraz khan
numeric2
Offline Send Email
May 6, 2002
2:10 pm
7211
Have a look at this site: http://www.vbaccelerator.com/ ... Van: sarfaraz khan [mailto:numeric2@...] Verzonden: maandag 6 mei 2002 16:10 Aan: Toby...
Hans Busschers
j.busschers@...
Send Email
May 6, 2002
5:25 pm
7212
My printer (printerS actually... as I've tried the code on multiple printers) is not responding to the "Printer.orientation = X" code. Is this a bug or am I...
mnemoo
Offline Send Email
May 7, 2002
1:53 am
7213
Hi friends! i am balaji from trichy. My Qusetion is ....... How to perform the rotation of the image in the image box in 45 degrees anticlockwise ...
balaji rengan
balajitvk@...
Send Email
May 7, 2002
7:05 am
7214
I have a line of code that is causing a problem when I type set ol = new Outlook.application I get an error saying the "user defined type not found" and it...
ozsonic
Offline Send Email
May 10, 2002
1:40 am
7215
Don't use ol, but ol2 or something.... regards Robert ... Fra: ozsonic [mailto:mcpherson@...] Sendt: 10. mai 2002 03:41 Til: andreavb@yahoogroups.com ...
Robert Dalan
robert_dalan
Offline Send Email
May 10, 2002
7:08 am
7216
perhaps you have forgot to define it by dim ol as object Andreas...
Andreas Wolf
andreaswolf2000
Offline Send Email
May 10, 2002
11:13 am
7217
Make sure you have a Microsoft Excel Object Library selected under Project > References ... From: Robert Dalan [mailto:r-dalan@...] Sent: 10 May 2002...
robw
navelgazer2001
Offline Send Email
May 10, 2002
2:29 pm
7218
can you give me a copy of that program so that i can analyze too and learn how to use SQL Server, thanks in advanced! ... do ... to ... to ... whether ... can ...
noel
noel@...
Send Email
May 11, 2002
4:59 am
7219
thanks for the code ... proprietary ... this ... wrapper ... changing ... is ... just ... a ... Where ... ~-> ... site at http://www.andreavb.com ... don't...
noel
noel@...
Send Email
May 11, 2002
8:51 am
7220
Dear all; How can I add menu item to the main “Windows Explorer Menu” or “Microsoft Word Application “ Such “Add Email” menu Item to File Menu in...
Imad shuwaikih
iashuwaikih99@...
Send Email
May 13, 2002
7:35 pm
7221
use macros ,In word u will find it in tools ... Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience...
mandar morekar
mdrmkr7
Offline Send Email
May 14, 2002
4:04 am
7222
Thanx for ur reply But what i'm looking for is to add this menu item as a part of my Application , at the time of My application installation this menu item...
Imad shuwaikih
iashuwaikih99@...
Send Email
May 14, 2002
12:50 pm
7223
Hi To All I want to know if there are programs make X files which used in Direct X programs Please if any body know give me a link to these programs Thanks ...
WESSAM
walkhory
Offline Send Email
May 14, 2002
7:14 pm
7224
use appropiate object in ur application below is code to invoke outlook from ur application(provided outlook is installed on ur machine) Dim objOLApp As...
mandar morekar
mdrmkr7
Offline Send Email
May 15, 2002
4:04 am
7225
hi all, I have multiple strings combining of character and number. for each string I want to get ride of characters. I want only the numbers. I can not use VAL...
roseta
rosetaradfar
Online Now Send Email
May 15, 2002
5:10 am
7226
Hi, try this. consider the number is a="senthil1234" b=strreverse(a) c=val(b) regards senthil ... From: roseta <roseta@...> To: PlanetSourceCode...
Senthil Kumar, Progra...
senthil@...
Send Email
May 15, 2002
6:50 am
7227
Hi, sorry. try this not the first one. consider the number is a="senthil1234" b=val(strrev(str(val(strreverse(a))))) regards senthil ... VB ... string ... VAL ...
Senthil Kumar, Progra...
senthil@...
Send Email
May 15, 2002
6:58 am
7228
Hello Everyone, front-end of a website is very easy to design, but offen admin part is difficult and requires thinking, i have also engaged in to problem of...
mumbaigroup
Offline Send Email
May 15, 2002
8:56 am
7229
... site ... http://docs.yahoo.com/info/terms/...
Senthil Kumar, Progra...
senthil@...
Send Email
May 15, 2002
8:57 am
7230
Hi roseta. Get the below code which removes the alphabets from the the given string and returns the integers within the string. Hope u like Private Sub...
spselva
spselva@...
Send Email
May 15, 2002
10:29 am
7231
thanks to you and any one who helped. my problem is solved now. and it is true the other one works only if it has character at the first of string. thanks...
roseta
rosetaradfar
Online Now Send Email
May 15, 2002
1:09 pm
Messages 7202 - 7231 of 8974   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