Thread 25 of 25 | Thread Starter | | |  fifi | How can I use CommonDialog when dragin a file overHi !, , Can i use CommonDialog to open a text file into my program if I am draging the text file over my program executable ?, If so please anyone take the time and explain to me how it is working., , Thank you. 3 replies. Last post: |  Adam.S3 | Exactly what the musically application has to do with why musical.Ly Musical.ly Sign In the application is totally free to earn use. The application is easily offered.
|
|
 2157 Hits | |
Thread 24 of 25 | Thread Starter | | |  MarkDGA | SSTab, TabStrip, or MultipageI am very much a beginner. I need to use one of the above components, but none of them do what I want. I know you can change the background color behind the tabs. I know you can change the text color by changing the foreground property. Is there any way to change the color of each individual tab/page? The color is currently a drab gray. I think a different color for each tab page would help the user recognize which tab is currently active. Thanks for the help! |
 2397 Hits | |
Thread 23 of 25 | Thread Starter | | |  wildbill57 | Editing text boxes in PDF with VB !{Too Long!} |
 3707 Hits | |
Thread 22 of 25 | Thread Starter | | |  simelane2003 | SSTabsHow do I change the color of the SSTab control in VB. (BackColor and Forecolor don't work) |
 3348 Hits | |
Thread 21 of 25 | Thread Starter | | |  Rolly T D | Crystal Repot Control loading problemI have problem in loading VB application. The error shown is "Class Crystal.CrystalReport of control CrystalReport was not a loaded control class". I have crystal report also loaded in my XP machine., So please get me a solution to overcome this problem. 1 Reply: |  Dan | Sounds like a version issue to me. Try deleting the reference to the Crystal ocx and rereferecing the control in your application. |
|
 5730 Hits | |
Thread 20 of 25 | Thread Starter | | |  garypark | Text Files and Text BoxesHello, , I am sure that this is going to be a simple problem to fix, but I have just started a very steep learning curve with Visual Basic 6 in that I have to alter a program that has already been written, and I am a complete novice to VB., , What I need to do is to read in a text file which has multiple lines. The information that is read in then has to be displyed in a text box for the user to read. i.e. one line in the text file should appear as one line in the text box. Is there a simple way of achieving this, or can someone point me in the right dircetion for finding a solution., , Thank you for your time., , Gary Park |
 2405 Hits | |
Thread 19 of 25 | Thread Starter | | |  Alex Diogo Moreira | OleDb or ODBC? Why to use one or another one?Why to use one or another one?, , Since already I am thankful, consideration |
 3688 Hits | |
Thread 18 of 25 | Thread Starter | | |  NewbCoder | Keystroke captureI need a function that either disables every keystroke, and keystroke combination, other than keystrokes that I specify, or captures the keystrokes and sends them to any desired function. Any help is appreciated. Thanks in advance 1 Reply: |  cheddar | the form keydown event is what you want. Set the form KeyPreview to true and this event will capture the key events first. From this event you can check the key that is down and make the decision about what function to call. You can then set the keycode to 0 to cancel the keypress. |
|
 7532 Hits | |
Thread 17 of 25 | Thread Starter | | |  fig000 | Error: Control disconnecting from its clientsHi,, , I'm getting an error that seems to be random. In the app several data controls are refreshed. The first time this process occurs one of them causes the following error:, , "The object invoked has disconnected from its clients", , Oddly, once the error occurs the first time, the same process of refreshing data controls works fine., , I've researched this on the net and found several similar circumstances with various other controls: embedded excel controls, crystal controls, etc. It seems all of these problems occur using Windows 2000, NT or, in my case, XP. These apps always work on earlier versions of windows., , The closest I came to a solution was something having to do with fixing a crystal dep file but that doesn't address my problem., , Any ideas would be appreciated., , Neil |
 2110 Hits | |
Thread 16 of 25 | Thread Starter | | |  thecrazedmonster | MsgBoxI am in need of some help with the MsgBox. At work we use Excel and I have a button that will clear certain Cells when you click on it, after you click on the button the MsgBox popsup and ask if your sure, I cannot get the "No" button to work. If you need more info plz e-mail me:, , [EMAIL]thecrazedmonster@yahoo.com[/EMAIL]  3 replies. Last post: |  Dante | Fisrt of is the ans variable declared as a integer, if so try this code, it just might work., , if msgbox("Are You Sure?",vbQuestion+VbYesNo) = vbYes then, , delete cells, , end if, , Or maybe you can set the buttons to vbOkCancel and then try to use the vbCancel = true statement in your if statement.  |
|
 3296 Hits | |
Thread 15 of 25 | Thread Starter | | |  Vikas Athavale | Click to dial a phone no.I am displaying customer details viz., , Name, telephone no, address etc, , When clciked on a row (og the grid having customer details) i want to dial the telephone number displayed., , I am using mshflexgrid and I know mshflexgrid1textmatrix function to fetch telephone no., , I want to know the function which will dial the telephone no i wil pass on as parameter 2 replies. Last post: |  Dan | You should be able to reference the TAPI library and use the COM interface. There is also a telephone COM interface available in the MS speech SDK. |
|
 2701 Hits | |
Thread 14 of 25 | Thread Starter | | |  fig000 | Masked Edit control problem with XPHi,, , I have a vb6 app that runs fine under windows 95 to windows 2000. I've been testing our applications with windows XP and have found that the masked edit control in this particular application is displaying some strange behavior: It is black, making the black text unreadable. If I outline the text, it's visible but just barely. Do I need a new version of the ocx? Do I need to use a regular text box? Is there a fix for this?, , Thanks,, Neil |
 1860 Hits | |
Thread 13 of 25 | Thread Starter | | |  MGNew@VB | I need HELP ... PLEASE!!!!Hi, my name is Mary and I need some assistance with my VB college class project. This is a new arena for me and I am having some difficulty. , , When I am in the classroom I can get through the projects because I have helpe from the professor or another student but I am on my own right now and cannot get this program to run. , , I want to learn what it is that I need to do, but something is just not clicking for me with this class. I am beginning to think that at my age I am just not going to get it., , I have a calendar project and I am having trouble getting through the code to get it to work., , If someone could lok at my projuect and tell me what I am doing wrong I surely would appreciate it.  , , Please let me know ... thanks for listening. 1 Reply: |  Angel | Mary, , You would get a better response to this query if you asked in the VB forum. Common mistake lots of people make, but many users only surf the forum that relates to their field of expertice. :) |
|
 2517 Hits | |
