Software Development Network Logo
  • IE Development
  • SharePoint Products
  • Visual Studio
  • .NET Development
  • VS Team System
  • Microsoft ISV
  • Audio and Video
  • Visual Basic
  • SQL Server
  • Smart Devicet
  • Visual C#
  • Windows Forms
  • Windows Vista
  • Visual C++
  • Visual FoxPro

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

geneway

Member List

gbvdh
Buddy
Sergey Jmacov
prawin
PAULL
Goat Spirit
DanBog
CO22006
jhikel
abhishek_6023
Billy Strader
Tryston02
Harry Solsem
R.Tutus
Dave Britton - VERTIGO
Cam Evenson
tfrazier
tackett
Beth Massi - MSFT
jim rozak
Only Title

geneway's Q&A profile

  • Smart Device Development How to plot GPS points using VB2005 CF2

    Hi I'm new to VB2005 and mobile programming especially using .net CF2. At this moment I'm working to develop a GPS application. I'm having a problem to display GPS points which are in geographical coordinates (latitute and longitude or northing and easting). How to convert these coordinates into display coordinate Any basic example should be used useful to me. Thanks. shah Take a look at this article: http://www.codeproject.com/vb/net/WritingGPSApplications1.asp ...Show All

  • Visual Studio Team System FTVC Renames

    How can I rename a directory that is not empty You should be able to rightclick -> Rename in Source Control Explorer, or tf rename at the command line. Are you getting an error ...Show All

  • Visual Studio Global variable

    Hello forum members. I am a new user of crystal report. I have a formula field which is evaluated for every record in the database.This field uses a database field and a formula field to return a currency amount in the report. This field is placed at the footer section of a group. Now I want the total amount of this field at the end of report. I tried to use the running total and summary operation. But i couldn't find the field when I went into the running total dialog box. How can I solve this problem Please help me. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Is there any way to tell if a sampler has a texture attached in shaders?

    Is there any way to tell if a sampler has a texture attached in shaders The default behavior is getting black when no texture attached but I want it to be some other color. No, there is not such functionality available in shader. If you want to use other color, just attach 1x1 sized texture in your code when no texture is needed. I think such things were actually used for emulating "default" black behaviour in some older HW. ...Show All

  • Visual Basic Making settings mandatory and trusting locations

    Hi everyone, I'm working in a 300+ workstation school site which has 1500+ users. I have installed VB 2005 and setup the settings that I want them to have. How can I restrict Visual Basic so that it's 'profile' settings stay the same for each user after they log off and without an error message saying that it 'can't be written to I have tried restricting the settings file and it gives me an error. Is there a way of turning off the 'auto' saving function of the settings file Secondly, We have redirected all the user accounts to a mapped network drive on the server - ex H:\ . When I make a new project on H:\, it states that it is not a trusted program location... How can I make it so that H:\ is trusted Thanks ...Show All

  • Visual Basic cant open .VB file in visual studio editor,opens in hex view bug?

    Hello, I have a strange problem that I have looked for the answer to but no solution has seemed to work yet.  I am using Visual Studio 2005 with Visual source safe, and I have a visual basic solution I am working with.  For one of the .vb files in my soution (parser.vb), visual studio for some reason stopped opening the file.  Yesterday everything was working fine like normal, but now, when I double click the file from the solution explorer, it will open the file in what looks like a hex editor in a new tab (this is all still within the visual studio IDE, it doesnt pop open a separate application or anything).  All the other files in the solution still open normally with the vb code editor with intellisense and ...Show All

  • Windows Forms Label - Static width & autoresized height?

    Hi Assume you have a Label component and a text: string str = "Probae etsi in segetem sunt deteriorem datae fruges, tamen ipsae suaptae enitent" ; If you set: Label1.AutoResize = true ; you will only have one row (and the label may exceed the the right bound of the form). I wonder if anyone has a smart solution of how to get a static width and a dynamic (autoresized) height One solution of mine is to take measurements of the string ( this .CreateGraphics().MeasureString(str, font) ), and then insert "\n" to the string in the correct places. Does anyone have a more proper solution Kind Regards Does this do what you want Label1.Text = "Probae etsi in segetem sunt ...Show All

  • Visual Studio Data shows in dataset but not in report

    Hi, I have a report that does not show the data of a column named "Amount" on the report. However, the data shows complete in the stored procedure and in the dataset created for the report. I am using the expression builder, yet with no success. I added to the stored procedure isnull(xx, 0) and I do get all zeros in the report, but again, in the dataset all the data is there. Thanks, Dario Try selecting the Amount TextBox report item and change the numeric format. Aslo make sure your typed dataset amount column should not be "String"! to be same change the datatype inside the dataset to decimal or double. Hope this helps, Asif ...Show All

  • Visual Studio One or more rows contain values violating non-null, unique, or foreign-key constraints

    Hi. i was Trying To read report and i got this error through reportviewer I'm No sure of wats wrong. I tried Searching the net it seems to be the Dataset Prob. But im positive Dataset is working as im using VWD dataset to bind data. even had a preview Which get the data i want. So it means its working. Which then shows that its Reportviewer thats gibing me this error. Appreciate any help thx "An error has occurred during report processing. Exception has been thrown by the target of an invocation. Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints. " I love this forum... I just spent half a day chasing t ...Show All

  • SQL Server Chart in Report Builder

    hi there I am just designing a simple chart in Report Builder - but when trying to drag any field into the value field of the chart (it doesn't change colour and won't accept any field). If I drag a field into the category or series the curser changes and on approaching the chart properties they seem to change colour. Can someone help to what can be wrong thanks Dianne Items added to the value fields area in a chart must be aggregates. Dropping non-aggregates to the value area is not allowed and would give you the behavior you are seeing. You can identify aggregates in your report explorer by looking for the aggregate icon which has three stacked yellow boxes and a curly brace. In the report ...Show All

  • SQL Server Create DataMiningStructure Continued

    When I add a referrence to Imports Microsoft.AnalysisServices.AdomdClient Imports Microsoft.AnalysisServices.AdomdClient.AdomdConnection,\ Because I need the for an adomd connection I receive the following problem 'MiningStructre' is ambiguous, imported from the namespaces or types 'Microsoft.AnalysisServices.AdomdClient', 'Microsoft.AnalysisServices' with any Mining structure declaration like Dim m_ms As MiningStructure Your project seems to contain a reference to both Microsoft.AnalysisServices.dll (AMO -- Analysis Management Objects) AND Microsoft.AnalysisServices.AdomdClient(Adomd.Net). Both these libraries contain a Mining Structure object, but they are intended for different purpo ...Show All

  • Windows Forms Window class name is not valid.

    I get this error about 75% of the time I try to debug in Visual Studio 2005.  I have reinstalled VS and applied the latest service pack with no relief.  It never happens if I run without debugging, only when I try to debug.   It happens with every project I create, it's not isolated to a single project or solution.  Any help is greatly appreciated. It’s always thrown on this line (or equivalent): public static void Main( string [] args) { Application .Run( new MainForm ()); } System.ComponentModel.Win32Exception was unhandled   Message="Window class name is not valid."   Source="System.Windows.Forms"   ErrorCode=-2147467259   NativeErrorCode=0 &nbs ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problems with PlaySound function...

    Hi, ... ... ... Problems with the PlaySound function... I use the Visual C++ compiler... When I try to compile a program to make sound with the PlaySound function in many different set of parameters, these are the errors below... 1>------ Build started: Project: Demo3_2pnt5, Configuration: Debug Win32 ------ 1>Compiling... 1>Sound 1.cpp 1>c:\documents and settings\ly heu\my documents\c++ codes\demo3_2pnt5\demo3_2pnt5\sound 1.cpp(102) : warning C4101: 'hwnd' : unreferenced local variable 1>Compiling resources... 1>Linking... 1>Sound 1.obj : error LNK2019: unresolved external symbol __imp__PlaySoundW@12 referenced in function "long __stdcall WindowProc(struct HWND__ *,unsigned int,u ...Show All

  • Visual Studio Express Editions Need a way to Display in a form and print it.

    I know i can write the print out line by line. But i want to hit a button and show another windowform say and print out my data.... Is there any good windows forms or am i just going to be best off using a richtextbox of something take a look at this on how to print text: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=813103&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=564413&SiteID=1 The first link obviously needs to be modified to get the text from the richtextbox, rather than looping through each control and appending to a string. Does this help ...Show All

  • Visual Studio How about a Package? Can a Package access ICorDebug?

    I'm integrating an API level debugger into VS 2005 as a package. How do I get access to ICorDebug Specifically, I need to be able to run/suspend threads, get/set thread contexts, and modify thread IPs. All of this can be done via ICorDebug according to MSDN and Mike Stall's blog. Is this possible Thanks, Grem ...Show All

©2008 Software Development Network