Alex Franke's Q&A profile
Visual Basic imagelist icon to be blank
How do you create an icon that is actually blank so that I can reference it in my imagelist and when I use it, it is blank next to the node text Or does someone have one that I can use I tried to take an Icon and remove the color/lines ect... and saved it and it was displayed with weird shades. Any ideas or suggestions Thanks Theresa You might find the following link helpful; it describes how to create Icon files for your windows app using Visual Studio . Yun ...Show All
Visual Studio Team System Is there a tool to create the Methodology template ?
I wanna create my own template of a projects or modify others temaplates , is there a tool to do that easily Confirmed - there is no tool to do this yet. Clearly it would be a valuable addition to the set of tools we make available to the community. I don't think we've got anyone formally signed up to provide such a tool yet, but we're definitely investigating options. ...Show All
Visual C# Help - (More advanced) OleDBProblem - Please answer
I have to write a little Client/Server App. where the Client uses a MSDE to check out Data when he gets out of the House. When he reconnects to the System the Client haves to Sync the whole Data (including Authorisationinformations - new Users etc) So right now I've made 2 System.Data.OleDb.OleDbConnection's, connect to one SQLServer, Read the contents of a table/view via the DataReader line by line and fire a insert-Command foreach line! is there a possibility in c# to link this two Connections to be able to execute TSQL like INSERT INTO server.tableA SELECT FROM client.tableB thanks, Dave No there ...Show All
Visual Basic computers without .NET Framework
I'm working on a small project (and I'm a vb student) for our village. I have a CD with a web site on it, basically consists of a photo gallery - photos from our harvest fest. Giving CD's out as thank you's to those who contributed. I have it set up to autorun the cd, starts up with a vb.net windows form, which has 3 picture boxes set up with click events. One closes the app, one opens Windows Explorer to the images directory, and one is supposed to open the htm file on the CD (works perfect on my computer with .NET installed). The issue is getting it to work on computers without .NET, or alternatively, setting ...Show All
Software Development for Windows Vista Console Workflows Hangs
After the past several months of installing and removing monthly software CTPs of Visual Studio, ORCAS, SQL 2005, and WF I can no longer run a Console Hosted Workflow on one of my machines. The process never comes back (nor does it time out) when executing the following statement: WorkflowInstance instance = workflowRuntime.CreateWorkflow( typeof (WorkflowConsoleApplication11. Workflow1 )); Sample applications as well as new console applications behave this way; however, applications hosted in a local service seem to behave okay. I had the same beahvior on another computer and ended up burning it to the ground to fix the problem. I've ...Show All
Visual C# Opening a tabControl
Hi, all. I have created a tabControl, with 3 tab pages. I have created another 3 buttons, each representing the selection to open the 3 tab pages accordingly. So, how should I set the contents of the event handler for the 3 buttons Thanks for any suggestions! Hi. I cant really understand what you're aiming at. If I have understood you correctly...you want whenever button1, for example, is pressed to show tabPage1...button2 to show tabPage2 and so on...or maybe I am wrong! woof ...Show All
SQL Server Usage of Raw File in SSIS
What is raw file in SSIS, could you tell me samples for usage of raw file Have you looked at BOL http://msdn2.microsoft.com/en-us/library/ms140169.aspx http://msdn2.microsoft.com/en-us/library/ms141661.aspx Did you google it http://www.google.co.uk/search hl=en&q=ssis+raw+files&meta = More here: http://blogs.conchango.com/jamiethomson/archive/2005/12/04/2458.aspx http://blogs.conchango.com/jamiethomson/archive/2006/05/22/3974.aspx http://blogs.conchango.com/jamiethomson/archive/2006/02/17/2877.aspx http://blogs.conchango.com/jamiethomson/archive/2006/02/20/2905.aspx ...Show All
.NET Development Inserting a New Record with FormView in ASP.NET 2.0
In the insert mode of form view, the primary key is hidden from the user. In the underlying access database, the primary key is autonumber. Clicking the autogenerated insert button causes the error: "You tried to assign the Null value to a variable that is not a Variant data type." Do you have to programmatically set the unique ID key, and if so how would you do that in Visual Web Developer The form view is linked to an access datasource with appropriate autogenerated insert clause. INSERT INTO [xcrlog] ([rowID], [Date], [Distance], [Rowed By]) VALUES ( , , , ) Thanx, Jim Hey this worked great, thanks! ...Show All
SQL Server Unable to Install Sql Server Express Manager
Hope this forum has an answer. Having successfully downloaded and installed C# Express and Web Dev Express (to include .NET Framework 2.0 and SQL Express 2005, I tried to download the SS Express Manager CTP. I successfully downloaded and installed on my Windows 2000 SP4 machine the new MS Installer, as indicated on the web site and seemed to have no problems with that. The pre-requisites from the website were ("You must install the Microsoft .NET Framework 2.0 and Microsoft MSXML 6.0 Parser before you install SSMSE. Note The .NET Framework 2.0 and MSXML 6.0 Parser might be already installed if the computer is running SQL Server 2005 Express. ...Show All
Visual Studio Team System Error 28100 & ActiveDirectoryObjectNotFoundException
I'm receiving the following error on install of TFS Beta 3 Refresh. I'm doing a single-server install on a clean WS2003 Standard SP1 virtual machine. The network admins tell me the machine is in a Windows 2003 native domain. The domain has a two-way trust with an AD domain, but no AD resources (machines or accounts) are from the AD domain. How can I resolve this error Event Type: Error Event Source: TFS Services Event Category: None Event ID: 3000 Date: 11/14/2005 Time: 11:43:07 AM User: N/A Computer: SC-TFS2 Description: An unexpected condition has occurred in a Team Found ...Show All
SQL Server Problem with nested install of SQL 2005 Express...
I create Installer for my company, with using SQL 2005 Express and its files database. I used MS Build bootstrapper before to install MS SQL 2005 Express in my installer and it was installed before my product installed, and there is no problems... But now I need to install Express during setup, because it must be installed NOT everytime (if user choose, in bootstrapper it is impossible). I know that during execute sequence it is not possible: two installer are not lived simultaneously in memory and I move SQL 2005 Express installation to UISequence. But everytime error occured during install (list from sql ...Show All
Windows Forms Binding a combo box to a data set
Hi, I am trying to just list some columns in my dataset by binding it to a combo box in windows form application. I can easily do that in a web application. But really doesn't seem to work as a windows form application. Label1 and label3 lists the values in my dataset. But label2 displays it as a DataRowView object. Could any one p ...Show All
Visual C++ C++ Express... ERROR C2664
These are the errors i am getting when i build... error C2664: 'CreateWindowExW' : cannot convert parameter 2 from 'const char [5]' to 'LPCWSTR' error C2664: 'UnregisterClassW' : cannot convert parameter 1 from 'const char [5]' to 'LPCWSTR' error C2440: '=' : cannot convert from 'const char [5]' to 'LPCWSTR' Heres the code: #include "WinMain.h" int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) { WNDCLASSEX wcex; MSG msg; wcex.cbSize = sizeof (WNDCLASSEX); wcex.style = CS_CLASSDC; wcex.lpfnWndProc = WndProc; wcex.cbClsExtra = 0; w ...Show All
Visual Studio Express Editions Error in Vc++ 2005 Express
When i Compile my application, I receive this result This is a old project that i covert in VC++ 2005 ********************************************************************** ASPSimpleobjhand.cpp ASPSimpleStore.cpp Generating Code... Compiling resources... Compiling manifest to resources... Linking... .\ASPSimple.def(3) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored Creating library .\Debug/ASPSimple.lib and object .\Debug/ASPSimple.exp ASPSimple.obj : error LNK2019: unresolved external symbol __imp__RegCloseKey@4 referenced in function _DllRegisterServer@0 ASPSimple.obj : error LNK2019 ...Show All
Windows Forms Setting WebBrowser DocumentText fails silently sometimes.
Hi all, I'm currently trying to modify a xhtml document that is being displayed by the new WebBrowser control in .Net 2.0. Loading the page using the Navigate method works fine, but if I read the document text, modify it inside a XmlDocument and then set the DocumentText from the XmlDocuemt OuterText, it is a roll of the dice as to whether it will be set. This brings up two issues: 1. The assignment doesn’t seem to stick :-) 2. There is no indication that the assignment has failed. I can't seem to find an InvalidHtml event, and no exception is being thrown. Any help would be greatly appreciated. The failing code sample is display ...Show All
