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...
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 : ...
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....
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....
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...
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...
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...
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@...
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...
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@...
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...
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@...
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...
Don't use ol, but ol2 or something.... regards Robert ... Fra: ozsonic [mailto:mcpherson@...] Sendt: 10. mai 2002 03:41 Til: andreavb@yahoogroups.com ...
Make sure you have a Microsoft Excel Object Library selected under Project > References ... From: Robert Dalan [mailto:r-dalan@...] Sent: 10 May 2002...
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@...
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@...
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@...
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...
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@...
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 ...
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...
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...
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@...
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@...
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...
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@...
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...