ILV's Q&A profile
Windows Live Developer Forums Invasion of the Robots Contest for Windows Live Messenger
It's here... an unstoppable force sweeping the globe the Invasion of the Robots! Microsoft is challenging developers worldwide to create conversational robots, or BOTs, for MSNR Messenger and Windows Live Messenger. The most original, useful robots collect $40,000 in total prizes . See http://www.robotinvaders.com/main/default.aspx . Questions about the contest, building Messenger applications with a BOT or Activity, what you can, should ...Show All
SQL Server MDX calculation
Not sure if this can be done any help appreciated. first a little background info a "customer" can have multiple "bill types" I create two calculated members Calculated member1 - returns all the customers that have a bill type "A" Calculated member2 - returns all the customers for bill types except "A" I'd like to have a calculated member that returns all customers that have bill type &qu ...Show All
SQL Server Synchronizing Data Within SQLCE and SQL Server 2000
hi, Problem: Synchronize the data between sqlce in pocket pc emulator and sql server 2000 in desktop computer. Given: i have configured the IIS and while connecting the pocket pc IE to sql ce server agent..evreythings ok. called the synchronize method. ERROR: normally two error occurs: native error 29045 and native error 29006 connecting with sql server reconciler failed.. any bidy can tell me what is sql server recon ...Show All
Visual Studio Express Editions Toolstrip resize, must be somewhere...
Hi, Super novice here, been a VB Studio user for 5 hours now. I have a toolstrip background graphic that is a little deeper than the toolstrip default height, so the bottom of the graphic is prevented from showing. There must be a way to increase the height of the toolstrip, but I cannot see anything in the properties options. I can use a panel at the top of my interface instead, to hold control buttons, and can adjust its height freely, but th ...Show All
Visual Studio Creating Delegate Types from Interface Methods
Does the class designer offer any shortcuts for creating a delegate type based on an interface method Great! If i got your question right, microsoft gave us "Generics". I just love it. So, there is a generic event handler: EventHandler < EventArgs > eventHandler = new EventHandler < EventArgs >(DoSomething); I hope this helps you, Regards, ...Show All
Visual C# Installing SNMP Programmatically
We would like to install SNMP via an application such as C#. IS this possible HI If SNMP have a marge module then you can install it from any C# application deployment package. If it has a diffrent setup.exe then you can launch that exe file from your C# deployment project. If it has a Marge module : Then Right Click on the setup project Select Add and Then Marge Module (.asm) and then locate the Marge Modul ...Show All
Visual Studio 2008 (Pre-release) Need guidance for a STS implementation
Greetings, I am quite new to WCF, and i would like some advices about how to implement a STS. I need a STS which will issue SAML tokens based on user credentials (Username and password). I think it is pretty standard but if there is a STS SAML QuickStart in WSE3, there is none for WCF. I am still trying to figure out what is the closest sample available out there from which i could start. I don't want to use InfoCard as my services clients ...Show All
Visual C++ timer is not panctual
hi! i have a problem with timer because it is not panctual :S i have set interval to 10ms. that is the code in timer_tick ---------------------------------------------------------------------------------------------- private : System::Void CelotenCas_Tick(System::Object^ sender, System::EventArgs^ e) { this ->PreverjanjeZacetka->Stop(); &nb ...Show All
.NET Development Html paths without front slash in web applications
Hi, my web application should be called through a proxy server. The proxy server parses the html content automatically. Unfortunately ASP.Net generates some own html code with paths like: /WebResource.axd... If I call the application through the proxy server some paths are not correct for the browser. This front slash is the problem. Without it would be fine (images...). I tried eliminating that first front slash / ...Show All
SQL Server Query Question. On the right track, I think...
Hi. I have a large "view" I'm working with, between 250-280 fields [not sure exactly]. Within this view there are a few fields with similar information. For example, LocationID corresponds to the Address, City, and State, but those three are seperate fields. I also have a field with the most recent date and time that the address was used. There can be multiple records for any address if the address was used more than once in any ...Show All
Windows Forms Stop DataGridView from re-drawing itself?
Hey everyone. I know this is probably a stupid question but it's been bugging me for several days now and I could really use some help. OK. I have a DataGridView on a windows form listing student names, majors, etc. If the user double-clicks on that datagrid, a separate form opens up with the fields for the user to be able to edit that record. Here is the code I use to fill the datagridview (on the main form): Public Sub GetStudentList( ...Show All
Smart Device Development Problem debugging simple application
I'm having no luck getting my application to run on a Windows Mobile 5.0 device, so I thought I would try to create a simple project and test it out to narrow the error. Using the "New project" wizard, I select "Visual C++ | Smart Device | Win32 Smart Device Project". I then remove the "Pocket PC 2003" SDK and add "Windows Mobile 5.0 Pocket PC SDK". Finally, I select "Windows application" as t ...Show All
Visual Studio Team System Error 29109
Hi, I'm trying to install Microsoft Visual Studio 2005 Team Foundation Server and I've gone through the checklist but when I try to install the product I get the following message: Error 29109: Team Foundation Report Server Configuration: Report Server Configuration encountered an unknown problem. Verify that you have sufficient permissions to configure Report Server, and try again. Any ideas Thanks, Reza Shams ...Show All
Windows Forms Export Unbound DataGrid To CSV File\Excel with WINDOWS FORM
I've spent hours hunting around the internet to find out how to do this and i can't seem to do it. I've found endless posts on ASP.NET but im using WinForms/VB2005 I would prefer not to have to manuall configure each export process at the time as the DataGridView can be one of at least 4 different structures depending on the options the user selected to fill it. There must be a simple way of taking all records and layout and playing it in ...Show All
Visual Studio 2008 (Pre-release) Petzold & functional construction
Hi everyone, Petzold expresses some discomfort with object creation via code (vs XAML) in WPF over at his blog ( http://www.charlespetzold.com/blog/blog.xml , "XAML, Code, and TextBlock" and "XAML Rules (but Code Suffers)"). I was just reading the XML stuff the LINQ team is doing and am wondering whether what they call functional construction would solve that problem. They are in the business of constructing XML element trees. Typically this l ...Show All
