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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 7747 - 7776 of 8974   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7747
Can anybody tell me how to make a bitmap background for a textbox,listbox or combobox control ? Thanks.... Hans Busschers...
Hans Busschers
j.busschers@...
Send Email
Nov 1, 2002
12:14 pm
7748
Hi group, Can i select the specific no of rec from access table . Eg. If a table contains 1000 rec but i want to select only 10 rec . Bye Nitin ...
Nitin Khachane
nitinrk78
Offline Send Email
Nov 2, 2002
6:44 am
7749
U can use "select top 10 xxxxxxxxx, xxxxxxxxxxxxxx from MyTable Order By xxxxxxxxxx DESC; ... From: "Nitin Khachane" <nitinrk78@...> To:...
Robert Roldan Aragon
robert.roldan@...
Send Email
Nov 2, 2002
1:37 pm
7750
SIR, I WANTED TO BUILD A SMALL APPLICATION, BY WHICH I CAN TAKE A COUNT OF THE NO. OF TOTAL PRINTOUT'S TAKEN FROM MY PRINTER. I TRIED TO DO IT USING ENUMJOBS...
BEST CHOICE ENTERPRISES
bestchoice@...
Send Email
Nov 3, 2002
8:20 am
7751
Hi all, i need help. Anyone knows how to add in a textbox(or a richtextbox) an image(examles like: i want to put a grafic smile instead of :-) got it?) if...
Claudio
demigod@...
Send Email
Nov 3, 2002
8:14 pm
7752
I am a VB/SQLServer, developer, and am facing a problem in a VB6.0 application which parses a BINARY file and updates the database. The VB application opens a...
murugesan_asg
Offline Send Email
Nov 4, 2002
10:23 am
7753
Would you please zip it up and add the attachment? Respectfully, Robert Coffey Analyst - Industrial Automation Cintas Corporation Coffeyr@... ... ...
Coffey, Robert
CoffeyR@...
Send Email
Nov 4, 2002
12:14 pm
7754
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the andreavb group. File : /vbforum.txt ...
andreavb@yahoogroups....
Send Email
Nov 4, 2002
2:25 pm
7755
Dear Robert, Thanks a lot for the reply. I have attached the file in the forum, but it seems not appearing. Any have, I am also sending the attachment to your...
murugesan_asg
Offline Send Email
Nov 4, 2002
2:28 pm
7756
Dear Robert, I have attached the file for the complete source code for your kind perusal. Thanks and regards, Muru Singapore  Yahoo! Travel - Great flight...
Annamalai Murugesan
murugesan_asg
Offline Send Email
Nov 4, 2002
2:33 pm
7757
hi dear's in my form if user rt click popup menu appear (About form) about form contain my email if there is any way to make user when press my email open the...
Gamal Ahmed
gaf582001
Offline Send Email
Nov 4, 2002
2:56 pm
7758
ShellAbout does not have that functionality. Make your own About form. If your project warrants a splash screen, make it double duty - just add a close button...
Michael Richardson
synergywiz
Offline Send Email
Nov 5, 2002
1:50 am
7759
great thank's my dear for ur care but when py project run on XP os my about form allready have a link to microsoft (that not found when same project run on win...
Gamal Ahmed
gaf582001
Offline Send Email
Nov 5, 2002
6:43 am
7760
I have a little intranet-shop and when i place an order a transaction on the server-side with SQL-server has to take place. In the asp page i use the following...
Hans Busschers
j.busschers@...
Send Email
Nov 5, 2002
11:30 am
7761
thank's dear Juha for ur care attached my project explain my proplem my proplem was how make my email in about form as link if run about on Xp os there is link...
Gamal Ahmed
gaf582001
Offline Send Email
Nov 5, 2002
12:41 pm
7762
after you restart all the three major servers, SQL,IIS and MTS, then open task manager (CTRL+SHIFT+ESC) in that goto Processess tab select explorer.exe and...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Nov 5, 2002
2:42 pm
7763
Thanks Venkata for your quick response. I have tried your solution, but this does not work even after stopping all major programs.. And of course, it's a...
Hans Busschers
j.busschers@...
Send Email
Nov 5, 2002
3:04 pm
7764
What is the OS you are working on? I guess the best way is to stop the MTS and IIS then end process of explorer and start explorer then start IIS and MTS. ...
Venkata Ramana Gundi
vrgundi
Offline Send Email
Nov 5, 2002
3:30 pm
7765
XP on the client-side and NT 4.0 Servicepack 6 on the server-side (where the compile takes place..) I will try your suggestion immediately Venkata.. and here's...
Hans Busschers
j.busschers@...
Send Email
Nov 5, 2002
3:52 pm
7766
I wish to be unscribed from andreaVb Yahoo group. Thank you Stiffeneven ... waste ... __________________________________________________________________ ...
Stefano Cesinaro
mreven@...
Send Email
Nov 5, 2002
5:14 pm
7767
hi dear's with list box i have 2 question 1- how can select all item at once 2- if i have selected item how can make it uncheked (un hilighted) thank's for ll ...
Gamal Ahmed
gaf582001
Offline Send Email
Nov 5, 2002
6:54 pm
7768
For x = 0 To List1.ListCount - 1 List1.Selected(x) = True Next Ramon ... From: Gamal Ahmed [mailto:gaf58@...] Sent: Tuesday, November 05, 2002 12:55 PM...
Ramon Vasquez
rvasquezgb
Offline Send Email
Nov 5, 2002
7:03 pm
7769
thank's dear for ur care but there is something wrong here my code '-------------------- Private Sub Check1_Click() If (Check1.Value = Checked) Then For x = 0...
Gamal Ahmed
gaf582001
Offline Send Email
Nov 5, 2002
11:55 pm
7770
Your code should be like this Private Sub Check1_Click() For x = 0 To List1.ListCount - 1 List1.Selected(x) = (check1.value = checked) Next End Sub...
Reddy Suresh
rsuresh@...
Send Email
Nov 6, 2002
3:41 am
7771
hi how to set my focus on the particular column of the db grid from a text box...
Dany Chris
danychris2000@...
Send Email
Nov 6, 2002
2:33 pm
7772
hai friends urgent.plz help me out immediately & reply to this id.this is for a live project. i have designed a bill format in vb using forms & my customer...
GOPINATHSETHU NAMBIRA...
gopi_rec@...
Send Email
Nov 7, 2002
3:14 am
7773
Help, I need to put together a proposal for a bid. Here are the specs. Project Description: We currently have a java based room scheduling application. The...
DelorHa2@...
delorha2
Offline Send Email
Nov 7, 2002
5:23 am
7774
Need vb source codes to decode files xxencoded and binhex. I can't use external DLLs / ActiveX... Can someone help me. Ilanio ...
Ilanio Castro
ilanio@...
Send Email
Nov 8, 2002
5:24 am
7775
I wish to be unscribed from andreaVb Yahoo group. Thank you thiagarajan Venkata Ramana Gundi <vrgundi@...> wrote:What is the OS you are working on? I...
soundarrajan thiagara...
thiagarajan_s_d@...
Send Email
Nov 9, 2002
1:10 pm
7776
Hi there, I want to put a RichTextBox in my form. I added richtx32.ocx file to my project. Now RichTextBox control is in my toolbox. But when I want to put it...
Madjid Karimi
madjid_karimi
Offline Send Email
Nov 10, 2002
1:31 pm
Messages 7747 - 7776 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