Mike1234's Q&A profile
Visual Basic Instantiating Presentation Object without Powerpoint Opening
How do I create a Presentation Object without opening Powerpoint I've the following code but it always opens powerpoint: Presentations.Open("c:\test.ppt", msoTrue) Thanks. ...Show All
Software Development for Windows Vista Sequence vs. CompositeActivity Guidance
Hello, Could anyone please provide some guidance as to when to create a custom activity that is based on Sequence and when to base it on CompositeActivity I see some of the same WWF activities are based on Sequence while other derive from CompositeActivity. I'm not clear on how to decide what to use in which situations. Thanks, Notre Notre, This is correct. A CompositeActivity wo ...Show All
Visual Studio Team System please help with web recorder
Hi! I'm trying to record webtest. 1. Create new web test 2. Window of recorder (IE) does not appears 3. Script is not recorded What solution can you suggest to resolve this problem Thanks for your reply! I'm wondering if the recorder has started but is hiding behind another window. Does a web test open in the IDE with a status bar across the top that says "Recording..." If so, does a link appear on the web test status ...Show All
Smart Device Development connection issue
Hi, i'm trying to access MSDE from smart device apps. but connection failed.Actually i tried this before few months. spent more than a week. but failed. so i just used SQL 2000. Now it's a time to change from SQL 2000 to MSDE. So again trying my best. but still I couldn't make the connection. if i test the connection from Server Explorer -> database connection, connection succeeded. but when i try to establish it via pgm(VB.NET), fai ...Show All
Visual C# Disable double click on control
hi, i recently remember to saw an option something like AllowDoubleClick and was a boolean, the thing is that i need a control to be disabled the double click option, becasue i want that the click event works on every click, so when u double click fast it makes the action twice, if u dont know what im talking about create a form with a panel. and a label.. then create the event on click for the panel, and change the text of the label on click of ...Show All
Windows Forms how to deploy the windows project with certain elements ?
Hi, Friends i have problem in deploying the project. i need a deployment which easily create and if i run it and system doesn't have framework ,sqlserver and crystal report than it will install these componenet. thanks Can you see crystal reports in "\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\ " Folder Thanks, Varun ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Installing latest DirectX SDK is not setting the C++ include or library paths
Hi, I recently installed the MSDN ver of .net2005 on my PC at work. I also have .net2003 still installed as we have not converted our existing code to compile yet in 2005. Anyways, I am learning directx so I have the SDK (dec 2005) installed on the .net2003 compiler. After installing .net2005 I uninstalled then reinstalled the directx SDK. It said it would reset my toolbars that was all. After installing i checked .net2003 and it was in ...Show All
Smart Device Development connection string error
[code] Dim rdaOleDBConnectString As String = "Data Source=WINWIN;Initial Catalog=HOME; " & _ "User Id=<username>;Password = <password>" [/code] Error Message = A required property is not specified. [ Property name = SubscriberConnectionString ] can anyone tell me what is the error by the way what is DATA source and Initial ...Show All
Visual Studio Express Editions localization
Hi to all, In the form's properties ,I changed Localizible->True And language->telugu when i changed the above two properties,visual studio will add the corresponding resource files.But resource file form1.te.resx is not added.why Please help me how to generate those resource files I have just finished the development of a free tool that I call ResEx , composite, translation friendly resource editor for .NET. It i ...Show All
.NET Development Inserting large amount of rows using ADO.NET
Hi , I have a requirement to read rows from Table A on Server A and insert into Table B on Server B. Unfortunatley, Server A and B are not linked , so i can't use a Insert SQL to do the inserts. I am thinking of reading rows from Table A and inserting into Table B using ADO.NET. My question is : 1) Is there a way in ADO.NET 1.1 to do bulk inserts The insert will be done by a stored procedure , but I don't want this Stored proc to be ca ...Show All
.NET Development Access Database and x64 OleDB Connect
Hi, i've written a programm wich access an .mdb Database with OLE-DB. Under Win x32 everything works fine Under x64 no Database is found. Is there no way to access an mdb Database from x64 There is no way to access a .mdb database from 64bit. It has been decided to not port the Microsoft Jet Database engine to 64Bit. Brad Rhodes This message is provided as is.... ...Show All
Visual C# C# Generics
Dear All, I have used C# 2.0 generics to build a class. the thing is that when i investigate the code using IlDasm, i could find the box with T parameters mentioned statements out there. but the main advantage is that boxing will not happen when using generics. can anyone justify this or suggest me whts wrong . regards, sundararajan.s Also, if you want to do mathematical addition, have a look at this code ...Show All
Visual Basic VB program needs on computers without VB/excel/office...
A somewhat beginner question: If I compile a vb program and move that to another computer and regsrv32 it, what else needs to go to get that program to run Thanks in adv! VB6 programs need the appropriate runtime files installed also.... vbrun60.exe http://www.microsoft.com/downloads/details.aspx FamilyID=7b9ba261-7a9c-43e7-9117-f673077ffb3c&DisplayLang=en ...Show All
Visual Studio Team System Web tests resulting in Internal Server error due to Invalid ViewState
I am seeing an odd problem when testing our web site. I have no problems navigating through our website manually from a web browser and experience no problems when creating a web test that navigates through our web site. But, when I run the web test I created, then I keep getting an "Internal Server Error" on the first server page transfer. When I look at our server logs it indicates that the problem is caused by an invalid ViewStat ...Show All
Smart Device Development CCommandbar with cmenu
I try to insert a menu to ccommandbar, then delete a submenu in it. Is there any example on ccommandbar with cmenu m_cmdbar = new CCommandBar(); m_cmdbar->Create( this ); m_cmdbar->InsertMenuBar(IDR_MENU1); HMENU hMenu = m_cmdbar->GetMenu(); CMenu* pMenu = CMenu::FromHandle(hMenu); CMenu* submenu = pMenu->GetSubMenu(0); BOOL i = submenu->DeleteMenu(ID_OPTION_NEW, MF_BYCOMMAND); m_cmdbar->DrawMenuBar( ...Show All
