Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 14365 - 14394 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14365
I'm using ADODB to connect to the Outlook address book on the exchange server. I can display the individual names, pager numbers and e-mail addresses but the ...
Darrell Adams
captain_51
Offline Send Email
Oct 2, 2005
2:32 am
14366
hi Darrell can you kindly explain how did you do it? Regards Mehran ... __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 ...
m.a mehran
mehranet
Offline Send Email
Oct 2, 2005
6:56 am
14367
hi friends, i want to know can we change shape of command buttons? e.g.round shape,oval shape etc. & can we color them? if it can be done please tell me...
priti_sonpethkar
priti_sonpet...
Offline Send Email
Oct 2, 2005
2:48 pm
14368
I just put this under a Command1.Click event for testing. Dim con As ADODB.Connection Dim rs As ADODB.Recordset Dim i As Long Dim j As Integer Set con = New...
Darrell Adams
captain_51
Offline Send Email
Oct 2, 2005
4:19 pm
14369
Hi, I have a data sheet in excel which has two values X and Y . I need to create a VB program to slope correct the Y value in the excel sheet. It cannot be...
get2cyrus
Offline Send Email
Oct 2, 2005
9:16 pm
14370
Hi, Create the program and save the Vb project. Then select the "Make 'project name'.exe" option in the file menu to make the exe. Thanuja get2cyrus...
Thanuja K
nuja79
Offline Send Email
Oct 3, 2005
7:48 am
14371
Dear Priti, Select the back colour and change it. Then select Style property to 1- Graphical to change the colour of the command button. Thanuja ...
Thanuja K
nuja79
Offline Send Email
Oct 3, 2005
7:48 am
14372
Hi, Thanks for your reply. It really worked. But what about shape? Do you have any idea? priti Thanuja K <nuja79@...> wrote: Dear Priti, Select the back...
priti sonpethkar
priti_sonpet...
Offline Send Email
Oct 3, 2005
12:44 pm
14373
hi! my Question is how to store Image in database and how to navigate image using move method like movenext,movelast. send me code. please help me its urgent. ...
pranavkjani
Offline Send Email
Oct 3, 2005
8:07 pm
14374
Check out www.planet-source-code.com for examples of how to change the shape of the commandbuttons - you might have to download and compile stuff, though. ...
Richard
alienwebmaster
Offline Send Email
Oct 3, 2005
8:12 pm
14375
Greetings to all of you, :p Does anyone know how to capture print screen and paste it to Paint by using a visual basic program or any codes to do that?...
setlan83
Offline Send Email
Oct 4, 2005
5:17 am
14376
i think shape of the button can't be changed. u must have to follow some other tricks, something like draw a shape and use it as a button. i hv checked out...
Pratik Chakraborty
cpratik_2003
Offline Send Email
Oct 4, 2005
5:19 am
14377
What are the disadvantages of switching my program from vb to vb.net? I printed out all my code from the vb program and getting ready for the big transfer....
alternate_dph
Offline Send Email
Oct 4, 2005
5:35 am
14378
hello everyone, is me again :p does anyone have d visual basic code that use to draw some text in a picture? thanks first (",)...
setlan83
Offline Send Email
Oct 4, 2005
11:18 am
14379
I'm having trouble in vb.net figuring out how to code for events for controls on a form that are created in a subroutine. I already know how to get the...
alternate_dph
Offline Send Email
Oct 5, 2005
12:32 am
14380
Take a look at the Handles keyword....
Don Roberts
droberts_00
Offline Send Email
Oct 5, 2005
12:35 am
14381
... The swiggly line is appearing right after the handles keyword. Here's how I'm declaring it. right inside my "Public Class frmMain", I have this line:...
alternate_dph
Offline Send Email
Oct 5, 2005
10:05 am
14382
I figured it out; when I declared my control as a variable, I forgot to use the keyword "WithEvents" in its declaration....
alternate_dph
Offline Send Email
Oct 5, 2005
10:10 am
14383
I was just about the type that :) Try using Friend instead of Public also. Friend WithEvents Button1 As System.Windows.Forms.Button ... -- Don Roberts -...
Don Roberts
droberts_00
Offline Send Email
Oct 5, 2005
1:24 pm
14384
What is the IDE telling you? If I mock up your situation the error message the IDE provides is "Handles clause requires a WithEvents variable." Which means you...
Tim Rupp
timrupp804
Offline Send Email
Oct 5, 2005
1:30 pm
14385
How do i implement Queues in VB6. like in C++ we have the STL or we can always make out own pointer based implementation of these data structures. I can...
smapak
Offline Send Email
Oct 5, 2005
6:12 pm
14386
Greetings to everyone, anybody know the vb source codes that will send a command to printer and request the printer to print an image? thanks in advance :p...
setlan83
Offline Send Email
Oct 6, 2005
2:01 pm
14387
hi frends how to delete history files form my computer using VB6? can anybody help plzzzzzzzzzzzzzzzzzzzzz. -Pratik ... Yahoo! India Matrimony: Find your...
Pratik Chakraborty
cpratik_2003
Offline Send Email
Oct 7, 2005
7:18 am
14388
Hello. I receve data on a comport.(and put it in a textbox) Example: In textbox i put FF and i want 255. Is there a simple code to to this. Like ....(textbox) ...
smit3207651
Offline Send Email
Oct 7, 2005
7:19 am
14389
Hi Mario, ... lChar = CLng("&H" & textbox1.text) Validating that the textbox1.text includes only valid hexadecimal values is up to you. Regards, Shawn K. Hall ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Oct 7, 2005
9:43 am
14390
Hi Pratik, ... http://vbnet.mvps.org/code/internet/dispcallfunc_historydelete.htm Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/...
Shawn K. Hall
vb_shawn
Online Now Send Email
Oct 7, 2005
9:45 am
14391
Thank you very very much. Mario ... values...
smit3207651
Offline Send Email
Oct 7, 2005
1:54 pm
14392
I have a class module to use for queues. I shall upload it under separate cover. It is called "queue.cls" Richard...
Richard
alienwebmaster
Offline Send Email
Oct 7, 2005
4:33 pm
14393
thanx "Shawn K. Hall" <vb@...> wrote:Hi Pratik, ... http://vbnet.mvps.org/code/internet/dispcallfunc_historydelete.htm Regards, Shawn K. Hall ...
Pratik Chakraborty
cpratik_2003
Offline Send Email
Oct 7, 2005
7:18 pm
14394
printer.print picture1.picture where picture1 is the image....
Matt
unicornssecond
Offline Send Email
Oct 7, 2005
11:42 pm
Messages 14365 - 14394 of 15862   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