Seth Webster's Q&A profile
Visual Basic REALLY Weird "Threading Problem" - Hard to explain
Hello all. I''m currently in the [process of making an audio player application that will read out MP3 tag information using the Speech library (the MS Text-To-Speech thing - like the one in control panel.) Well, I had built the application using the VB .NET 2005 Betas, and it worked fine throughout - no problems. I downloaded the final version of both the framework and VB IDE itself. I compiled & ran, and got some strange error that ...Show All
SQL Server Concatenating column values for each uniqueid
I have a table like this. OrderId QueueId Template Subject RecdDtim SentDtim 1 1 TEM1 Sub1 11/3/2005 8: 10:10 11/3/2005 9: 00:15 1 2 TEM3 Sub2 11/3/2005 10:25:45 11/3/2005 10:40:35 2 3 TEM1 Sub2 11/3/2005 11:45:35 11/3/2005 12: 00:00 1 4 TEM2 Sub3 11/4/2005 10:25:00 11/4/2005 10/30:00 2 5 TEM3 Sub3 11/4 ...Show All
SQL Server Domain Trust - login failed: not a trusted sql connection
(Cross post from newsgroup) Attempting to implement Windows authentication between trusted domains. . . I have a domain trust set up between two domains connected via persistent vpn: REMOTE and HQ sqlserv is: HQ\SQLSERV (SQL 2000 server) client machine is: REMOTE\MACHINE1 (SQL 2005 tools) I sucessfully added user REMOTE\User1 to system admins on HQ\SQLSERV I can login via Remote Desktop from REMOTE\MACHINE1 to HQ\SQLSERV and open SQL2000 Qu ...Show All
Visual Studio External images
I've seen several posts about the embedded images not displaying due to a bug that was fixed in a subsequent CTP. Does the same problem apply to external images For example, adding an image control to a report & setting the Value property to file:///c:\logo.gif will show the image in the designer but a red x appears when the application is started & teh report is rendered. I FOUND THE SOLUTION! My&nbs ...Show All
SQL Server Recordset Destination
Every time I try to us a recordset destination for error output, I have problems with setting the "VariableName" field. Is this a known issue Or am I just doing something wrong Thanks Jim Thanks Allan. Pretty simple and I figured it was something like this. I didn't realize I needed a "variable" to hold onto my recordset. Jim ...Show All
Visual Studio Team System Check-in policy results in high use of shelving
Check-in policies are a great idea. The result is that we need to find an alternative method for backup up developer's work, since they will no longer be able to check-in periodically throughout a day. Shelving appears to be the best option. However, shelving requires creating a shelveset name, and results in multiple versions of files if done daily or even more frequently. Shelved projects can be deleted and a naming convention developed, but ...Show All
Windows Forms ClickOnce with VB Express
Is it absolutely necessary to use ClickOnce when deploying a VB Express program In my particular situation it is really not necessary. Assuming a target machine has the .NET 2.0 framework installed, can one just copy the .exe file from the project's \bin folder to the target computer and expect it to run successfully When to use MSI instead of ClickOnce Does the application install any COM components &nb ...Show All
SQL Server Week Ending Calculation
Is there an easy way to calculate the end of the week. In my database I have orders and the user wants to see the orders for each week. So it would have to be something like "Week Ending 03/12'. The problem is they want to end the week on Sunday and not Saturday as SQL likes to. So when the weekday function is used it automatically changes the week ending and the day is off. I tried using the Datefirst function but still the week ending is ...Show All
Microsoft ISV Community Center Forums VBA and VB
Hello I am not not whether VBA can be used to build stand-alone programs, or the programs built using VBA have to be attached to Office product Thx Yuelin You can not write a standalone app without having the related developed Office application. You can create a Add-In or depending on which app, a xla, dot, etc. but you cant do anything without having the Office application unless you just wan ...Show All
Visual FoxPro Hijr calender
Hello Profissionals, This is really URGENT and I need your replay as soon as possible... I am using MS Foxpro 7.0 I am using a datepicker objec in a form and it should work for Hijri and Georganian Date according to user defined settings. When using hijri date the controll it self still shows Georganian values but the selected date apprears in hijri... e.g. the avaliable date range when you click on the datepicker is 1-31 but it should ...Show All
Visual C++ Efficient initialization of stringstream
Does anyone know of a way can accomplish the following without memory copies I am dealing with character arrays that can easily exceed 1MB. std::stringstream* GetStringStream( const char * input, size_t length ) { return new std::stringstream( input ); } Note that a temporary string object converts const char* to std::string, and this is where the copy occurs. Although my version doesn't use it, I do know ...Show All
Visual C++ cannot convert parameter 1 from 'wchar_t' to 'const void
Hello Everyone, I have a code which was written in WIN 32 and I upgraded it to .NET everything went fine, except this passing of parameters .. the function looks something like this... sha_hash( const void * data_ptr, /* data to be hashed */ int data_length, void * buffer_ptr, /* hash buffer ( 20 bytes ) */ int buffer_length = SHA_HASH_LENGTH, void * prefix_ptr = NULL, /* for hmac */ int prefix_leng ...Show All
Visual Studio Express Editions MSDN Express Edition
I am hearing about the MSDN Express Edition 2005 all over in the VSEE2005 site as well as in parts of this forum. Is this feature only available for online usage or can it be downloaded locally for offline usage I am a newbie so dont laugh over my question and plz answer. Dear swarnabha, You can download any of the express editions from here: http://msdn.microsoft.com/vstudio/express/default.aspx ...Show All
.NET Development Question on Ngen
Hi all, In the setup project for my application, I put in a custom action to Ngen some assemblies of my app. Besides, my app has the feature which allows users to perform online update. What that means is my app will connect to a pre-configured url, check for newer version and if there is one, download new assemblies from the server to replace the old ones. But because the old assemblies have been NGEN'ed at installation, what wil ...Show All
Smart Device Development MDE: Can't run Device Emulator Manager
I'm trying to run the Device Emulator Manager on my Win2K desktop. It terminates immediately without a message, whether I start it from the Start Menu, from Windows Explorer or from the cmd line. The emulator itself starts up and runs fine. I'd like to set up an ActiveSync connection to this. As I understand it, I need to get the Device Emulator Manager running to do this. Hi George, That means that the breakpoi ...Show All
