| Thread | Last Post | Replies |
|
| Called app gaining focus | 11 Mar 2005 08:06 GMT | 2 |
Is there an API call that will make a given window the focus rather than my app loading but being on the status bar at the bottom of the screen?
|
| close an application | 10 Mar 2005 22:33 GMT | 1 |
I have a little app that is triggered from a third party program. All it does is display some data. If the user doesn't close this app and moves on to another record and then calls the app again how can I close the first instance?
|
| Pdf opening problem | 10 Mar 2005 20:36 GMT | 1 |
I'm trying to open a PDF file inside a form but it doesn't seem to work properly(the application stops responding)... I have registered the ActiveX which came with Adobe Acrobat Reader 7 and added a control to my form. Here is the code i used ...
|
| Case sensitive combobox. | 10 Mar 2005 14:03 GMT | 1 |
Any idea how to make a combobox case - sensitive in VB. Let us assume i have a range object in Excel with 2 strings which are the same but the case is different. Eg: ABC and abc. Now i set the row source of the combo to this range object.
|
| vb mail sample issue below - how to | 09 Mar 2005 17:23 GMT | 1 |
Below is the code I have currently: Dim SmtpProp As New System.Net.Mail.SmtpClient Dim fr, rec, mn, bd As String fr = "john@abc.net"
|
| Populate a combo box with Years | 09 Mar 2005 13:20 GMT | 4 |
Hi everyone, I'm designing an application which requires me to have a combo box drop down list that has in it a list of previous 100 years, from 1900 to 2000. Now although I could just manually type them in, I would like the application to automatically update itself as the years ...
|
| I/o instruction | 08 Mar 2005 14:22 GMT | 10 |
Hi, I want connect the PC serial and paralel I/O to my Microcontroller who can explain me how is the instruction by VB to do that? Thank Paulus Wijaya
|
| Excel remaining in memory | 07 Mar 2005 20:02 GMT | 12 |
Forgive me if this is the wrong group, but I'm not sure which is the correct group! I am updating a spreadsheet via VB6 by pasting in the values in a number of textboxes. The function is shown below. I have tried everything I can
|
| Using sql user-defined function in vb6 | 07 Mar 2005 18:13 GMT | 2 |
I have a project that is connected to a sql server 2K database. Inside the db I have udf's that I would like to access from within my vb6 application. The udf's work just fine using sql query analyzer but, I can't seem to get the correct syntax to use them in vb6. For instance ...
|
| Populate a datagrid | 07 Mar 2005 13:43 GMT | 3 |
I am using the following syntax to populate a datagrid with the contents of a recordset Set dbgSalesAnalysisPC.DataSource = rsSalesAnalysisPC Problem is nothing is appearing - there is definately data in the recordset
|
| SQR and friends | 06 Mar 2005 14:13 GMT | 2 |
I known VB6 has a SQR function, but is there a function to get an arbitrary (including fractional) root of a number? Thanks! Danny (You guessed it! Remove NOSPAMFOR before emailing.)
|
| Store MS Word File in SQL Server Database | 05 Mar 2005 07:35 GMT | 3 |
Hello Experts, My application needs me to create a word file from the form itself and store the same instantly in a SQL Server Database. I am using ADO (Without Datacontrol)
|
| Print Job Stuck in Spool - Sometimes - Help! | 02 Mar 2005 19:33 GMT | 2 |
I sure hope an MS VIP is available for this one! I am not sure if this belongs in the VB group or if the problem is related to XP. I have a VB program (VB6 SP6) distributed to 30 customers. Within the
|
| Simple question about label captions | 02 Mar 2005 16:07 GMT | 7 |
This is a simple question. I have a label on my form that displays data from a database field. No problem. What I want to do is to split this label up, with a first half of the text in black and a second half...if there is one, in red. The label will be used
|
| DLL Callbacks | 01 Mar 2005 22:10 GMT | 3 |
I am a C++ developer who wrote a DLL that some VBers are now tryin to use. Since they are having problems I am tryin to write a VB bas file for them that declares all the functions and (many) callbacks. So my question is: how to access the pointer variables in the DLL to assign
|