WillHelm's Q&A profile
Smart Device Development Activesync service provider in C#
Hi, I must create an activesync service provider in C# How Can I make it Where can i find documentation or example I use VS2005 professional. Chech the RAPI and the especialy the communication library . ...Show All
SQL Server Connect to SQLExpress via Internet with Windows Authentication?
I posted this message on Google but never received an answer so I thought I would try here. Is it possible to connect to SQLExpress over the Internet (TCP/IP) using Windows Authentication I can connect using SQL Authentication but the client would rather use Windows Authentication to avoid manageing another set of user names and passwords. I have tried connecting with a workstation using cached credentials but I just receive an error &quo ...Show All
SQL Server DB mail fails with permission error
Hi: I am trying to send mail using DB Mail. I made sure that there is a mail box setup for the service account and the service broker is enabled in the msdb database. Also I made the service account a user in the msdb and added him to the mail role as specified in BOL. However I consistently end up with the following error message when I try to send the mail. Log ID 19 Process ID 5672 Mail Item ID 6 Last Modified 4/26/2006 11:05:00 AM ...Show All
.NET Development FileSystemWatcher Service doesnot detect changes when folder containing the file is deleted.
I am using the FileSystemWatcher Service to monitor xml files within sub folders in a root folder. The problem that I am having is that when I delete the folder within the root folder which contains the xml file, the delete event does not seem to be fired. It works fine when I delete the xml file itself. here is the code. Please let me know what I am doing wrong. watchfolder.Path=WEBDest; watchfolder.IncludeSubdirectories = true ; wat ...Show All
Visual Basic Selecting the Row under the mouse cursor automatically
I have a datagridview with a context menu. Options in the context menu use details from the currently selected row in the datagrid. I want to be able to have the currently selected row in the datagrid change, each time the right mouse button is clicked. Ie, if the user right clicks anywhere in the grid to get the context menu, then the selected row is change immediately to the row underneath the cursor. Sort of like the following scenar ...Show All
.NET Development Environment.UserDomainName reports machine name instead of domain name
How can I get a hold of the local machine I need the domain name and machine name. If it's any help, I'm getting the same behavior: I'm logged into MYDOMAIN\UserName, but UserDomainName is returning MYMACHINE\UserName. The System.Security.Principal call works correctly. Looks like a bug in the framework. g. ...Show All
SQL Server Formatting text within cell
I have multiple words within a single tablecell and need to be able to make one of them bold, not the entired contents of the tablecell, just one word within it. I can't find a way to do it. Can anyone help me out Thanks. As far as I am aware you can't differentially format text in a cell. Andrew Watt MVP - InfoPath wrote in message news:5fe80da2-bdd1-4e54-987d-31f576f8913c@discussions.microsoft.c ...Show All
Smart Device Development Does microsoft engineers partake in these forums?
You would think this being a microsoft hosted forum, they would...but it looks like asking questions or trying to talk thru issues on these forums is not likely to be of much help... Hi, Microsoft Engineers have been participating a lot on these forums and answering and providing the information when necessary directly from specific teams within Microsoft. Regards, Vikram ...Show All
Visual Basic Visual Basic 2005 express edition beta
after i download and installed Visual Basic 2005 express edition beta, i couldnt able to create new project to test it out, Is it the way it supposed to be . i cant see anything in the dialog box... It was my fault, improper installation, i tried to uninstall and install back, i can see the entire project item. Sorry for the unnecessary question ...Show All
Visual Studio Team System ASP.NET - Unit test question
We are developing some ASP.NET web controls and need to test this development effort. I am beginning to write unit tests using Team Test so that I can test the controls with different flavors of datasets. One of the problems I have hit into is that the source code has logic and UI development tied together. Some of the functions expect a value for variables such as Page, Session and Control IDs. When I create regular unit tests these vari ...Show All
Visual Studio Tools for Office Password and CopyObject method to copy modules in AccessDB
Hi to all, I'm using modules and forms collections from Microsoft.office.interop.access.application object to copy modules and forms from a database to another. And it does not work, I think it's because of the password inside the database, to manage modules. Is someone knows the method in .net librairies in order to set the password I know there is one in access.application.OpenCurrentDatabase but it seems not be the right one. thanks f ...Show All
SQL Server DataRecordTypeToBufferType not declared
When I try to use the DataRecordTypeToBufferType and ConvertBufferDataTypeToFitManaged helper functions in my SIS script it tells me they are not defined. According to the doc they are in the Microsoft.SqlServer.Dts.Pipeline namespace, which I have included and the reference is there. It has been a few years since I have worked with visual studio so I am a little rusty, can anyone tell me what I might be missing Thanks! Harry Harry, These ...Show All
Visual C# Code for unmanaged primitive type and managed object storage
i want to pass by ref (which i did by adding the ref keyword) now i want to hold the reference to change the value later on. I've tried casting to an object but this doesnt work :-/ also tried a pointer member variable in my class but compiler complains about it. how am i supposed to do this in c# Here's a few examples. A lot of code but all this really clarifies some issues. Just run the tests and you'll s ...Show All
SQL Server Running a SSIS package remotely on the SQL Server
We have a package (which uses SQL Server Destination Task) imported in the SQL Server. Is it possible to invoke this SSIS package from a remote App Server through C# .NET. We would like to execute the SSIS package in the SQL Server itself and pass on the results of execution to the calling C#.NET application via the output variables declared in the SSIS package. Thanks, Loonysan You can do this with relat ...Show All
Visual C++ C# or C++;
Though in our university we study C#(recently),I make my programs in C++.Is there any danger my programs will not run in C# and run in C++ When my program is ready I change the *.cpp extension to *.c extension.Until now I am not concerned with GUI,fonts e.t.c.Only Win32 Console projects with header files included sometimes in these projects. I think you've mixed up some things a bit. You ask about C# and C++ but then you say you change the ...Show All
