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

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

hampk

Member List

fordguy67
rthiney
peternolan9
Koson Thambundit
clearcache
Charles Cooper
d0mufasa
ProgramWizard
bbutcher8404
nuwar
Jeffy
nemesisv
Eddie RIveron
Antonio from Malibu
Mediorco
wd
qattack
bluejay
WiFi
vishal1857
Only Title

hampk's Q&A profile

  • Windows Forms Smart Card Reader/Writer with .NET SDK??

    Can anyone suggest where to find a Smart Card Reader/Writer that has a .NET sdk   I have found a few but they all seem to have C++ or Java dev kits. What I want is a USB smart card writer/reader that I can plug in to my desktop or laptop and interface with from a C# app, write data to the card, and then read it. I don't&nb ...Show All

  • Visual Studio Express Editions ClickOnce CD Deployment

    Is anyone else having problems with the ClickOnce deployment in VB2005 Express I am trying to do a CD/DVD Deployment using the Publish feature, and I have the publish settings to include or "download from the same location as my app" but whenever I go to build it says that it cannot find the DotNetFX or the Windows Installer 3.1 files. I even tried to manually download them and plop them in the folder but I still can't build without errors. And all of the errors are coming from the publish feature. Thanks for any help. MSS check this out http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=194464&SiteID=1 h ...Show All

  • SQL Server Securing the MS SQL Server 2005 database on client side

    Hello! I developed database driven .NET application and I need to deploy it. I faced a problem, which is "how to protect my database against direct access". I use MS SQL Server 2005 Express Edition as a DBMS and appropriate database. I want to make possible to manipulate with data in my database only through my client application. 1. How do I define SA password and instance name in silent mode of MS SQL 2005 EE installation with Mixed type of Authentication 1.1. Can I change SA password after the installation 2. If my database be attached to my new instance... Is it possible to copy my database, attach it to another in ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Drawing Custom Model Format

    hi, im started with DXSDK a few days and i want to know if there is a way to fill a ID3DXMESH with my custom format my code: namespace my_work {    struct my_vertex    {       int vIndex;       D3DXVECTOR3 vPosition;       D3DXVECTOR3 vNormal;       D3DXVECTOR2 vUV;    };    struct my_face    {       int vIndex1,vIndex2,vIndex3;    }; } OBS: i've tryed to use vertex buffer with FVF but my models don' ...Show All

  • .NET Development Exception messages

    Is there a listing of the various messages associated with exceptions available anywhere   I did a quick search on Google, but didn't find what I'm looking for. Specifically, at the moment, I'm interested in the InvalidOperationException messages.  According to the MSDN documentation, this exception can be generated for several issues related to database transactions (BeginTransaction and Commit can both throw this exception for various reasons).  I'm just interested in seeing what the messages are like. TIA, Richard I don't know of any definitive source for exception messages. Please tell me ...Show All

  • Visual Basic I am new to this

    And I have built a calculator but I still don’t understand this publishing thing. Now I just want just make it so I can send the exe directly to people with out them having to install or anything but I don’t know anything about it. Can someone tell me or point me in the direction of a tutorial I can do. All help appreciated J Hi, In addition to that, VB6 is COM based (so as MFC, ATL, native C++, Delphi, etc...) they are using COM API's(dll's) on the OS. That's why sometimes you'll just need an exe (but if your program uses third party controls and libraries eg crystal reports, you will need to create a setup program ...Show All

  • Software Development for Windows Vista Tips in debugging dependency property problem?

    I've created a dependency property that's causing me some problems at runtime. First, the definition of the dependency property: public static DependencyProperty ToValueProperty = System.Workflow.ComponentModel.DependencyProperty.Register("ToValue", typeof(object), typeof(SendEmailActivity)); [Description("To Email Address")] [Category("EmailActivity")] [Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] public object ToValue { get { return ((object)(base.GetValue(SendEmailActivity.ToValueProperty))); } set ...Show All

  • Visual Studio Tools for Office How can I insert and work with images?

    I have a program running on a linux server that serves out barcodes for reports. I created a web service in c# that grabs the barcode graphic from the server and returns a base64-encoded string of the barcode image the server creates. I want to insert this graphic in the upper-right hand corner of the word document and I'm thinking the header is a good place for it, but I'd also like to consider positioning a floating image as well. I've been doing some reading and playing around; By using a bookmark, I've gotten the grahic inserted in the header (the barcode graphic, once inserted should appear in the same place on all pages of the doc, ...Show All

  • Visual C++ binaries compiled using VC8 not running on IA64

    As VS 2005 is not supported on IA64 platform i had to use cross-compilation on 32bit machine. i did vcvarsall.bat x86_ia64 for setting the build environment. after building the application i tried running it on  IA64 machine but it is not running. D:\samples>exercise.exe The system cannot execute the specified program. manifest info is embeded in the application and in its dependency dlls. on checking C:\Windows\WinSXS folder the CRT dlls and manifest were missing. so i copied the dlls and manifest files from my VC8 installation. dlls from C:\Program Files\Microsoft Visual Studio 8\VC\redist\ia64\Microsoft.VC ...Show All

  • .NET Development How to tell if a column in DataTable (ADO.NET) is mapping to "image" type in SQL Server?

    Hi, everyone. I am using .net framework 1.1, VS studio 2003 and MSSQL Server 2000. I tried to write codes to clear all the image data in several tables which are stored in a dataset named myDataSet. As I know, the image type in MS Sql Databse is maped to Byte[] in .Net.  I used function GetTypeCode()  to compare the column type with the standard Byte[], but it doesn't work. Any idea thanks.   Following is my code: byte[] bt = new byte[100] for(int j=0; j<myDataSet.Tables.Count;j++)  {        for(int k=0; k<myDataSet.Tables[j].Rows.Count ...Show All

  • Visual Basic Fullscreen

    Hi, Could someone tell me how to set a picture box to go to fullscreen on dbl click Hi, You can create a form, make it maximize and set the border style to none. Then set the forms backgroung image to the image that you are viewing. This would seem like the image is in fullscreen mode... cheers, Paul June A. Domag ...Show All

  • Windows Forms Crystal memory error when exporting report to PDF from C# code

    Hi, I have developed an application for one of our clients that uses the CrystalDecisions report engine from within code to open a report, supply several parameter values and then export it to a PDF file. We are receiving an odd memory error which presumably is coming from the Crystal DLL's: "The instruction at 0x77f58267 reference memory at 0xffffff8. The  ...Show All

  • Visual Studio Express Editions How to set the icons for setup.exe, start/programs/programname.exe etc?

    Hi I've set the Icon (32x32) in the property of my form, and it works well running the application (the icon is showed in the upper,left corner of the form. But the icon on setup.exe and also the icon on the program shortcut in programs/myApplication is not set. Any solutions Many thanks Hi I copied all Icons to this folder, it makes no difference. Any more ideas thank you ...Show All

  • SQL Server How to check for table existence before dropping it?

    Apologies if this has been answered before, but the "Search" function doesn't seem to be working on these forums the last couple of days. I'd just like to check if a table already exists before dropping it so that I can avoid an error if it doesn't exist. Doing a web search, I've tried along the lines of "If (object_id(sensor_stream) is not null) drop table sensor_stream" and "If exists (select * from sensor_stream) drop table sensor_stream" In both of these cases I get the error: "There was an error parsing the query. [ Token line number = 1,Token line offset = 1,Token in error = if ]" Sooooo... what ...Show All

  • Windows Forms 5 errors that I dont really get why they there...

    Hey, in my spell check code I got 5 error and I dont get them, I downloaded a "DLL" and I added the stuff in just like it said to, and then I added in the code, so here is the code that has errors in it, I am gunna say the line and then next to it will be the code, the errors are underlined and bold: CODE: LINE 140: Private Me .SpellChecker.MisspelledWord += New NetSpell.SpellChecker.Spelling.MisspelledWordEventHandler(Me.SpellChecker_MisspelledWord) LINE 141: Private Me .SpellChecker.EndOfText += New NetSpell.SpellChecker.Spelling.EndOfTextEventHandler(Me.SpellChecker_EndOfText) LINE 141: Private Me .SpellC ...Show All

©2008 Software Development Network