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...
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 14858 - 14887 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14858
Hello everybody, i encounter 2 problems regarding visual basic 6: 1. How can i move a form when it's border style is none? 2. How can i get the time of another...
setlan83
Offline Send Email
Aug 8, 2006
2:49 am
14859
... In Code specify the top and left properties for the form. Using the mouse you can't ... Have a look at the timezone information stored in the registry For...
Matt
unicornssecond
Offline Send Email
Aug 8, 2006
8:06 am
14860
... Try this code: Private Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam...
paul_turcksin
Offline Send Email
Aug 8, 2006
9:37 am
14861
I have been writing small programs using VB5 & 6 for years, but I was wondering – can I execute a VB program on the web? For example, I have a nice...
Steve Mann
n19093
Offline Send Email
Aug 8, 2006
8:10 pm
14862
Definitely no. Only VB5/6 you can't do that....
lianshan
Offline Send Email
Aug 9, 2006
11:33 am
14863
Hi Steve, ... Depending on your server configuration, you could execute the program or have it simply "download in run" on the users system, but it would not ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Aug 9, 2006
12:46 pm
14864
What edition of VB-6 do you have? What is the server software? Is it your own personal server, or do you have space on somebody else's server? If you have...
Richard
alienwebmaster
Offline Send Email
Aug 9, 2006
3:42 pm
14865
... You can opt for putting the installations of your exe as cab files accessible from a web page. ciao Daniele...
Daniele Bonini
par7133
Online Now Send Email
Aug 10, 2006
12:55 pm
14866
i need help i had done a visual basic applicaion project with access databases. i want to connect the visual basic application to the access database remotely...
lramshankarfree
Offline Send Email
Aug 11, 2006
1:16 pm
14867
Hello, Any help is greatly appreciated. I am writing a VB.Net ocx to wrap around the old win32 MAPI control. The reason is our users wanted to send mail from...
nguyendave74
Online Now Send Email
Aug 11, 2006
7:50 pm
14868
Dave, I am not sure about this but try the following and see what result you get. I think that what you are running into is a path buffer problem when adding...
Matt
unicornssecond
Offline Send Email
Aug 12, 2006
1:10 am
14869
Hi, Does anyone know a way to sent mail via vb.net, which in turn call the default email client software? I've tried that with MAPI. It work perfectly for...
nguyendave74
Online Now Send Email
Aug 12, 2006
7:12 am
14870
I just want to underline you that maybe 56 attachment per email is not an usual need and so not a big problem on which to spend more time ciao ...
Daniele Bonini
par7133
Online Now Send Email
Aug 12, 2006
11:01 pm
14871
Are you able to see your server in this way \\192.158.0.1 from your local network? When u are able to do it just modify the connection string pointing it to...
Daniele Bonini
par7133
Online Now Send Email
Aug 12, 2006
11:03 pm
14872
I am interested in creating either an Active X ocx file, or a dll file. I am using Visual Basic 6, version 8176 (from the About window). When I select New...
robert_brewington
robert_brewi...
Offline Send Email
Aug 13, 2006
7:16 pm
14873
This Knowledge Base article will show you how to do what it is that your trying... http://support.microsoft.com/kb/189133/ Regards, /tr ... window)....
Tim Rupp
timrupp804
Offline Send Email
Aug 13, 2006
8:43 pm
14874
you need to install Enterprise Edition of Visual Studio 6. That covers all the functionalities. These are not available in Learning edition ... window)....
atultheleo
Offline Send Email
Aug 14, 2006
2:11 pm
14875
I need to be able to change the background color on a slider control from Microsoft Windows Common Controls 6.0, or find a suitable replacement with a...
Larry Phipps
n8lp
Offline Send Email
Aug 14, 2006
2:12 pm
14876
Hi Expert's i need help i had done a visual basic 6.0 applicaion project with access databases. i want to connect the visual basic application to the access...
lramshankarfree
Offline Send Email
Aug 14, 2006
2:12 pm
14877
Hi All, Is there a limitation on text output that cannot go over 2GB in size? I use the Open ... for Append as # or Open for Output as # and everytime my...
nguyendave74
Online Now Send Email
Aug 14, 2006
7:24 pm
14878
Hi All, I figured it out that it's not the Print # or Open for ... that caused the problem, but the the LOF() that did it. LOF returned a long value, which...
nguyendave74
Online Now Send Email
Aug 14, 2006
9:55 pm
14879
Yep. I managed to purchase a Professional version, and everything shows up as I originally expected. Thanks, robert Brewington...
robert_brewington
robert_brewi...
Offline Send Email
Aug 15, 2006
2:27 am
14880
Try using an API call to obtain the file size: http://www.allapi.net/apilist/GetFileSizeEx.shtml ... Seth Alexander Phoenix 'Xypher' Systems ...
dnphoenix
Offline Send Email
Aug 15, 2006
2:59 pm
14881
Hi Folks, I am new to the group and have joined with the hope that somebody might be able to help with a specific VB6 problem. I am using multiple (2) displays...
Edwin Roberts
robedco2
Offline Send Email
Aug 16, 2006
3:34 am
14882
Hi, ... I don't know if this will work, but you could try opening the frm file in Notepad and editing the height and width properties from there. Adelle....
Adelle Hartley
adellehartley
Offline Send Email
Aug 16, 2006
2:15 pm
14883
Edwin, When I wish to 'layout' forms in situations like you describe, I use frames. Layout the controls inside the frame in the visible portion of the...
Matt
unicornssecond
Offline Send Email
Aug 17, 2006
3:56 am
14884
Connection strings can use UNC paths. Therefore you can use the servers IP address in your connection sting instead of the usual "C:\". If the IP is...
Matt
unicornssecond
Offline Send Email
Aug 17, 2006
4:00 am
14885
Matt, Thanks for the input. I tried that at your suggestion but it does not seem to achieve what I am trying to do. My objective is create an interactive...
Edwin Roberts
robedco2
Offline Send Email
Aug 17, 2006
9:28 am
14886
Given C:\foldera\folderb\file2.xxx C:\foldera\file1.xxx how do i copy foldera with subfolder and files to D:\foldera\folderb\file2.xxx D:\foldera\file1.xxx ...
ken keyser
ken_keyser
Offline Send Email
Aug 17, 2006
9:28 am
14887
I have been working on making a random number generator for my PDA using Embedded Visual Basic, figured someone might be able to lead me in the right...
Phillip
dragon_hunte...
Online Now Send Email
Aug 17, 2006
8:51 pm
Messages 14858 - 14887 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