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

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

shawnd_06

Member List

gmcnickle
Daniel Rieck
ajb2528
Johnny_R2
ptreturns
Eric W
Lyle.Dodge
ss23
Prakashalladi
Arvid
chossy
mcglonec
ED_AY
Kyron
Relja Markovic
Selea
Liqun
RoboSchro
Bakiya
SOHI
Only Title

shawnd_06's Q&A profile

  • Visual C++ LNK2019:Unresolved External Symbol when trying to link my DLL

    can anyone help me in this problem. I have a program which i wish to compile to dll. I managed to compile it into a dll format. But in order to ensure the dll is working I wrote a simple test program. But when i compile the test program it give me this error: This is the dll program: #include "stdafx.h" #include <math.h> #include <cmath> #include "caaSfdt.h" #include "caaLinearInbtwn.h" #include "caaFileAccess.h" #include "caaFDIP.h" #include "caaStrManip.h" #include "caaPostProc.h" #include "caalibSThreadSwitches.h" #include "caauiSMsg.h" #include "caalibThreadInbtwn. ...Show All

  • Smart Device Development how to install SQL Server Mobile Edition on Pocket PC Emulator?

    hi! I'm developing a program now for Pocket PC. It is to work with SQL Server Mobile Edition database. I'm trying to install SQL Server M. E. to my Pocket PC emulator (that is distributed with MS Visual Studio 2005), but not successfuly. What should I do ps: and also: earlier, my program worked with remote SQL Server 2000. What settings whould I edit to make it work with local SQL Server M. E. Is it only a connection string or I'll have to rewrite the code (as it connected to server using ADO) The System.Data.SqlServerCe namespace exposes SQL Server Mobile Edition in the Microsoft .NET Compact Framew ...Show All

  • Visual Studio Express Editions Searching for "FREE" VIDEO Tutorials that help C++ beginners learn how to program...Anybody got any ideas???

    Hello, I am new to the C++ programming language. I am using the Visual Studio 2005 Express Edition. I learn best when I am hearing what I am supposed to do and I can see what it is that I am supposed to type...so I am trying to find find Video tutorials that do this. Does anyone know of a website(s) that has really good tutorials (that are FREE)...besides Microsoft... that really help an individual learn how to program as a beginner in C++ Please list as many sites as you can possibly list No one can realy teach you programming you need to buy a book learn your seft even in my c++ class now they do not teach you ...Show All

  • Software Development for Windows Vista Sequential Workflow - Go to activity

    Is it possible to "reset" the current activity to an activity already executed Sample: SubmitRequest (EventSink) ManagerAproval (EventSink) ManagerAproval_Invoked: If(!Aproved) SetNextActivity(SubmitRequest ); Mikael I'm aware I could use a state machine workflow to solve this, but that comes with the cost of not having paralell activities, which I must have. But thanks any way. Mikael ...Show All

  • SQL Server Bug in the OLE DB command?

    This command has no error: update art_anz set anz = anz where artnr = 'xxxxxxx' declare @artnr as varchar(10) set @artnr =   But this command has an error: --update art_anz set anz = anz where artnr = 'xxxxxxx' declare @artnr as varchar(10) set @artnr =   The difference is the first line. When you use parameters ( )  in the OLE DB-Command, the very first line has to be a Non-Select SQL-Statement. The SQL-Statement do nothing! When you have no parameters, you can write normal T-SQL-Code and you get no error. I think, this is a bug!!     It cer ...Show All

  • .NET Development OleDbCommandBuilder doesn't generate anything...

    Hello, I have a problem with the following code : OleDbConnection conn = new OleDbConnection (GetConnectionString()); OleDbDataAdapter adapter = new OleDbDataAdapter ( "SELECT * FROM Customers" , conn); DataSet dataSet = new DataSet (); adapter.Fill(dataSet, " Customers " ); new OleDbCommandBuilder ( adapter ); The INSERT and UPDATE commands should be automaticaly generated, but they aren't. I'm becoming crazy with that !! Am I doing something wrong Thanks You need to create the CommandBuilder before you call adapter.Fill. Make sure your Customers table has a primary key. If the col ...Show All

  • Visual Studio Team System Converting NUnit Tests & Importing Test Director Defects

    1) Will there be a way to batch convert NUnit Attributes to the MS versions Or will it just be use of Find/Replace 2) Will there be an easy way to import Mercury Test Director Defects into the VSTS Defect Management system Thanks, Philip Out of interest, where did you find this signature I've been looking everywhere for it. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Error when trying to create vertexbuffer in managed directx

    Hi there, I'm a novice c++ / .net programmer with some experience in Java programming. After playing a bit around in VC++2005 i decided to have a look at managed DirectX. I found a tutorial that i thought was pretty good at explaining it to a rookie like myself. Everything went fine until i tried to create a vertex buffer   I used this line to create it : VertexBuffer ^buf = gcnew VertexBuffer( CustomVertex::TransformedColored::typeid, verts->Length, device, 0, CustomVertex::TransformedColored::Format, Pool::Default); When i tried to compile my code the compiler gave me this error : c:\documents and settings\wims\my ...Show All

  • Windows Forms Where is EnableRTLMirroring()?

    In .NET Frameword 2 Beta 1 Application.EnableRTLMirroring(); was a very good and easy way to write mirrored applications. But in .NET Frameword 2 Beta 2 this function marked as absolute and its functionality replaced by  Form.RightToLeftLayout = true; for enable mirroring. I think  EnableRTLMirroring(); was more useful and easier than new way. can anyone say me way Microsoft do this   Try overriding this action by calling  SetProcessDefaultLayout(LAYOUT_RTL)win32 api function.But I think it will not work with some of the windows forms components that overrides the windows drawing a ...Show All

  • .NET Development Networked folder - security exception beta 2

    I have downloaded Beta2 and am trying to run a project from a network folder.I am getting security exceptions when i try to run a project even after I have changed the runtime security policy for All Code-> Local intranet zone to full trust. This worked for VS.NET 2003 when  i used the caspol exe from the command line but the same is not working in VS.NET beta 2. I currently have VS 2003 working from a Networked folder but VS.NET beta 2 throws a security exception How can I get this to work I would appreciate any help Thanks & regards If you run caspol -rsg <assembly on network share>&nbs ...Show All

  • Visual Studio Team System Problem installing VS 2005 Team Suite

    i tried to install vs 2005 but kept having installation failure. i have observed best practises, stopped all services and cleaned Temp files. i mistakenly unistalled vs 2003 and now none can be installed back on my machine. this is really critical because i have no tools to work and its really embaracing. below is the error log. [04/23/06,13:18:28] Microsoft .NET Framework 2.0 Beta 2: [2] Error code 1603 for this component means "Fatal error during installation. " [04/23/06,13:18:28] Microsoft .NET Framework 2.0 Beta 2: [2] Setup Failed on component Microsoft .NET Framework 2.0 Beta 2 [04/23/06,13:18:40] setup.exe: [2] ISe ...Show All

  • Visual Studio 2008 (Pre-release) anyone that can help me with this?

    Hello, I'm experiencing the following problem for a while now. I'm not able to set the text of a textbox from another class in the same app. Can anyone tell me how I should do this. More details below... Window1-code: <Window x:Class="TestWindow.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="TestWindow"> <Grid> <TextBox Name="txtTest"></TextBox> </Grid> </Window> Class1-code: //Following is a method that is called from elsewhere public void SendRtlsEvent(string code, double x, double y, DateTime timeStamp) { / ...Show All

  • Visual Basic Is it possible to generate a class Library using CodeDom?

    What I want to do is is to Generate A ClassLibrary EG(MyUtilityLibrary)with a class called "Class1") I know how to generate the "Class1" using the codeDom.How do you generate the ClassLibrary though Any example of link would be very much appreciated thanks alot in advance I've not actually tried this but I think all you have to do is set the CompilerParameters.CompilerOptions Property with the string "/target:library" in order for CodeDOM to generate a classlibrary. http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemcodedomcompilercompilerparametersclasscompileroptionsto ...Show All

  • Windows Forms Modify setup.exe?

    I just found out that the download URL of prerequisites are written directly to the generated SETUP.EXE! In my previous post, I found the solution to dynamically modify the URL in .application files. But I also want tell SETUP.EXE to download from a URL that is only determined after Publish Wizard runs. But I know modifying Windows PE file is evil. Is there still a workaround Thanks! Hi all, For VS 2008 I have some problems. I could not use the standard way with MSBUILD so I'm using the API like you. Code Snippet item1 = New TaskItem("BusinessObjects.CrystalReports.10.5") item2 = New TaskItem(" ...Show All

  • Windows Forms Please tell about this exception 'A generic error occurred in GDI+. '

    Hi I got this exception while dragging.Could anybody tell me the reason for such an exception.Any ideas to get rid of this Stack trace is here A generic error occurred in GDI+. thrown in Void CheckErrorStatus(Int32) at System.Drawing.Graphics.CheckErrorStatus(Int32 status) at System.Drawing.Graphics.FillRegion(Brush brush, Region region) Thanks in advance Are you using .NET, and if so which version Using OwnerDraw If so, have you tried debugging your OnPaint(...) override ...Show All

©2008 Software Development Network