Lucho1970's Q&A profile
Visual Basic Newbie, very confused on how to open a free table created in VFP 7.0
I'm using VS 2005. I've programmed in Foxpro since 2.0. I've read just about every manual and help screen I can get my hands on but still, I cannot get a table to open. What am I missing: Imports System.Data.OleDB Imports System.IO 'just to open the table, I'm using the Load method of a windows form Dim ConnectionString as String = "Provider=vfpOleDb.1; Data Source = [Network path]" Dim connection as OleDbConnec ...Show All
Smart Device Development How we can read the csv files in Compact Framework
Sir I have a problem i am trying from last 2 days ,how we can use CSV files in CompactFramework.I have a CSV file I want to read this file and store the contents in dataset.If anyone knows about this This is EXTREMELY helpfull for me. Thanks! First you will have to read the file line by line using System.IO.FileStream(). Then you will have to parse each line either using regular expressions or string.Split(). U ...Show All
Visual Studio Express Editions com and microcontroler
I’m a beginner with Visual Basic. My final faculty project (assembly hardware and software) consists of driving microcontroller from PC. I have choused visual basic 2005 express edition to make graphic interface ( supervising controlling and data acquisition ) Argument: I ‘m using serial COM port for connection between devices. I my see lateral (ascii) on Hyper terminal; I ha ...Show All
Windows Live Developer Forums Windows Live Messenger Service Development Kit
Hi, is the WLM SDK available For now i can still use the MSN Messenger SDK (if the help file worked), but i imagine there will be new features in WLM. If it is available, Where would be a download point Thanks, JD Do you mean the Activity API SDK If so, it's still available for download out on MSDN, and any Activity developed that works with Messenger 7.5 will also work with the new Windows Live Messenger. ...Show All
SQL Server An internal error occurred on the report server. See the error log for more details.
I have rs2005 installed. I created some reports through SQL Server Business Intelligence Development Studio. I can preview reports fine in the studio. But after deploying it, on //localhost/reports, when I click the report, it takes a while to calculate and then give me error: "An internal error occurred on the report server. See the error log for more details. " The weird thing is if I restart report service, it will display report ...Show All
Visual Studio Express Editions How do you add a variable as DefaultValue in Designer View
Hi folks....I'm back, After searching and trial and error, I've hit a brick wall. I want to add a Public Variable as the DefaultValue of a Column in a new DataRow. In the DataSet Designer Properties, how do you insert a variable name into the field for DefaultValue Is this possible or are you constrained to putting only a String in as DefaultValue Thanks much. hi, open your double click yo ...Show All
Visual Studio 2008 (Pre-release) Simple ListBox template change, big performance degradation
I have a ListBox in my application showing around 200 items where the items use their respective data templates. The performance was good enough. Because I needed to put some status information embeded in the ListBox, I modified the ListBox Template to include a TextBlock at the top. To my surprise, when I did that, the performance of the ListBox was greately reduced!! It's 10x slower or more on many aspects: when populatin ...Show All
Windows Forms Docking one form to another
New to VB.Net programming. I want to open Form2 from a button on Form1. Got this far. Form2 has no border, I want it to appear to be part of Form1, (like a frame in a web page, everything else on the page stays the same exc ...Show All
Visual Studio Team System Xml documentation file checkouts / TeamBuild
I don't know if this is a TFS problem but I give it a try... If a webproject has a project refenrece to a class library project where XML documentation is enabled the following (rather irritating) behaviour is observed: The xml file gets added to the webproject and/pr needs to be checked out. I found some threads stating that 'cloaking' the bin folder might help but it didn't solved the popup of several boxes Has anyone a permanent s ...Show All
Visual Studio Tools for Office Excel ListObject
I need to have a set of formulas that are bound to the values inside a ListObject. I bind the ListObject with a dataset and after it fills we would like to have the set of formulas outside the list compute for each row in the list. I am not having much luck with this. What is the trick They do not replicate Exactly what I'm trying to do as well! I did find one alternative though ...Show All
Software Development for Windows Vista New Beta: Windows® Workflow Foundation Beta 1.2 for Office "12" (Beta 1)
New Beta: WindowsR Workflow Foundation Beta 1.2 for Office "12" (Beta 1) Tonight we released Windows Workflow Foundation (WF) Beta 1.2 . This software is an update to the WF released at PDC. There are two downloads available. One consists of the platform components for Office 12 Beta users needed to run WF applications. The other download consists of solution templates, activities, the SDK and other tools for workflow developers ...Show All
Visual Studio Supported projects
I'm doing a brown bag on MSBuild in a week or so and I wanted to make sure I had this info right. VS uses MSBuild for C#, VB and J# (I never install this so I'm not sure) projects. SLN files aren't MSBuild files but MSBuild can parse them and build the SLN as long as it only contains projects of type: C#, VB, C++ and J# C++ works because MSBuild just invokes VCBuild on the C++ project file. Running MSBuild on a SLN file ...Show All
.NET Development Website Authentication Problems
Hi I have a website developed in .net C# accessing the Active directory using the System.DirectoryServices namespace. When i deploy this project using the websetup project file by creating a .msi file it works fine when i browse using the http://localhost . But when i browse using the FEDN name http://devcn8 ... The page doesnt show up and gives a COM exception error while accessing the Active Directory. But when i change the <ide ...Show All
Microsoft ISV Community Center Forums VS2005: Any more CTP or RC builds to come?
VS Release Team, I've searched these forums and have even researched a number of blogs, but I haven't been able to find out when the next VS2005 drops will be. I'm currently using the July CTP for VS2005 Pro, and am tracking a number of issues with my current development project that I'm hoping will be resolved in future RTM builds, either within Visual Studio itself (e.g., Forms designer), or as a result to fixes in the Framework. Could somebod ...Show All
Visual Basic Serial Communication using VB MSComm
Problem regarding the ErrorHandling of MSComm Component... Help Me how can i know about the communication break and other types of errors that may be generated during the communication.. if you cannot use System.IO.Ports you can still trap your usage of the MSComm Compentent and check for systemexception, ioexception, and the global Err object. ...Show All