Thread 12 of 25 | Thread Starter | | |  Vikas Athavale | Show DtPicker as blankThanks for great help rpovided by you., , I am displaying order date and time using DtPicker., , I want to show spaces / blank as default value of DtPicker , , How shall I do it ?, , With regards, Vikas Athavale |
 2501 Hits | |
Thread 11 of 25 | Thread Starter | | |  Vikas Athavale | Sort the data in MshFlexGRid when clicked on HeadeDear All, , I am always getting nice repsaonse from you., , I am displaying certain data in a mshflex grid., , I want to do 2 wonderful thngs.., , 1. When user clciks on header / titel of a column in MshFlex grid, I want the data to be sorted in the order of that column, , 2. How do I keep the header at the top even when user scrolld down ?, Normally when user scrolls down the header / title of the column is not visible ., , With regards, Vikas Athavale, vikaspa@vsnl.com |
 2527 Hits | |
Thread 10 of 25 | Thread Starter | | |  Vikas Athavale | MshFlexGrid ....Display Totals at the change of a I Am using MshFlexGrid to display various summary details, , I want solution for following, , 1. I can merger a particular Column but I want to merge 2 columns and display the data accordingly., , 2. Dispay totals, Say I am displaying Customerwise Account receivable. I want to display TOTALS at the change of Customer., , I FOUND THIS FORUM AS BEST FORUM FOR THE ACCURATE INFORMATION AND PROMPT RESPONSE. 4 replies. Last post: |  vikaspa | Please help me..., , Send me code so as insert summary totals as the customerchanges in flexigrip, , Thanking u in advance..., , Vikas Athavale |
|
 4375 Hits | |
