| Thread | Last Post | Replies |
|
| Outlook api | 14 Feb 2004 15:12 GMT | 1 |
Is there a uniqe key for each appointment in Outlook? I'm have made a program that copy every appointment from Outlook over to my web-app. (mySql). But I can't find an easy way to syncronize appointments between the two. If I had a uniqe key I could easily check for changes or if ...
|
| Check filenames for matches | 14 Feb 2004 12:16 GMT | 2 |
I'm trying to write a small app that checks each filename (in a pre-defined folder) against a pre-defined list to find possible matches. I need it to check each filename and and if it contains characters matching those in one of the items in the list, move it to a specified folder ...
|
| promblems with manipulating recordsource | 14 Feb 2004 11:55 GMT | 1 |
I have a SQL Pass-Through Querie in ACCESS that looks like this: SELECT TOP 100 PERCENT COUNT(*) AS antall, dbo.Status.StatusName, T.StatusId FROM
|
| Any alternitives to timer control? | 14 Feb 2004 09:59 GMT | 4 |
There any other timers i could use (like api or something else) that doesnt involve using a control? I dont need it to be EXACTLY to the ms precise, but close enough, and faster than timer control. Thanks
|
| structure free | 14 Feb 2004 08:46 GMT | 5 |
I have a structure like this: structure k dim r as long dim t as string
|
| fontsize | 14 Feb 2004 05:02 GMT | 2 |
I discovered that if I change fontsize in the help (msdn library) via view and font, this also affects the setting in IE (6.0, XP). Is that supposed to happen? I would expect the same possibility for settings in IE. But all I can change is font, not size.
|
| creating acrobat file | 13 Feb 2004 17:47 GMT | 4 |
Is it possible (and how) to create a acrobat file with Visual Basic. (without having acrobat installed on your computer) thanks roy
|
| VB.NET & numericla recipes book | 13 Feb 2004 17:44 GMT | 1 |
Folks, I'm looking for the VB.NET equivalent of "Numerical Recipes in C" or nearest match. Any suggestions you would like to share?
|
| Were can I learn to program a IR remote control? | 13 Feb 2004 17:28 GMT | 2 |
I have just ordered a IR remote control that uses a serial port. This is the one: http://www.rbmods.com/Articles/Eksitdata/IRremote/1.php There is some program out there I can use to con troll WinAmp,but i want to
|
| QuickPak license | 13 Feb 2004 15:19 GMT | 2 |
For one of our apps we still use VB6 (SP5) with several third-party controls. One of these is Cresent QuickPak version 4.0. Recently we needed to re-install our compilation machine (Windows XP Prof US SP1), which we use to ensure we compile against a known set of DLL's, OCX's etc ...
|
| Return a recordset from a function | 13 Feb 2004 14:45 GMT | 1 |
I want to write a function that is passed a key and the function will firn the relevant record from a SQL database. I would like the functin to reutnr the recordset (containing 0 or 1 record). I have tried various combinations, non of which have worked
|
| pulling out strings | 13 Feb 2004 14:24 GMT | 1 |
Does anyone know the best way to pull out multiple instances of strings. Not sure if regular expressions is the way to go or if vb.net had something in it I wasn't aware of. Any help on doing either of these would be appreciated.
|
| Strange VB6 Problem, Please help | 13 Feb 2004 14:00 GMT | 1 |
On a form I have an image box insidea picturebox, using the picture box as a container obviously. The purpose is to vary the width of the picture box so that only so much of the image is visible at one time. Through a timer control I get a value that I use to determine what the
|
| 6.0 end user requirements | 13 Feb 2004 13:54 GMT | 3 |
I recently started using .NET, although I have a better background in coding languages like Java and C++. I thought that .NET would be OK until I found out about the Framework requirements. If I write a program in 6.0 and give it to someone running Win9X, are
|
| Problem: "No Such Interface Supported" (COMCAT.DLL) ? | 13 Feb 2004 13:49 GMT | 5 |
I have a program that was written in VB6 on a Win2K machine. I created an install package using the P&D wizard. I've installed the program on a WinXP machine (no errors). When I run the program, I'm getting a H80004002 "No Such Interface Supported" error.
|