cactushome's Q&A profile
Visual Basic Problem launching the VB 2005 Express Beta 2 IDE
Can someone help me with launching the IDE Everytime I try to launch it I get an error message that say the program has encountered an error and must close. Then I have the option of sending a report to Microsoft or not sending one. I have tried several suggestions and tools from Aaron Stebner but they don't seem to help. I have also completely uninstalled the Beta 2 package, removed any folders that seem to be associated with the package and ge ...Show All
SQL Server Page breaks after subreports
I have a main report with several sub reports. The short sub reports in the details section of the main report display properly. I have 4 wide subreports in the footer of the 2nd grouping. These look great when I do the regular preview, but when I switch to page layout or export to pdf, these reports have a page break after each that has data. I have no page breaks set in the report at all. I've looked at the other threads on pagination an ...Show All
Windows Forms .NET Framework Deployment
This thought started in a different thread, but deserves it's own. I've heard it said (by Billy Hollis) that eventually the .NET Framework will be ubiquitous. That is a logical assumption, since Windows Server 2003 came with the Framework installed, and ...Show All
SQL Server File..Save Copy of <package file> As... not available
According to the help for SSIS, one method of deploying an SSIS package to a SQL Server, http://msdn2.microsoft.com/en-us/library/ms137565.aspx, is to use the File...Save a Copy of <package file> as... menu option. I don't have that menu option at all. And yes, the package is in focus. My save menu options are simply; Save Selected, Save <package file> As... and Save All. I am using Version 9. ...Show All
Visual Studio Express Editions How do I delete or remove projects and files from visual C++ express Edition
How do I delete or remove projects and files from visual C++ express Edition mveeravagu wrote: How do I delete or remove projects and files from visual C++ express Edition Projects can be managed using the Solution Explorer. If you can't see the Solution Explorer, you can reveal it by choosing View menu -> Solution Explorer. Here, you can right click on your file and choose Remove. " ...Show All
Visual C# FileInfo.LastWriteTime issue: some of them is one hour late
Hi all: When I record a folder of files' LastModified time into database using FileInfo.LastWriteTime.I found some of the time is just one hour late than the files' LastModified Time.Does anybody can tell me the reason.Thanks 182960.jpg E:\print\masterprint\jpg 3141542 2004-04-14 01:35:36.000 184682.jpg E:\print\masterprint\jpg 4525606 2004-04-06 23:51:34.000 The second file' lastmodifiedtime is 4/6/2004 10:51pm ...Show All
Visual Basic Upgrade to VS 2005
I have a functional program developed under VS 6.0. It compiles and runs. I am trying to move it over to VS 2005. I get the following error. Unregistered MSFLXGRID.OCK or missing program. Is there something about the active X control that i must install or register I thought I bought a full up version. John The flex grid is not a bought component. You should probably change your code to use datagrids, ...Show All
Visual Studio Express Editions help me to make my dll
hi i need make to make DLL from an eMbedded Visual Basic (eVB) interface my device with serial port i did the following steps but i found erorr after compiling is my step courect !! Launch Microsoft eMbedded Visual C++. 2. From the File menu, select New . 3. In the New dialog box, select the Projects tab and click on WCE Dynamic-Link Library . 4. In the Project name text box, enter a projec ...Show All
Windows Forms Designers and Abstract Classes
Brian Pepin has an interesting article entitled <a href="http://www.urbanpotato.net/Default.aspx/document/970"> Designers and Abstract Classes </a> The Visual Studio designer works by actually creating instances of objects on your form. If you have a form with two&nb ...Show All
Visual C# changing visual studio 2005 code to c#
i have been working with visual studio 2005 express and would like to learn more about c#can someone assist in converting the code below its used from button 1 click on a windows form. Dim xlApp As Microsoft.Office.Interop.Excel.Application Dim xlBook As Microsoft.Office.Interop.Excel.Workbook xlApp = CType(CreateObject("Excel.Application"), _ Microsoft.Office.Interop.Excel.Application) xlBook = CType(xlAp ...Show All
Visual C# Extract photo creation data from exif jpg
I have done a function to extract the creation data from jpg files (with EXIF data). The code is: Image MyImage = Image.FromFile(archivo); PropertyItem propItem = MyImage.GetPropertyItem(306); String fechaCreacion = System.Text.ASCIIEncoding.ASCII.GetString(propItem.Value).Substring(0,19); DateTime dt = DateTime.ParseExact (fechaCreacion, "yyyy:MM:dd HH:mm:ss", CultureInfo.InvariantCulture); MyImage.Dispose(); return dt; T ...Show All
SQL Server Deploying Jet OleDb Provider
If I'm posting to the wrong forum, please correct me. I'd like to use an Access database for an application I'm developing for retail sale, and I need to do these things: Determine during setup if the target machine has the Jet OleDb Provider installed. If so, determine whether the version is adequate. If necessary, install the correct provider. I don't seem to be able to find any documentation or downloads covering this scenar ...Show All
Windows Live Developer Forums GMap is undefined
I got the basic application working. Thank you for the help, now on to the next problem. I have a URL which works in Internet Explorer, but it does not work within Microsoft Messenger. http://www.freerecruiting.com/Maps/ShowMap/Linux Version=Small There was a question elsewhere which asked if Google Maps are allowed. The answer was yes. I want to be totally respectful of Microsoft, but I also want to release a version of t ...Show All
Windows Forms Installation aborts: "The parameter is incorrect"
When I install the TaskVision Source for VB.NET, the progress bar almost completes but stops abruptly. A dialog box saying "The parameter is incorrect" appears and everything rollsback. I have .NET Framework 1.1, VSNET 2003 on WS03. Here is the eve ...Show All
Windows Forms Anyone know a free tree control that allows you to set node images?
Hi, Has anyone come across a free windows forms tree control that allows you to set images on a per node basis Thanks, Alex Oh duh! for some reason I thought you couldnt do that. Thanks Mick. Alex ...Show All
