JuKiM's Q&A profile
Visual Studio Express Editions Building a Dropdown list with SQL statement
How do I build my own dropdown list by hand Dim connectionString = "Data Source=localhost;Initial Catalog=TESIS;User ID=sa;Password=mypass" Dim queryString As String = "INSERT INTO [FR-DEVICE-TABLE] (DE_DATE_COUNTY_FIRST_USED, DE_associated_vender)VALUES(@p1,@p2)" ''DROP DOWN LIST CONFIG command.Connection.Open() command.ExecuteNonQuery() command.Connection.Close() Yes it does, thank you. Now how do I set the DE_MANUFACTUREER As what is passed as the Value and DE_DEVICE_NAME as what is shown I have DE_DEVICE_NAME as what is shown but cant get the proper id to pass thank you ...Show All
.NET Development Linking an application to Windows DLLs
Hi, I am new to .NET, I have developed my first application; it references the Windows Media Player dll.(C:\WINNT\system32\wmp.dll) When building the application, an intermediary dll is produced. (Interop.WMPLib.dll). The consequence is that at run time, the application needs to have access to this newly created dll, therefore it needs to be shipped along with this dll. I expected the application to directly reference the windows DLL (C:\WINNT\system32\wmp.dll). This defeats the purpose of DLLs if each application needs to be shipped with its own custom DLLs. Is this the way the .NET framework functions or is there a way of avoiding this intermediary DLL Thank you for your answers, Ben ...Show All
Visual Basic Question on message box
Hi, im doing a web based personal info form. it allows users to enter their names, email , weburl and other info. the progam will check if the user enter correct info. for example in a email textbox , the user will need to enter a @ sign for email to work. else a error message will pop up. but since there are many textboxs need to be check each would pop a message box telling the user where they did wrong, i want to know if there is any way after i click the submit button that all the error will appear in one message box. thank you please do not duplicate post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=779480&SiteID=1 The thing you failed to mention in the original post is that you are creat ...Show All
Community Chat Windows Code Named Vienna
Can Anyone tell me how compatible it is going to be with previous versions of Windows. I think you mean "successor". Windows Vista's predecessor would be Windows XP. I am not on the Windows team, but I can tell you it is VERY early in the planning stages for Vienna and any rumors you here are probably just that. It's probably not even worth speculation at this time. Just enjoy Windows Vista. ...Show All
Visual Studio Tools for Office How to 'translate' a Dataset into a Table in MS Word
Does anyone have a code snippet or some example on how to create a table in MS Word that has the contents and schema of a dataset Thanks FWIW, here's an article that describes how to efficiently create a Word table, with sample code in C# (as well as VB). Since there is no way to take data directly from a dataset into a Word table, you'd have to either process record-by-record, or (more efficient) put the data into a character-delimited string that you can dump into the document, turn into a table, then format. http:/ / msdn.microsoft.com/ library/ en-us/ odc_ wd2003_ ta/ html/ OfficeWordAutomatingTablesData.asp ...Show All
SQL Server Report with YTD and LYTD Sales Totals
Hi, I'm new with RS and am trying to create a report with Year to Date and Last Year To Date totals by customer. There's one table and it has the following fields: Customer Amount RecDate ABC 200 1/1/05 BCD 100 1/4/05 CDE 300 2/1/06 etc... Thank you for your help. Regards, Terry ...Show All
SQL Server PLEASE HELP!!!! MDX-EXPERTS!!! LOCAL CUBE SECURITY
Hi, I read in the following article http://sqljunkies.com/WebLog/mosha/search.aspx q=local+cube&p=1 that the standard security model of SSAS 2005 is not applicable to a local cube. I have to deliver local cubes for users with different credentials. When the sales managers can see all the sales data of the Company, the Sales Representatives can only see all the sales data of his customers (even if the sales are generated from other Sales Reps). How can I create the local cube for my Sales Reps following these requirements I have a Sales Reps dimension, a Customer dimension and a Sales fact through which the relation between a customer and a Sales Reps exist. I hope you can advice me because I'm really stuck. FYI I'm new i ...Show All
SQL Server Change version of SQL 2000 on running system
Hi, is it possible to change the installed version on a server from SQL 2000 Standard Edition to SQL 2000 Developer Edition The server has been a production server and is now only used for testing by development, not from end users. Best regards, Stefoon ...Show All
Visual Studio Team System How to control policy evaluation?
I have a custom policy that forces users to provide comments on changesets (standard example). The problem is that if it fails and after that user provides a comment policy doesn't evaluate again and has to be forced to do it. How can I track it and evaluate this policy after each change of comment Marcin Thanks for your clue. I will track comment text changes it is the most reasonable solution for that problem. Marcin ...Show All
Smart Device Development Deploy CF 2.0 CAB using project
I have the same problem. I've created a CAB project in VS 2005. After I add the project output to my File System on Target Machine, I see that it added mscorlib.dll, mscorlib.tlb, System.Data.Common, and System.dll. I tried to let those files in the Application directory and move them to the Windows directory, but my application won't run after it is installed. The other odd thing was that it added mscorlib.dll and System.dll for both version 1.0.5000.0 and 2.0.0.0. I tried to run the app with both versions and just the 2.0.0.0 version of the files. It runs fine from the debugger, but then I see that Microsoft .NET CF 2.0, Miscrosoft .NET Compact Framework, Microsoft .NET CF 1.0 ENU-String, Microsoft .NET CF 2.0 ENU-String and Microsoft ...Show All
Visual Studio VS2005 SP1
hi to all, I've installed on my desk VS2005 Pro and the SP1 Beta. now that SP1 was finally release, i tried to install but it tell me that my VS2005 version isn't right to apply SP1. I think it's depend from SP1 beta installed, so tried to remove but SP1 beta uninstall required VS2005 DVD and I have not the DVD because I installed it from the ISO downloaded from MSDN. is there any way to uninstall SP1 beta wthout the DVD or is there any way to install SP1 over the SP1 beta thanks You can uninstall the VS2005 SP1 Beta in the Add/Remove programs utility in XP. Just make sure you've checked the "Show Updates" box. By uninstalling that and the Web Applications Project, the installation worked fine. ...Show All
Smart Device Development Embedded Visual C++ using Visual Studio 2005 running on VISTA RC1: Linker errors
I'm using Visual Studio 2005 running on VISTA RC1 to create a simple Smart Device application. *using Embedded Visual C++(Windows CE and Platform Builder are both installed) *to access the RIL(Radio Interface Layer) of WinCE. The target device is a PPC phone (HTC with an OMAP ARM processor). I have an eVC++ source program, the RIL.h and RilClass.h headers, and Ril.lib(to import the ril functions from the ril.dll) When I 'build solution' I'm getting a ton of unresolved external symbols. I suspect that I have not sucessfully included the ril.lib into the build process, and that that is causing the unresolved externs: 'error LNK2019' and 'error LNK2001'. How do I specify that the .lib is to be used when linking my eVc++ pr ...Show All
Visual Basic Getting the About Box User Control linked to a Menu Strip
I have been creating an 'about boxes' & i don't know how to attach the about box link to a menu strip. Could you help me out with a portion of code please thanx. Just say you have a menu strip called 'Help' and in the dropdown menu you have a tab 'About'. Double click the 'about' tab and type AboutBox1.ShowDialog() ...Show All
Visual Studio Tools for Office infopath 2003 toolkit for visual studio 2005?
Hi, Can u please send me the path for downloading infopath 2003 toolkit for visual studio 2005 i searched in many places every where they i got it visual studio .net 2003 but i want that toolkit for VS 2005 Thanks & Regards The correct version of the Microsoft Office InfoPath 2003 Toolkit for Visual Studio 2005 is now posted on ProductsWeb as the VS 2005 edition “ Tools for Office – InfoPath ”: http://productsweb/product.aspx productnameid=1658&status=3&platformid=-999&category=1 Hope this helps! Mei ------------------------------------------------------------------------------------------------------------------------------------------------ This posting i ...Show All
Visual Studio Express Editions how to convert textfile to mdb
Hi, How to convert delimiter based text file to mdb. Actually I need create table structure and mdb also runtime. If any has coding like that pls send to me ASAP by thiyagu Hi, In the issue of creating an mdb file and datastructure, my approach here is to hide a blank database mdb. This would just serve as a template if i want to create a new database. I would just copy this template to whatever location I want to create a new mdb. After that, I'll connect to it through a connection object and just Issue create commands to create my tables, etc... CREATE TABLE <tablename> cheers, Paul June A. Domag ...Show All
