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

Software Development Network >> Fernik - 460332's Q&A profile

Fernik - 460332

Member List

jeybonnet
StaC
Juanloco
Nate Dogg28871
Scott1978
Marco Ferrero
Akwest
nomad98736
MaxWeber
Narendra Tiwari
Agsathi
color
Herru Perdana
komoshon
mojo_jojo
Mario Guzmán
mikex_dot_net
fripper
p_dinesh
Trond Smaavik
Only Title

Fernik - 460332's Q&A profile

  • Windows Forms Printing pictures

    I am having problem printing pictures in a word document.  If the picture is in the line text it will print but when you take it out of the line text it won't print.  I can move the document over to another computer with the same printer and it will print fine.  Didn't know if I needed to remove the defalt page for word or what Hi, this is not a forum about office or works. Look here: http://www.microsoft.com/office/community/en-us/default.mspx ...Show All

  • .NET Development DataGridViewRow.DataBoundItem Throws Exception

    Hi, I'm using a DataGridView that is bound to business objects. I have a DataGridView RowValidating event handler that accesses the business object like this:    DataGridView GridView = sender as DataGridView;    DataGridViewRow Row = GridView.Rows[e.RowIndex];    MyClass Data = Row.DataBoundItem as MyClass; When I close the application/form, the DataBoundItem property is throwing an IndexOutOfRangeException, with additional information "Index 0 does not have a value." The index seems to be the current row when the form is closed. The validate event handler is being called ultimately from the ...Show All

  • SQL Server Return COMPUTE from stored proc

    I'm trying to figure out how to get my stored proc below to just return the result for COMPUTE only : ALTER PROCEDURE [dbo].[procname] AS BEGIN Select (cast(FGoal as numeric(30,2)) / FSched) * 100 AS gt from DR WHERE e='06' group by CustomerName,          CustomerNumber,          FGoal,          FSched order by CustomerNumber COMPUTE SUM((cast(FGoal as numeric(30,2)) / FSched) * 100) END When my stored proc is run, it should only return one value, the result of COMPUTE SUM((cast(FGoal as numeric(30,2)) / FSched) * 100).  Right now however, it returns only th ...Show All

  • Visual Studio Express Editions Hierarchy and definition list problems.

    A brief history... Okay, I am completely new to programming. My past attempts with trying to learn C++ from the two huge 3" books that I have was a waste of my time. When I did finally learn how to make something simple, I did not understand how to implement a "user-interface" with the project. But when I came across Visual Basic 2005, it completely opened up the programming basics to me...I am even able to understand more about the C++ and C# a little bit better (not because of VB, just because I am an idiot to understanding programming). The beginners video series really helped out. Now, as with everyone else here, I ...Show All

  • Smart Device Development Cannot connect errors...

    Hello, I am trying to get the Device Emulator Preview setup so that I can test some of the new Exchange Mobile settings on one of the PocketPC emulator images. I was able to install the Device Emulator Preview program and extract the PocketPC and SmartPhone images. I do not have Visual Studio installed on my machine. I am able to launch the Pocket PC image with Windows Mobile 5, but I am unable to get the emulated device to connect to my network. I receive an error that I cannot connect with current connections settings. On the emulator properties network tab, I have the Enable NE2000 PCMCIA network adapter and bind to checkbox checked a ...Show All

  • Windows Forms Get Current Clicked Column Header?

    I can do it if my DataGrid is bound to a DataTable or DataView, however what if my grid is bound to an ArrayList DataView Method: private void dg_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e) {   DataGrid.HitTestInfo hti = dg.HitTest(e.X, e.Y);    if(hti.Type == DataGrid.HitTestType.ColumnHeader)   {     MessageBox.Show(((DataView) dg.DataSource).Table.Columns[hti.Column].ToString());    ...Show All

  • Windows Forms caller function reference?

    Is there a way at RUNTIME (not debug) to get the name or reference to the object that called a function or routine I think you'd have to pass a reference as below public void MyFunction(object sender, int someInteger) { string ObjectName = sender.gettype().name } ...Show All

  • SQL Server install SQL Server Express

    when installing SQL Server Express on XP home edition it hangs wilst searching for IIS compnents I tried to install the just released (11/7) SQL Server Express 2005 on Windows XP Home with SP2.  It again stopped with message "detecting installed IIS".  The requirement says WinXP Home with SP2 is support.  What's wrong with this thing   ...Show All

  • Visual Studio Team System Debugging a service within a site

    I've been using Visual Studio 2005 RC and have a web site and web service setup in the following structure: http://server/site/default.aspx http://server/site/service/service.asmx I have a solution that contains two projects:   = Solution     - Web site project       + references web service project     - Web service project When I try to debug this solution remotely, the IDE complains that no symbols are loaded for the service, though the site works fine.  Is there a reason why the debugger can't seem to debug both projects at once   If I debug the service by itself (l ...Show All

  • Visual Studio Unable to debug: The binding handle is invalid

    When i try to debug a C# application I get this error: Error while trying to run project: unable to start debugging the binding handle is invalid What can i do Thanks for your answers ZAiNT, Thank you so much for your help. To test native debugging: 1) File->New->Project... 2) Visual C++->Win32 Console Application 3) F10 Thanks, Gregg ...Show All

  • Visual C++ PLease help

    I had been using Turbo C++ 16 bit app. And have recently upgraded to Visual C++ 2005 Express Edition, but i am having difficuties in using it. My use it educational. Actually my use is quite satisfied by using the Turbo C++. My my PC is 64 bit, and it does not run turbo C++ since it is a 16 bit app. Please help me as to how to use Visual C++.. VC2005 is a highly standards compliant compiler. If your problems are with standard C++, Turbo C was probably the one that was broken. If you're using non-standard libraries, that would be a problem. Either way, as has been said, you nee ...Show All

  • Visual Studio Express Editions HotKeys :(

    I've been googleing for a week and I can't find any tutorials for 2005. Can anyone help me Oh the qestion is about how to use hotkeys. http://www.google.com.au/search hl=en&q=hot+key+VB.NET&meta = Seeing as the articles are using dllimport, they are calling Win32 API functions, and it doesn't matter if the article is 2003/2005 ( actually, it should not matter anyhow ). ...Show All

  • Visual Studio Express Editions Where is project templates?

    Hi,I've installed vwd2005 beta2 after uninstalling March preview and now I don't have any Project Templates in "New Project". What could I do with it Thanks. It's bad you don't have explicit mechanism to reset cached configuration settings-all caches must be invalidated from time to time.What you mean under "devenv" There'is no such thing in "express" editions...maybe "VWDExpress.exe /setup" Best wishes. ...Show All

  • Visual Studio Team System Build server and test projects

    I've got a solution with 3 projects, a windows app, a class library, and a test project. When I create a new build type to build this solution, the build seems to fail building the test project. The relevant (as far as I can tell) part of the log is: Target "CustomTest" in project "TeamBuild.proj" Done building target "CustomTest" in project "TeamBuild.proj". Target "Test" in project "TeamBuild.proj" Using "TestToolsTask" task from assembly "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.QualityTools.MSBuildTasks.dll". Task "TestToolsTask" Loading d:\teambuilds\Test Project 1\Test Project M ...Show All

  • Visual Studio 2008 (Pre-release) Target database and delivery

    Is it all features of DLink accept any databases (access, Oracle, DB2, ...) and consider their specificities Is it DLink will be include in a future version of .NET framework, or will be a separated framework Thanks for your answers. Chris, From what I have heard, right now the team is focusing on delivery of DLinq with SQL Server only. ALthough they are certainly looking at the community and other vendors to be able to provide DLinq capabilitites for other databases. The framework has certainly been designed to be extensible. The current plans (as I have heard) outline that DLinq will be a part of th ...Show All

©2008 Software Development Network