jagadishk_msft's Q&A profile
Visual Studio 2008 (Pre-release) Alternating color for subsequent rows in GridView
Avalon doesn't support alternating color for subsequent rows as GridView in .NET Framework, is it true If anybody know how to customize style or template or somethings else please raise your ideals, thank so much. Cheer, Dat Dang There are some solutions in ATC Avalon team's blog. http://blogs.msdn.com/atc_avalon_team/default.aspx ...Show All
Visual Studio Express Editions atlbase.h
While trying to convert com projects from VC6.0, I get: LINK : fatal error LNK1104: cannot open file 'atlthunk.lib' This is from atlbase.h . There is no way I can just comment out the #include for that, as some lucky programmer here said he did. It causes many projects to err out. Is there any way to get around this linkage error something like "#pragma error disable: 1104)" (wild stab in the dark here) Note that atlthunk.lib ...Show All
Visual Studio 2008 (Pre-release) LINQ CTP (May 2006) is here!
We have the new CTP for you on the LINQ home page . There is one combined MSI for VB and C# developers that contains plenty of goodies: lots of features that you had requested and we had planned in VB, C#, System.Query, DLinq and XLinq. New component - LINQ over DataSet. New samples, visualizers. I will leave it to you to explore the details and give us feedback. Thanks for your interest and excitement since last PDC. This is what keeps ...Show All
Visual Studio 2008 (Pre-release) ANN: View a fully functional Clock demo using WinFX on the Internet
The XAML for the following demo was authored in the Mobiform XAML Designer Aurora Beta 7.3, which supports the November CTP. The demo is a clock that keeps real time, based on your internal computer clock. http://www.mobiform.com/demos/avalonclock/webavalonclock.xbap Aurora is available as an embeddable component for XAML authoring in your application. Mobiform is also available to help with your WinFX development, contact us for more detail ...Show All
SQL Server Applying ASP.NET 2.0 to custom pages
Ok I already have a database layed out with several tables and relationships set up, and i went ahead and built a bunch of pages that I was planning on using. While i was doing this I ran into 2 problems, the first was i wrote some SQL statements to insert data from input boxes into some tables i have in my database, i used a catch exception statement as well as a if/else statement to handle the transfer to diffirent pages like a signup ...Show All
Windows Forms Text Alignment in a rich textbox
Hey, How do you Aline Text to the left or right, or center it with a RichTextBox control I tryed this: RichTextBoxPrintCtrl1.Text.somthing the somthing is nothing, I could not find a option for .Text that would Aline it... Thanks :) Hello, You should select the text you want to align with richTextBox.Select or richTextBox.SelectAll, and after the text is selected, use richTextBox.SelectionAlignment. ...Show All
.NET Development arrays of Datasets??
Easy guys, I’m just a beginner, used to be a programmer long time ago but now I forgot everything ( I’m a pro Poker player now), anyways; I am converting a program I wrote decades ago in Vb6. I need to now how I can make an array of datasets, if that is what I need to convert the equivalent of; for I=2 to 80 ...Show All
Visual Studio 2008 (Pre-release) Modal "something" in browser app
(I know this is a bit off topic…) I want to make my own modal dialog using a CustomControl or Popup with buttons. But how can I stop program execution and wait for a button to be pressed I mean something like this: public class MyOwnDialog: CustomControl { public static DialogResult OpenDialog(string question) { //Add control to window, and hook op buttons. //But how do I wait for button clicks } } Usage: private void OnDeleteCu ...Show All
Windows Live Developer Forums How to get the IAccessible of the child of the DirectUEHWND in the IMWindowClass
Reccently I am doing a test which could get the IAccessible of the child inside the DirectUIHWND.And i used the Inspect tool and could see the childCount of the DirectUIHWND,but i cannot get it using my own programme.my code as follows: CWnd *pMsnWin = FindWindow("IMWindowClass",NULL); HWND hWnd; CWnd *pConWin; HWND hConWnd; if (pMsnWin != NULL) { MessageBox("find the msn dlg window","IMWindowClass"); hW ...Show All
Visual Studio Package "Visual Studio Common IDE Package" failed to load
I just installed the VS 2005 Beta 2, including the MSDN documentation. I can look at topics via the Index and Contents just fine; however, when I tried to click on the Search icon on the toolbar, I get a message that reads... Package "Visual Studio Common IDE Package" failed to load ...and then nothing happens. The same thing happens if I click on the How Do I icon. Also, if I click on the little arrow next to the How Do I icon ...Show All
Visual Studio Express Editions Installation of VB
After downloading end extracting Visual Basic 2005 Express Edition Beta2, I run setup.exe. Everytime it finishes with an error: "A problem has been encountered while loading setup components. Canceling setup." Where can I find more information what is really missing I extracted files from VB.img file using ISOBuster. It created a new folder VBD1. Then I tried to install SETUP.EXE from this folder. I di ...Show All
Software Development for Windows Vista Relation between IfActivity and .Rules file
i have .rules file with different rulesets and different rules in each ruleset. Is there a way to assign a rule in a ruleset to an IfActivity [either in design or in code] If you’re talking about the IfElseActivity that we ship out-of-the-box, the IfElseActivity has a Condition property. From the property browser, select the “Declaritive Rule Condition” from the dropdown. Then expand the property and click th ...Show All
Smart Device Development Mobile 2003 Network Print Job Notification
From a Windows Mobile 2003 client I am printing on a shared Generic-Text only printer on a Windows 2003 Server. To print I create a text file in the shared queue using the network functions ::WNetAddConnection3 ::CreateFile ::WriteFile and after the ::CloseHandle call the print job is submitted and I receive a 'Print job Notification' Anyone knows how disable or suppress that message I already disabled all notifications on the s ...Show All
Software Development for Windows Vista Infopath and WWF
Hi, I was wondering if/how WWF can be used to manage the state of Infopath forms so that certain elements of the form can be hidden/shown depending on the state. From the tutorials that I've looked at, most of them use a Windows form to input the data rather than an Infopath form. I appreciate the help. You actually dont need the InfoPath Visual Studio Toolkit for the kind of scenario you have mentioned. You cou ...Show All
Visual Basic Visual Studio Is Busy?
Pentium IV - Northwood 3.5 Ghz - I Gb of Ram. XP SP2 .. all current patches applied. VS2005 RTM Team Suite On occasion while debugging the IDE becomes nonresponsive and I receive a Bubble message informing me that "Visual Studio is busy waiting for an internal operation to complete - If you receive this message often, please inform Micorosoft" After I receive this message the IDE never recovers. All I can do is to de ...Show All