Thread 9 of 25 | Thread Starter | | |  Vikas Athavale | Open Combo box when "ON FOCUS" occursI want to open a combo box when user focuses on combo box., , I am developing a project in which the product groups are listed., , When user focuses on combo box for the rpoduct group, I want the combo box to open dynamically and filter the detaisl as user types., , Is this possble ?, , If so how shall I do it ?, , Please help ..., , Thanking you in advance, Vikas Athavale |
 1761 Hits | |
Thread 8 of 25 | Thread Starter | | |  blkshirt | Flexgrid problems{Too Long!} |
 2277 Hits | |
Thread 7 of 25 | Thread Starter | | |  golfnutt8 | Combo BoxesOk lets see if I can tell you my problem without exploding., I want to be able to choose an Item from my combo box and then based on my choice display a label telling me the full name of the choice. The Combo box will display abrev. names like Chris instead of Christopher or Dept instead of Department., Then I want a label to say: Dept = Department. Is this possible?, I hope I was clear[*]null 3 replies. Last post: |  RobZ | {Too Long!} |
|
 3023 Hits | |
Thread 6 of 25 | Thread Starter | | |  david_p0c79 | frame control?{Too Long!} |
 2776 Hits | |
Thread 5 of 25 | Thread Starter | | |  Tulip123 | Background Image ControlI am developing an application using Microsoft Visual Basic 6.0. I need an image control for displaying a background picture of a form, on which other smaller images and shapes (such as circles or lines) are displayed and moved by the user. The problem with the basic VB image control is that its rendering capabilities are not sufficient, and moving other images upon it during runtime results in a very disturbing "flickering" effect., , I thought of using the GTImage ActiveX control, but when I tried to use it I couldn't move it to the background and place other images or shapes on top of it. , , Is there any way of doing that using this control ? Are there any other image controls I can use, or any other ideas on how to solve the problem ? |
 1789 Hits | |
Thread 4 of 25 | Thread Starter | | |  DW | Datagrid cannot initialize data bindingsI have a VB app that uses a datagrid to display a recordset from a SQL Server DB. It's a 3-tier app with the user IF calling a function in a dll that returns the recordset with the following code:, , Set DataGrid1.DataSource = PD.LoadGrid(1, sConnect, 0), , The app and dll have been loaded on the DB server and on a user's system that accesses the DB over the network. The dll is registered on both. The app runs fine on the user's system but when trying to run it directly on the server, I get a msgbox with "Cannot initialize data bindings" and Datagrid as the title. The MSDATGRD.OCX file is registered on both machines. This is a problem because many of their users will run the app from a Terminal Server session to the DB server. Any ideas why this is happening? |
 6454 Hits | |
Thread 3 of 25 | Thread Starter | | |  mugs | Showing video in a circleHi there,, I am new to VB and am trying to display video in a circular object. Can anyone tell me how/whether I can do this? eg what tool to use and how to associate the .avi or .mpeg file with it., Thanks. |
 2754 Hits | |
Thread 2 of 25 | Thread Starter | | |  Hoosier | VBA Help NeededI need help with VBA. I was going to try and see if there were any experts out there who could assist a beginning programmer. |
 2058 Hits | |
Thread 1 of 25 | Thread Starter | | |  gholkar | Visual Basic dll in DelphiI need information on following points :, , 1. I am not able to use the DLL created using Visual Basic in Delphi. Do I need to incorporate extra settings either in Visual Basic or in Delphi?, 2. Can we make Visual Basic to use Pascal Calling Conventions? , , I will be highly obliged. Thanks in advance...!!!, , With Regards,, Mangesh. 1 Reply: |  Scott | (Reply posted to duplicate message in [b]Delphi VCL/CLX[/b] forum.) |
|
 1793 Hits | |
 |
|