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...
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 7373 - 7402 of 8974   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7373
hello all. I need to know how to increase the speed of printing thro' vb when printing in a dos matrix printer. I am using the printer object .. ( A piece of...
d_saikrishnan
Offline Send Email
Jul 1, 2002
4:32 pm
7374
hey roseta.., if u want to play with RAS then u should have little knowledge of networking.. well u just download the API Guide.. from www.allapi.net ther u...
Shekahr Koli
shekhar_koli
Online Now Send Email
Jul 2, 2002
9:11 am
7375
Look at printpreview in freevbcode.com It is a dll from Leontti R. LUCAs...
Lucas Barlassina
barlassina@...
Send Email
Jul 2, 2002
9:14 pm
7376
Hi all, I need to transfer the contents of an array in one form to an array in another form. How do I go about doing this? Thanks, Dipti...
Dipti Jagannath
shire_kat
Offline Send Email
Jul 3, 2002
4:53 pm
7377
Can you elaborate on your question? what do u mean by Form? is it dimension of array or datatypes? or just do transpose the array? ... Regards... Venkata...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Jul 3, 2002
7:09 pm
7378
Hi, I was trying to transfer data from one array to another(ie) I stored a list as an array in one form. The same data needed to be transferred to an array on...
Dipti Jagannath
shire_kat
Offline Send Email
Jul 3, 2002
7:18 pm
7379
Hello all, I would like to know how to establish the order of the columns created in a Table of a MDB with ADOX. I would like that one of these columns appears...
Raúl Ropero
mislistascorreo
Offline Send Email
Jul 4, 2002
1:30 pm
7380
hi all, I want to know an API declaration. and the declaration of structures it uses. where can I find that? I have searched MSDN. it has it on C. but I want...
roseta
rosetaradfar
Online Now Send Email
Jul 6, 2002
7:04 am
7381
To find out some(970 api actually) api declaration go to www.vbapi.net and download the API guide.. I've never seen VB 6.0 interface..but if it's like VB 5.0...
Claudio
demigod@...
Send Email
Jul 6, 2002
8:58 am
7382
hi, if you mean the site www.allapi.net I have seen it and used API guide. but I need RAS API and it does not contain the one I need. and for declaration I...
roseta
rosetaradfar
Online Now Send Email
Jul 6, 2002
9:10 am
7383
Try this links. Maybe you will find what you need www.freevbcode.com/ShowCode.Asp?ID=1674 msdn.microsoft.com/library/en-us/ dnaskdr/html/askgui07102001.asp ...
Claudio
demigod@...
Send Email
Jul 6, 2002
9:15 am
7384
hi all, I have a structure in VC++ and I do not know how to impliment it in VB . union RAS_PARAMS_VALUE { DWORD number; struct { DWORD lenght; PCHAR data; }...
roseta
rosetaradfar
Online Now Send Email
Jul 8, 2002
6:56 am
7385
I think that would be someting like: type intString lenght as long data as integer end type type RAS_PARAMS_VALUE number as long string as intString end type i...
Claudio
demigod@...
Send Email
Jul 8, 2002
9:39 am
7386
Hi all, I'm having trouble with Menus. Lets assume I have 3 forms (Frm1, Frm2, Frm3) with 3 menu elements to represent them. Here's what I do: 1) Hit MnuFrm1 -...
Dipti Jagannath
shire_kat
Offline Send Email
Jul 9, 2002
12:35 pm
7387
... De: Dipti Jagannath [mailto:cheshire@...] Enviado el: martes, 09 de julio de 2002 14:39 Para: Andreavb@Yahoogroups. Com Asunto: [andreavb] Menu...
Jorge Jurado Cordón
jjurado@...
Send Email
Jul 9, 2002
1:02 pm
7388
good day i am currently research on parallel and distributed computing systems and i need vb codes that would implement that. please any form of assistance...
femmy andrew
fmskillz
Offline Send Email
Jul 9, 2002
4:10 pm
7389
does anyone know the chr code for " ? -mike...
kf6uzn
kf6uzn@...
Send Email
Jul 10, 2002
4:12 am
7390
keyascii value for " is 34 senthil ... From: kf6uzn To: andreavb@yahoogroups.com Sent: Wednesday, July 10, 2002 09:47 AM Subject: [andreavb] chrcode does...
SenthilKumar GunaSeka...
senthil@...
Send Email
Jul 10, 2002
4:16 am
7391
Hello Dipti, You can use API calls during the hit frm event such as alwaysontop etc. It will be much generalised version of any ontop event. Use any API Calls...
Sumoy Sen
sumoysen@...
Send Email
Jul 10, 2002
10:28 am
7392
Hello all members... I have a problem with my image box or picture box. When I use a small picture or image box within a small form, and if I load a picture...
Sumoy Sen
sumoysen@...
Send Email
Jul 10, 2002
10:36 am
7393
hi dipti, use can use mdifrm for the menu and frm1,frm2,frm3 as mdichild to solve ur problem. a sample prj is attached. c.senthil kumar ... From:...
C. Senthil kumar
cskumar_2002
Offline Send Email
Jul 10, 2002
10:37 am
7394
hi all, i am sorry for the typing error in my previous mail in reply to dipti's query on menu. kindly read it as : Insert MDIFRM first with a menu and form1,...
C. Senthil kumar
cskumar_2002
Offline Send Email
Jul 10, 2002
10:47 am
7395
If you are using VB6 then use image item instead of Picture box and set stretch =true. This shud help you. BUT this distirts the picture. ... Regards... ...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Jul 10, 2002
10:02 pm
7396
Hello I want to convert numeric digits into english words e.g. 5,000 into Five Thousand and 1,000,300 into One Million and Three hundred Is there a free...
hakhan99
Offline Send Email
Jul 11, 2002
11:12 am
7397
Thanks a whole lot! I used the mdi form too but for some strange reason, it wouldn't display the form on top. Your sample was of help. Thanks again! -dipti ......
Dipti Jagannath
shire_kat
Offline Send Email
Jul 11, 2002
1:20 pm
7398
Hi Sumoy, I haven't ever used API before and would like to learn. Are you aware of web resources/books? Thanks, Dipti ... From: Sumoy Sen...
Dipti Jagannath
shire_kat
Offline Send Email
Jul 11, 2002
1:21 pm
7399
http://www.allapi.net/ good luck! Respectfully, Robert Coffey Programmer/Analyst - Industrial Automation Cintas Corporation Coffeyr@... Work:...
Coffey, Robert
CoffeyR@...
Send Email
Jul 11, 2002
1:23 pm
7400
hi Use the ZOder command to bring the form to the front. If you do not want to do that then use frm1.hide/frm1,show event regards ... From: "Dipti Jagannath"...
Terry Pearce
t.pearce3@...
Send Email
Jul 11, 2002
10:19 pm
7401
Hi, All Can somebody please tell me , How can I remove space between numbers or characters in Recordset in DataBase in all Fields? If you have some example...
Steve Fraser
eglgood4
Offline Send Email
Jul 11, 2002
10:39 pm
7402
try this web site http://www.vbapi.com ... Regards... Venkata Ramana Gundi _________________________________________________________________ Send and receive...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Jul 12, 2002
1:27 pm
Messages 7373 - 7402 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