U can use "select top 10 xxxxxxxxx, xxxxxxxxxxxxxx from MyTable Order By xxxxxxxxxx DESC; ... From: "Nitin Khachane" <nitinrk78@...> To:...
Robert Roldan Aragon
robert.roldan@...
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@...
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@...
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...
Would you please zip it up and add the attachment? Respectfully, Robert Coffey Analyst - Industrial Automation Cintas Corporation Coffeyr@... ... ...
Coffey, Robert
CoffeyR@...
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....
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...
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...
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...
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...
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...
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@...
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...
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...
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@...
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. ...
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@...
Nov 5, 2002 3:52 pm
7766
I wish to be unscribed from andreaVb Yahoo group. Thank you Stiffeneven ... waste ... __________________________________________________________________ ...
Stefano Cesinaro
mreven@...
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 ...
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...
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...
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@...
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@...
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@...
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...
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@...
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@...
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...