Software Development Network Logo
  • Windows Live
  • Architecture
  • Visual Studio
  • VS Express Editions
  • Visual Basic
  • Windows Forms
  • Windows Vista
  • Visual C++
  • SQL Server
  • Visual J#
  • .NET Development
  • Visual C#
  • Visual FoxPro
  • Microsoft ISV
  • Game Technologies

Software Development Network >> ralfg's Q&A profile

ralfg

Member List

Gary A. Bushey MVP
softgame
Grant Rhys-Jones
papa99do
Tijoy
S Eisenberg
jamhow
Dave Kairys
Josemonpala
tezzanator
Nomad Guru
Steve Billingsley
ClarkMe
BraBo
RobbieJones
jbarrick
Jeremy Herbison
Pelle
BrettJ
spectrablue
Only Title

ralfg's Q&A profile

  • Visual C++ MSVCR80.DLL Unable to locate component

    Hi, I am trying to use Visual C++ 2005 to build the project which was create by Visual C++ 2003. When I run the code, an error message pops up. "MSVCR80.DLL - Unable to locate component" who knows how can I fix this problem Thanks a lot! Yang Yang. wrote: Hi, I am trying to use Visual C++ 2005 to build the project which was create by Visual C++ 2003. When I run the code, an error message pops up. "MSVCR ...Show All

  • Visual Studio No data in Reports, but the headers show up fine

    C#, VS Pro 2005..... OK, so I've tried the simple approach of creating a form, adding a CR Viewer and ReportDocument to the form, selected just one field from a table (as a simple test - I've tried more complex ones as well). When I run the app and view the form, the report shows up blank, but with the headers visible. Refresh does nothing but, well, refresh the headers. Yep, the Viewer is set to the report name. The preview function sh ...Show All

  • Windows Forms Such a dumb question I am ashamed to ask

    In a win forms application I am trying to pass a parameter to another form when I call it.  Specifically I want to change the text of a label on the form and set a parameter for the data call to an appropriate value depending on& ...Show All

  • Visual Studio Error (1304) installing Visual Studio 2005 August CTP

    Hi, I am trying to install Visual Studio 2005 August Community Technology Preview but am getting the following error: "Error: 1304. Error writing to file Microsoft.VisualStudio.WizardFramework.dll. Verify that you have access to that directory." I can not see any previous versions of VS.Net 2005 or .NET 2.0 in the Add/Remove Programs window.  I only have .Net 1.1 installed. I found a tool to clean the OS before installing the beta but I am ...Show All

  • .NET Development System.DateTime.Now accuracy in .Net 2.0

    I would if any improvement have been made in term of accuracy for the System.DateTime.Now property With .Net 1.1, this timer did have a very low accuracy, about 10~20ms, that is two orders of magnitude worse than the accuracy that you get with the mono implementation. Does someone know if this issue have been resolved with .Net 2.0 Thanks in advance, Joannes Joannes, thanks for the query. We will investigate ...Show All

  • Visual C++ Error C2664 in atlcom.h

    Hi all, I have recently moved from visual studio .net 2003 to 2005 team. I am trying to compile a project that works fine in 2003, but am getting a c2664 error in atlcom.h The Error is: C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include\atlcom.h(5114) : error C2664: '_CopyMapItem<IQueryAssociations>::copy' : cannot convert parameter 2 from 'const std::pair<_Ty1,_Ty2> *' to 'std::pair<_Ty1,_Ty2> *' Clicking on th ...Show All

  • .NET Development Could not access SharePoint Area information from WebService

    I am creating dropdown navigation menu for SharePoint. It should be dynamic as any user makes any changes should be reflected automatically. I developed an C$.NET windows application to access SharePoint Portal information using Microsoft.SharePoint.Portal.SiteData. It is working fine and i am able to get all the information I need. Then, I developed a WebService which have the same sequence of code as windows application. But I ...Show All

  • .NET Development multithreading issue - please help

    Hi, I'm having big issues using multithreading. As it is quite difficult to explain I've made a sample application to illustrate my problem: http://graphicsxp.free.fr/WindowsApplication11.zip It starts a new thread, which DoWork function calls a delegate to do do operations on controls (tabcontrol, datagrid....) There is also a popup that contains a progressbar to show the progress in real-time. The problem is that updating the progressf ...Show All

  • Smart Device Development smart device project creation failed!

    Hi all, I'm using VS2005 Team Edition and WM5 Smartphone SDK. The problem is I cannot create any smart device project, but I can open existing solutions. I've reinstalled the SDK and ActiveSync, But the problem still exist. So how to solve this kind of problem Thanks doyoucy Please be more specific and describe why exactly you can not create device project. Also, which version of VS are you using, e.g. is it & ...Show All

  • Windows Forms Exposing a Component Control of a UserControl

    I have this usercontrol (which is like a main panel with 3 other panels for header, detail and footer).  My custom panel (type of the 3 panels) has a designerverb basically for hide/show.  I want the three panels to be exposed or clic ...Show All

  • Visual Studio Team System Project Cost Control in MSF and Team System for Agile

    Hi, i dont know if is out-of-topic, but in some Project Manager diciplines the Project Manager should be concern about the project’s costs. At my company we are dealing with two issues: (1) Once most of the Agile metodologies is based in the fact that we dont have a clear vision of the whole project at its early life cycle and it should be detailed along the software cycle iterations. Is it possible to work with a fix Project Price The ...Show All

  • Software Development for Windows Vista Parameters

    Is it just me or do you find the "parameters" dictionary loathesome What's the point of having Intellisense and type-safe checking in the VS2005 environment if you're just going to pass a dictionary of Objects to workflow for setup It seems to me that if I had a regular class, and I need to pass some required values to it at construction time, I'd create a constructor to do that - is there some reason WF can't do this For exam ...Show All

  • Visual Basic Column width of MSFlexGrid control

    Hi, I'm trying to use a MSFlexGrid control in VB6 to display tabular data to the user. At default, the Column are too small to display the full Headers in Row 0 and I tried to adjust the Column widths to the control width with the following Code: fgTable(i).FixedRows = 1 fgTable(i).ColWidth(0) = (fgTable(i).Width / 3) - mySysInfo.ScrollBarSize For j = 1 To 2 fgTable(i).ColWidth(j) = fgTable(i).Width / 3 Next j The pr ...Show All

  • Visual Basic Assign a Icon

    Hello I have made a WIN32 Console Application. And when I build it, it comes out with a icon of a dull white "window"... And when I wan to change the dull icon to an icon that I have made, there is no option for that. Is there a way in the programming or externally assign the icon I have made to be the icon for the WIN32 Console Application that I have made Thank You All answers are welcome to : kn1123@gmail.com or as a reply to this message! ...Show All

  • SQL Server Excel into Temp table and validations in SSIS

    i have an excel sheet with about 30 columns of data ...i want to validate all the data in these cells of the excel through SSIS. I want to get this data to a temporary table before running my validation stored proc...how do i get this data from the excel to the temp table , this temp table should accept all the data from the excel file in whatever form it is there should be no rows that get discarded while filling this table from the excel. ...Show All

©2008 Software Development Network

powered by phorum