KevinInIndy's Q&A profile
Visual FoxPro Rich text box
Hi how do I make a rich text box in vf ...Show All
Visual Studio Addin Menu Clicks firirng too many events
I have 3 menus with events and I am getting really weird results on menu events. All menu events are firing on any single menu click. Here is the relevant code. Public Class Connect Implements IDTExtensibility2 Public Shared oVS As DTE2 Dim _addInInstance As AddIn Private cmdbar As Microsoft.VisualStudio.CommandBars.CommandBar ...Show All
SQL Server Direct access to MSDE tables without providers
Hi, How can get direct access to MSDE tables without providers Thank's Alexei You need a data access provider for accessing the database. HTH, Jens Suessmeyer. ...Show All
Microsoft ISV Community Center Forums Form Show Problem
Hi for all I have the following problem !! I have Form1,Form2 and Form3 I want to show Form3 from Form2 in a manner that allowing me to : Enable to Access Form1 But Restrict Access to Form2 So, Please any help If any one have VB.NET 2.0 Code sample please providing me with it Thanks to all Mahmoud Our support engineer provided a sample application for you. Please contact me at budsup@microsoft.com so that I can e ...Show All
Windows Forms unable to import a vb6 dll component into my c# project
my vb6 project can use the dll, dont know which language it was written. now trying to add into my c# project as reference, the err msg said that it was an invalid dll or compoment. can any one advise on this Regards, YX ...Show All
Software Development for Windows Vista WIMGAPI.DLL
I've downloaded the recently released Vista_AikImg_DVD.iso. The WIMGAPI.dll makes reference to resource files (wimgapi.h, wimgapi.lib) which do not appear to be in the AIK anywhere. Would these be found in the updated SDK Is anyone else intending to work with the WIMGAPI DLL to manage their WIM files Thanks, Anthony After some internal poking around, the header and lib should be available at http:// ...Show All
SQL Server missing notifications
Hello, We are building a simple distributed application around the service broker where each queue is serviced from a windows service. We have a windows service running constantly as a "listener" on an event queue for each of what we call "request" queues. When a message is received by the request, the listener service instantiates a reader to process the request. As we are in development, things get out of sync at tim ...Show All
Visual Basic WSE, Datasets, help needed asap!
Ok here is my problem, I've been working with the WSE Quickstart examples, I was able to write my own code to do what I need.. however I need a dataset to be returned.. I've tried a couple methods here and can't figure it out, can someone help me with whats wrong 1. Obtained dataset from SQL server, converted dataset into xml, returned the class object which contained a 'xmlstring' and 'checksum'. This resulted in a 'Server unavailable' 2. Retu ...Show All
Visual Basic Frustrated at data source updates...
I have been programming in VB6 and MS Access for about 3 years now and decided to move to VB2005. The walkthroughs are a great help especially with regards to data access. However, I found out that my changes are lost when I send my updates to the data source. Has anyone experienced this I even tried the MyMovieCollection Startup kit and it also doesn't update the DVDs table. Hello Rick, If you post the code ...Show All
Visual Basic Listbox update problem - easy one, i guess
This should be an easy problem, i bet there is someone who can help me. I'm a begginer, so thanks in advance! I'm working in VB 2005 Express. The problem is: in one form there is a listbox with a MS Access database source, and in the other form si a datagridview throug which users change that particular data. Datagridview control works and updates perfectly, but how can I update (or refresh ) listbox in the first form after the changes have b ...Show All
Software Development for Windows Vista Update WPF UI
I try to update my UI made in WPF by call an External method from my workflow. But I get an exception that says That I can’t change the button visibility because the calling thread cannot access this object because a different thread owns it. Can anyone point me in the right direction here because I am not used to the Thread thing. /Godzilla Here are a couple of threads from the Windows Presentation ...Show All
Visual C++ Overriding System::Generics::Collections::IEnumerable
I've been banging my head all day trying to figure out how to return an enumerator using generics. I would greatly appreciate if anyone can help save my last few remaining brain cells I have 2 C++ managed classes, Parent and Child. Parent is derived from System::Generics::Collections::IEnumerable and has a member that is a Dictionary of type Child (ie. Dictionary<String^, Child^>^). I want to return an enumerator to this Dictionary whe ...Show All
Visual C# i have error :(
hi, can anybody help me when i want to save the record in access database and i cannot save it this is error http://www.geocities.com/qtruni/eee.JPG and this the code for save button +++++++++++++++++++++++++++++++++++++++++++++++++++ private void Savebutton_Click(object sender, System.EventArgs e) { if (sidTextBox.Text != "" && fnameTextBox.Text != "" && lnameTextBox.Text != "&q ...Show All
Smart Device Development Info: Mobile Application Development eHow-tos and Tutorials
Learn more about application development for Windows Mobile 5.0 and Windows CE 5.0 by watching eHow-tos: Multimedia Documentation , designed by the Microsoft Mobile and Embedded Devices User Assistance (MEDUA) team — the same team you count on for conceptual and procedural documentation topics, API reference material, code samples, and technical articles. The MEDUA team has taken their video camera into the offices of top developers, product m ...Show All
Windows Live Developer Forums Results Not All There
I just got this all setup and it is working but not right. Below are the test results I'm getting of the properties in parentheses. 1 Responses (searchresponse.getlength(0)) 23 Results Found (sourceresponse.total) 2 Actual Results Found (sourceresponse.results.getlength(0)) So it says there are more results found than are in the results array Could this have anything to do with just signing up or testing on localhost If I do the same searc ...Show All
