|
code
newsgroups
|
||||||||||||||||||||
|
||||||||||||||||||||
best way to write a VB-app with several languages
Peter -
7 Jul 2009 12:27 PM - 26 messages
Dear all I have an existing vb app that is in english language which means that all labels, buttons,form captions etc. have english text. Now I like to extend this app so that it can either run in english or in ...
Email Body New Line
Morris Neuman -
30 Jun 2009 9:56 PM - 6 messages
Hi, I want the EmailBody to have new line between fields. Tried '\n' as well as "\n" but neither work. My string is as follows: string EmailBody = "Name=" + TextBox1.Text + '\n' + "Phone=" + TextBox2.Text + " Email=" + TextBox4.Text + " Message=" + TextBox3.Text + " Remote Host=" + ...
Error with Page Views
Morris Neuman -
29 Jun 2009 11:11 PM - 3 messages
Hi, I have a few pages with Views and I sometimes get the error below. I am using Expression web2. What am I doing wrong? Compilation Error Description: An error occurred during the compilation of a resource required ...
UserControl Self-Inserting JavaScript
Alex Maghen -
30 Jun 2009 1:34 AM - 6 messages
I am building an ASP.NET UserControl. The UserControl will be making use of one or two JavaScript functions. I want to assure that those functions will be on the Page once and only once, but I don't want to have to remember to ...
Visitor's IP Address
Morris Neuman -
29 Jun 2009 11:12 PM - 5 messages
Hi, I have a textbox fields on an aspx page that the user fills in then when they click on submit the fields get emailed to me. How do I get the user's IP address? I don't have any sign-in requirements. ...
Email resent on page refresh
Morris Neuman -
30 Jun 2009 5:51 PM - 5 messages
Hi, My page has several textbox fields and a submit button. I have attempted to reset the textbox fields to nulls after the email is sent. However, when the user clicks on the page refresh button, though the textbox fields are empty, ...
TreeView HoverStyle
Morris Neuman -
27 Jun 2009 12:15 PM - 3 messages
Hi, I am using Expression Web 2 to develop my website. I am trying to set the HoverStyle for my TreeView on my downloads.aspx page. I get error "Using TreeView.HoverStyle requires Page.Header to be non-null (e.g. <head ...
TreeView
Morris Neuman -
24 Jun 2009 8:05 PM - 6 messages
Hi, I have a page with a TreeView. The TreeView contains 2 nodes, each node containing several leaf nodes. By setting the parent node Expansion to false, the treeview always shows un-expanded. If I set expansion to true that it always shows expanded. ...
View Link
Morris Neuman -
16 Jun 2009 11:22 PM - 5 messages
Hi, I am trying to link from an href or linkbutton on page1 to a view (View3) on page2. How do I link to this view and make it active at the same time? ...
OnMouseOver Help Box
Morris Neuman -
14 Jun 2009 7:50 PM - 6 messages
Hi, How do I set up a text field that when the user moves the mouse over this text, a message box shows with an explanation message and then disappears when the cursor is moved away? For example, if the displayed text is ...
Integrating scripts with html
Morris Neuman -
8 Jun 2009 11:44 AM - 7 messages
Hi, I am working with Expression Web2 and am trying to add a script to set a multiview activeviewindex within an html page. The command button is defined as follows: <div class="col-1"> ...
Simple composite control fires event fires first time but not second
sellars.paul -
11 May 2009 3:59 PM - 4 messages
Hello, I have a simple composite control (asp.net 1.1). The on click event fires the first time the button is clicked but not on subsequest clicks. Any ideas why please? Imports System.ComponentModel Imports System.Collections.Specialized Imports System.Web.UI ...
Wizard Next Button
Morris Neuman -
23 Apr 2009 10:40 PM - 5 messages
Hi, Is there an easy way to not show the Next button on certain steps of the wizard? ...
Wizard Control - Issue 2
Morris Neuman -
22 Apr 2009 10:20 PM - 8 messages
4/21/09 - sent to MSGroup - Wizard Control - #2 Hi, I have a Wizard with several steps. In Step 2 I have a FormView whose InsertItemTemplate contains a table that has labels and textboxes that the user can update. <asp:FormView ID="FormView1" runat="server" ...
Wizard Control
Morris Neuman -
21 Apr 2009 10:35 PM - 7 messages
Hi, I have a page with a wizard control. Note, this page does have a masterpage. The wizard control has 5 steps; all steps have AllowReturn set to true. Step 1 allows the user to browse, select and upload a spreadsheet. This ...
Using the ImageUrl property of the HyperLink control
Nathan Sokalski -
29 Jan 2009 2:24 AM - 5 messages
I have several HyperLink controls on my site in which I use the ImageUrl property to display them as an image. This generates something like the following: <a><img/></a> I would like to specify the height and width of the image, but if I use the ...
dhrichclient3 requests
Nitin -
7 Jul 2009 2:46 PM - 20 messages
Hi Olaf I got hooked to ur dhRichClient tools 3 months back was just experimenting with ur demos & reading discussions here .I don't have a specific issue as for now but will request a couple of things #Can't we move all the discussion here to consolidated forum so lack of ...
Unicode Support in VB6
TMC -
8 Jul 2009 4:02 AM - 26 messages
Hello All, I was wondering if anyone has any familiarity with any of these 3rd party unicode VB6 support products below: [link] [link] [link] ...
"&&" string curiosity
Rich Raffenetti -
8 Jul 2009 3:12 AM - 9 messages
If you paste the following four statements into the form_load sub of a new VB6 Standard EXE and add a label, a text box, and a command button, you will find on running the program that sometimes (captions in labels and on ...
GW-Basic
Bruce Stiles -
27 May 2009 8:08 PM - 14 messages
I have a customer that runs a program through Basic. The routine will not run in XP. I would like to get this converted over to another 'language' such as VB. Is there a conversion routine available to convert the lines of ...
Perplexing Problem - Need Help
Al Reid -
25 Jun 2009 6:46 PM - 65 messages
I have a scanning application that I wrote back in the end of 2006. I was written in VB6 with some API calls (SHCreateDirectory and SHFileOperation). Since that time there has been an intermittent and impossible to find problem that has haunted me. Sometimes it disappears for months only to ...
Printing contents of a picture box
John Simpson -
30 Jun 2009 8:45 PM - 9 messages
OK, I'm stuck! I found the following code on the net. What it does is display the value of TXT in hollow block letters. This works fine. Now what I want to do is to print the contents of the picture box, as drawn, ...
Getting servername
Andy -
8 Jul 2009 12:48 PM - 8 messages
Anyone know how I programmatically obtain the name of the host machine, in a form suitable for subsequently using in CreateObject? (VB6 + SP6) Thanks in advance ...
Keeping 2 listboxes in sync - VB6
Mojo -
5 Jul 2009 1:07 PM - 9 messages
Hi All Hope I explain this OK! Basically I've got one listbox (incorporating checkboxes) that overlaps another so that the following display is shown: [ ] [ ] Cats [ ] [ ] Dogs [ ] [ ] Horses [ ] [ ] Sheep etc... etc.. The reason for this is so that the user can use the 1st column of checkboxes ...
array dimensions and size error
Totti -
7 Jul 2009 8:53 AM - 5 messages
Hi everyone, I am seeking your help on a code taking from the internet that i would like to run on my pc(for learning reasons), unfortunately it is generating some errors that i can not understand on how to fix. ...
ListBox - Limit Selection Rectangle Width
David -
4 Jul 2009 6:12 PM - 11 messages
I have a tabbed listbox. Is there anyway to limit the item selection rectangle (highlight) to the 1st column instead of having it go across the entire listbox? ...
Re: ADO: Deleting a table after it is loaded into Recordset
Faraz Azhar -
2 Jul 2009 4:41 AM - 8 messages
On Jul 2, 12:23 am, Webbiz <nos***@forme.thanks.com> wrote: The reason why Im doing all this is that I have 4 different tables in my database. Now those four tables have very different data but the ...
Removing too many hyphens
Al -
30 Jun 2009 9:05 PM - 12 messages
I am exporting data daily from SQL Server into a text file that needs to be modified by a VB6 program in order to be imported by a proprietary application. As a part of the formatting process I am trying to remove ...
can't write to text file in Windows 7
vbDavidC -
12 Jun 2009 2:56 PM - 18 messages
Hello, I am a VB programmer testing out my apps in Windows 7. I am a XP guy and have not really used Vista or 7. I am trying to update a text file actually an INI file. The program ...
Command Line
Bee -
6 Jul 2009 6:37 AM - 5 messages
I am working a VB6 app that needs to properly parse the command line input. It may be coming in from a shortcut startup or otherwise. Is there an API that will properly parse the Command$ input? I have tried a few routines if found but they not not do it properly. ...
Remote-Desktop "client/ server"
Hans Achim -
1 Jul 2009 7:25 PM - 8 messages
Hello! I have had a query from a customer who is at a larger company where the workers work on client computers, not on a single computer but with a remote server. The problem is that my application doesn't want to send keys (my app is ...
Best method to have 2 checkboxes for 1 item
Mojo -
5 Jul 2009 2:36 PM - 6 messages
Hi All I've used a combination of a dropdown list and 2 x listboxes overlapped to give the user the ability to click on a drop-down and then scroll down a list to 'Include' or 'Exclude' an item depending on which checkbox they ...
Is my VB6 app form open?
William -
3 Jul 2009 2:07 AM - 10 messages
On a remote pc that is... I have a VB6 data collection app running on a remote PC, and need to determine if the main form is open when a client app is opened. Somewhat like this: Dim FormVisible as boolean ...
In-Process and Out-of-Process
Webbiz -
4 Jul 2009 3:34 PM - 9 messages
Can someone suggest a site, page or article that explains in understandable language the definition of In-Process, Out-of-Process, etc? Even better, to discuss the subject of 'process space', and how this relates to VB programming, or programming in general, etc.? ...
Vista 64 and Visual Studio 6
Webbiz -
3 Jul 2009 1:18 AM - 9 messages
I don't want to start another debate on this subject, but I'm at a crossroads here with certain concerns that I'm hoping a few comments from you guys/gals can help me straighten out. Just received a new laptop that came with Vista 64 pre-installed. In ...
VB Express and VB files
Alan -
3 Jul 2009 1:39 PM - 18 messages
Hi. I am familiar with VBA and BASIC in general, but I am new to the VB Express tool and am not familiar with Visual Studio in general. I have some VB files (e.g., .frm and .vbp) that are VB files produced ...
Exporting a function from VB.net DLL
Bhavik -
2 Jul 2009 8:23 PM - 4 messages
Hello, I need to develop a DLL in VB.net 2008, which exports a function. This function can be called from another C++ DLL or Win32 application (which is not necessarily developed in VB.net). I have created a new Class Library project in VB.net, and added ...
Date and regional settings problem
David DB -
30 Jun 2009 5:13 PM - 9 messages
I have searched for this solution on the net, but cannot find any. Using VB6. My application reads a date from a text file in the format "dd.mm.yyyy" If the regional settings is set to for example Polish, Now() will return: ...
Copy & Move files
Saga -
25 Jun 2009 7:21 PM - 17 messages
Hi all, I would like your opinion on the folowing issue. I have an app that basically polls a folder looking for new files which can be updated at any time.When it finds relevant files, it copies them to ...
Need help retrieving a udp response after sending a udp command
Jason -
1 Jul 2009 8:11 PM - 4 messages
I have an application where I need to send UDP network commands to a network device. I'm able to send the commands successfully and see the network device respond to them on it's front panel. However, I can't see the UDP ...
Problem with DIR function.....
John Morley -
30 Jun 2009 5:48 PM - 5 messages
Hi All, A customer reported that he encounters an Error #53 (file not found) when he runs my application. Upon investigation, the error is occurring in a subroutine that uses a Do While loop and the DIR function to populate a Combobox with the names of all sub-directories inside a main ...
Type comparison
Phil H -
30 Jun 2009 1:36 PM - 9 messages
Hi Is there a easy way to compare "Type" structure. Assignment is straight forward, but comparation does not pass the compiler. Thanks ...
Package & Deployment
Melvin -
26 Jun 2009 9:10 PM - 32 messages
Fir the first time in a very long time I need to install a program on another computer. I assumed I would use the Package & Deployment option but I cannot find it on my system. I do not have the Wizards folder in my VB ...
Web Pages in a VB Window?
Bert T -
19 Jun 2009 11:51 PM - 26 messages
Hi, Everybody! Let me begin by saying I am a junior programer, but not a VB one. That said, let me explain to you what I saw and what I'd like to do. When you go to the start menu in vista, you find a label HELP & SUPPORT. ...
VB 6 procedure to SQL SP
vovan -
26 Jun 2009 4:50 PM - 4 messages
I have VB6 procedure which inserts data from 2 tables into the third one. I need to have a stored procedure with the same functionality. This is my VB6 code: Private Sub TestPermissionInsert() Dim rsDBLogin As ADODB.Recordset Dim rsPermission As ADODB.Recordset ...
String Memory Recovery
David -
21 Jun 2009 8:33 PM - 31 messages
If a string is declared locally at the termination of the procedure string memory should be recovered. ===================== However, when does the compiler recover memory for a string used in an object declaration: Set rsTemp = DaoDb.OpenRecordset("MyTBLName") ...
Checkbox - how to clear without triggering click event
Sheldon -
23 Jun 2009 5:25 PM - 7 messages
Hello - I have a form with a checkbox. I am trying to clear the form and included the code: If ckComplaint.Value = 1 Then ckComplaint.Value = 0 End If along with other code that clears textboxes, etc. The above statement is ...
PowerBASIC
Pete B -
22 Jun 2009 9:27 PM - 18 messages
Anybody here use PowerBASIC in conjunction with VB 6 stuff? Pluses, negatives, anyone? ...
Walkthrough Instruction Error
Pete B -
10 Jun 2009 9:23 PM - 90 messages
I posted this to the VS General forum, but I think perhaps this may be a VB specific isuue, so I am also posting it here: I am attempting to follow the "Walkthrough: Creating a Windows Service Application in the Component Designer" in the Help file for VS 2008 in ...
RAM Drive
Steverino -
12 Jun 2009 4:54 PM - 21 messages
I found how to set a virtual drive in VB6, but what I really need is a RAM drive. How do I create a RAM drive? Does not need to be very big, maybe 10MBytes or so. Need to be able to save a file there and have an app on another drive open it. ...
can i do this with real database, not just dataset
Scott Baxter -
17 Jun 2009 8:00 PM - 7 messages
Hello, In the new vb.net is a thing called dataset, which I guess is a standalone database you can create and play with. The following code works fine for that. But I can't seem to define things so that it would work against a real ...
Proxy + ADO + VB6...
Paulo -
19 Jun 2009 6:58 PM - 6 messages
Hi, I've ConnStr that points to a external IP, like: "SQLOleDB... host=200.138.0.10"... but if I'm on some place that has a proxy to go outside, the VB6 app can not reach the external SQL SERVER port 1433... do ...
Re: Sending email
k_zeon -
24 Apr 2009 1:01 PM - 3 messages
Hi At present I have a program with Tasks. Once a Task is complete/Updated , the person who created the tasks gets sent an email. I have a basic Winsock code that sends using a mail server. As it is being used inside a Local Network, this is set to 192.168.0.2 and ...
How can An MDI child form stay on top ?
rony g -
7 Jun 2009 7:15 PM - 13 messages
Hi All I have an mdi form with serveral mdi child forms. How can I set one mdi child form so that it always stay on top ? Thanks Rony *** Sent via Developersdex [link] *** ...
Inno Setup and Dependencies
Webbiz -
16 Jun 2009 9:30 PM - 28 messages
I have a question that deals with creating the dependancy list for my application. Below are the files that I need to add as part of my installation file. I have posted here in the current way I have entered them in ...
Re: Multithreading
SupaFly -
10 Jun 2009 9:34 PM - 18 messages
Like I said, I shouldn't have brought up .NET. My code was started in 2002, so I have many years in it. I believe .NET had just came out, but it I heard many bad things about it. For one, I heard it didn't allow you to ...
Karl, I need to understand your Timer!
MM -
13 Jun 2009 11:20 AM - 16 messages
I'm trying out different timers again. I looked at CCRP Timer in the past, but couldn't fathom its depths (Notify, Countdown, Stopwatch, phew!) All I want is a replacement for Sleep, as in Sleep 32 as accurate as poss, where the duration might be as low as 1. ...
The JET VBA File...Help Please!
Webbiz -
16 Jun 2009 9:23 PM - 8 messages
I'm getting this nasty error when trying to install and run a program I wrote many years ago with VB5. Recently I had recompiled the program in VB6 for redistribution. However, this has caused an error to occur that says... ...
How to Change $(AppPath) in PDWizard?
jim evans -
15 Jun 2009 6:33 PM - 14 messages
I've never used the PDWizard for VB6 before. It seems to be forcing me to install programs in a folder of it's choice designated by $(AppPath). How can I redefine $(AppPath) to the target of my choice? ...
Using Outlook object
NR -
30 Apr 2009 12:26 PM - 5 messages
Hi, Iam trying to send an email on the click event of a button. This needs to work even if the outlook is not open in the client's pc. The following is the code: Set mOutlookApp = GetObject("", "Outlook.application") ...
When the compiler freezes.... what is the rescue?
fred -
15 Jun 2009 9:46 PM - 20 messages
Hello, Is there any way to save my new programming changes when IDE freezes during the compiling process? I have that happening quite often, and I need to use Task Manager to force ...
Macro to Print Text to file in UTF-8
jakeatkins via VBMonster.com -
16 Jun 2009 6:39 PM - 7 messages
Hello, I am trying to print the value of a cell in Excel to a file "temp.html". The button's macro looks like this: Sub Text() Dim i As Long Open "c:\temp\Homepage.html" For Output As #1 ...
JPEG File Compression
kiwi -
16 Jun 2009 9:16 AM - 6 messages
Does anyone have any idea of compressing .jpg files in VB6 on WinXP Thanks Dave ...
File not found
Melvin -
14 Jun 2009 12:00 AM - 11 messages
This is a follow-up to a previous post suggesting I use an API in downloading prices from the internet. I think this routine can be modified but I am hung up on the portion of the routine where is tries to open the ...
Download multiple files concurrently using WinHttpRequest
Ulrich Korndoerfer -
16 Jun 2009 1:10 AM - 10 messages
Hi, I did ask already in the german NG but did not find any one so far who knows the WinHttpRequest object (WHR in short for now). The WHR wraps the APIs in the Winhttp.dll. In my app I use it to ...
Autosize DataGrid Columns
Webbiz -
15 Jun 2009 2:40 AM - 6 messages
Once my Datagrid is filled up with data, I'd like to have the columns resized so that they are just wide enough to contain the data (plus perhaps a tad bit of white space) that is already in the cells. ...
Run-Time Error 5 - 'Invalid procedure call or argument' error msg
Administrator -
13 Jun 2009 9:01 AM - 14 messages
Hi, I had searched through the internet to look for possible solutions of this 'Run-time error 5 - Invalid Procedure call or argument' error msg but that doesn't help. Most of the causes of this error is due to Set-Focus. I had tried ...
How to obtain the new GUIID key on a new build of an ActiveX DLL or an ActiveX OCX
Sarah M. Weinberger -
13 Jun 2009 3:53 PM - 6 messages
Hi, I have a couple of VB6 projects, okay a few. If I create a standard executable project and include in them an ActiveX DLL that I created in another project an an ActiveX control that I created in yet another project, ...
direction finding with bing
Maurice -
11 Jun 2009 10:13 AM - 10 messages
I recently found myself in need of guidance where "Bing" might have been of some use. I was within 1/10th of a mile of the address and could find no way to query this service for the remaining distance. The documentation was ...
I need a Class 101 on threading in VB6
MM -
12 Jun 2009 7:37 AM - 11 messages
Some while ago I asked why my form froze execution when I moved it around the screen and received a lengthy reply from Olaf (Schmidt), for which I was very grateful, but much of it went over my head. Since ...
Re: Multithreading
SupaFly -
8 Jun 2009 8:22 AM - 35 messages
Thank you! If you've ever used Angry IP Scanner, that's what I'm trying to create. An IP scanner that can go through and find everything on the network by pinging all the IPs. That would take forever pinging one-by-one. ...
How to create a VB6 app that opens a file when the file is double
TonyScarpelli -
14 Jun 2009 2:05 PM - 3 messages
I'd like to create a vb6 application that will run when I click on a file. When I click on a file, say a graphics file, with a certain extension, I want a visual basic 6 .exe to open the file and process it. ...
reading a sector on USB memory stick
Bu -
12 Jun 2009 5:58 PM - 5 messages
Hello, I need to write an VB6 application for reading and writing a sector on a USB memory stick in a Windows XP system. I looked arounf for some sample code but was not succesful in locating anything. Anybody any suggestions? ...
Overcoming a MsgBox's shyness
Howard Kaikow -
13 Jun 2009 6:52 AM - 15 messages
I am working on an app in which, after all too long, I realized that the app appeared to be hanging because a Msgbox that was likely hiding behind a Form that uses SetWindowPos to keep the Form on top. ...
Multithreading
SupaFly -
8 Jun 2009 5:58 AM - 15 messages
Hello all. I know you're not suppose to really do multithreading in VB6, but I really need to. I've tried ActiveX EXE threads, where you make a separate EXE for your threads, but they take a lot of CPU time for some ...
Ghost Form
Webbiz -
11 Jun 2009 11:56 PM - 7 messages
I have a function that calls a method contained in another form that is not currently loaded. By calling the form2.method, the form will load. On this form is a DataGrid. The form2.method fills this DataGrid from a Recordset that it is ...
Windows Update KB960715 blocks MSFLXGRD.OCX!!!!! Any solution ?
chris -
12 Feb 2009 3:04 PM - 9 messages
New Windows update KB960715 blocks OCX files. One of them is MSFLXGRD.OCX What will happen now ? Do we need to change our VB6 programs for replacing this OCX ? Updating Registry as below solves the problem, but will our clients accept a ...
Displaying forms
Melvin -
11 Jun 2009 5:06 PM - 12 messages
I have continuing difficulty understand just how and when a form is displayed. The specifics this time is as follows: I have two forms. Form1 and Form2 Form1 is displayed and at some point, based on user input ,I want to hide ...
Off Topic But ... Related
Lorin -
11 Jun 2009 1:31 AM - 21 messages
(1) I have a vb6 app that I want to develop a tutorial for. I would like to capture the screen mouse actions (a movie) and narrate while demonstrating the app. (a) is there a freebie? (b) what is recommended? ...
Event Log is full Error
Pete B -
4 May 2009 8:39 PM - 5 messages
I posted this on the MSDN Express forums but got no response, so in desparation I am trying here. This error occurs immediately when, upon beginning a new project in VB 8 Ex SP1, I select Tools: connect to database: an error dialog (red circle x) ...
Passing Structure (Type)
David -
12 Jun 2009 12:44 PM - 5 messages
I have a Public structure. This structure is used in two "simultaneous" loops -- a real-time loop, and -- a general loop. The real-time loop is suspended (Active X data input buffered) when the general loop is executing. I'm getting random corruption sometimes and can't pinpoint where. ...
Use an Addin to automatically add date/time stamp to each edited line of VB6 code?
MM -
6 Jun 2009 3:17 PM - 20 messages
One feature I would have wanted to see in the classic VB line is a date/time stamp in a comment to every line of code edited or added. That is, as soon as a line is added or an existing line edited, a ...
PictureBox Help VB6
Bee -
11 Jun 2009 9:56 PM - 4 messages
(1) I found a sample app to work with pictureboxes. I am stumped by the following. I set the properties of the width, height, scalewidth and scaleheight smaller than originally set and see the picturebox change size on the form. ...
dhRichClient3 Thread Classes Issues
JPB -
7 Jun 2009 1:54 PM - 12 messages
I've been experimenting with the dhRichClient3 thread classes, and so far I have been impressed, but I have having a couple of problems. First, let me explain my class: 1) There is a single Sub that takes a ByVal string parameter that is a ...
Re: Multithreading
Ulrich Korndoerfer -
11 Jun 2009 10:24 PM - 7 messages
FACK Aah, repeating my all time sermon? :-)) ...
vb memory layout
MarkusU -
10 Jun 2009 2:34 PM - 21 messages
hi and sorry about this rather basic question: does vb adhere to a strict ordering of memory adresses for multi- dimensional arrays? i did not find any hints in the obvious places. crude timing suggests it uses first-index-runs-fastest (column-major) ...
VB6 Rich Textbox control (vertical alignment of text)
Blue Streak -
10 Jun 2009 6:39 PM - 9 messages
Hello, Folks!! I'm trying to vertically center text within a rich textbox control. Since it doesn't have that feature built-in I am trying to think of a way to do it instead. After hunting around a number of ...
winsendmessge stereo problem
mickey -
9 Jun 2009 2:06 PM - 5 messages
Hi All I'm using vb.net to record a wave file with mciSendString. I can record from the microphone or from a line in jack. However, I can only record mono, 8 bits, 11025 sample rate. channgin anyone of these parameters results in ""The specified parameter is ...
VB6 on Vista Home Premium problem
jpBless -
6 Jun 2009 10:09 PM - 18 messages
Hi all, I have an app that runs very ok on WIN XP machine. The app also runs well in different versions of Vista until I ran into one Vista Home Premium machine. The app will connect to database OK but after that many of the features ...
Excel Execution from VB Fails on 2nd Attempt
David -
6 Jun 2009 3:58 PM - 9 messages
Code follows. During the first attempt, there is NO Excel object so "IsExcelActive" = False. After manually closing Excel independent of VB, VB appears to be still keeping a reference to the Excel Object as IsExcelActive returns True. Even executing oXL.Quit and setting things to Nothing does NOT appear to ...
Developed using NextGeneration, the .NET Code Generator Try AdSense Reporter, the charting tool for AdSense publishers |
||||||||||||||||||||