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

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

Jason_OPIS

Member List

hberenguel
Kazmi
kopi_b
Jared0x90
RobGriff
ninajean
DarrenMcD
chrisewers
vinson.zeng
ThoWa
David Frommer
oxAndy
Kyaw N Paing
Chris Lively
Busy
JT Poole
KrazyKiwi
Patrick Tseng
jsbWS
Craig0111
Only Title

Jason_OPIS's Q&A profile

  • Visual Studio Express Editions help with TabControl

    hello can some one tell me how can i move the TabControl to the side of the fourm ...the program places it in the top .. thanks in advance Hi there, In your Form/GUI editor (where you can drag & drop controls onto the form etc) click on your TabControl control. In the list of properties for the tab control, there will be one called "Alignment" and you can change these so that the tabs appear on either the left or right side of ...Show All

  • SQL Server Secure Social Security number in my DataBase

    Hi, i have a data base in SQL 2005 and i it has many tables with confidencial information Like Social Security numbers, Credit card Numbers, etc. And i would like to encrypt this information or make something to make this info invisible to any hacker, or any person that logs on the server. Here are the limitations: 1 - I cant make any changes in the front end, so if i encrypt the data, I have to make all the modifications in the dat ...Show All

  • Visual Studio Tools for Office Error HRESULT E_FAIL has been returned from a call to a COM component.

    And back to the error with no meanings: I’ve created a document, published it on an IIS, and opened it from the IIS, resolved the security problems, and now facing this error message: Error HRESULT E_FAIL has been returned from a call to a COM component. ************** Exception Text ************** System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a CO ...Show All

  • .NET Development updating records

    I am trying to update a record using one of samples provided and I always have the following error: "Reference to a non-shared member requires an object reference" The code I use is as follows: Dim totalsRow As mdstats1DataSet.TotalsRow totalsRow = mdstats1DataSet.Totals.FindByRecordID(1) totalsRow.smtpin = smtpin totalsRow.smtpout = smtpout The error is on the "mdstats1DataSet.Totals" Can anyon ...Show All

  • Windows Forms Active X Viewing in Internet Explorer

    Hi Everyone, I expect that everyone here are familiar about the activeX content viewing problem in IE. I have got a solution from a website ( a javascript and an HTML code) that solves the problem. This works for flash files: The javascript is downloadable at: http://www.ediy.co.nz/content.asp syscmd=dl&ID=C0CF7FD6627649DA99EADCE5C97BC92D and the HTML code is <script type="text/javascript" src=" (j ...Show All

  • Visual Studio 2008 (Pre-release) DLinq association code generation bug

    The generator wrote some brain dead code for an Association. this._Organization.Entity = null; this._Organization.Entity.CdsUsers.Remove(this); Here it is in it's full glory for context: [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.Data.DLinq.Association(Name="FK_CDSUser_Organization", Storage="_Organization", ThisKey="ORG_ID", IsParent=true)] public Organization Organization { ge ...Show All

  • Visual Studio Express Editions cannot open form in design view

    Hi i saved a visual basic 2005 project containing two forms. When reloading the project the next day, i could not get the design view of those forms anymore. I only see the code in form1.designer.vb, i do not see the form with the usercontrols itself. In the solution explorer i see a node form1.vb with an icon which looks like a small textfile and "VB" in its corner. When i click on this node two files appear: Form1.designer.vb and For ...Show All

  • Visual Studio Tools for Office Can modal dialog box be opened from VSTO solution

    Hi, I have two questions regarding possible VSTO Word project. I am importing a data into dynamically created datagridview in VSTO Word. Basically user select report definition to place into document and report gets created at runtime. Now I need to allow user to click on datagrid cell, and modal dialog form should be opened where user could add GL adjustments (basically a three field form, gl string, comment, amount). So my first question is i ...Show All

  • Microsoft ISV Community Center Forums VB Excel - userinput -> UserForms

    I have made a program that has to take userinput from Multipage UserForm and place it into a spreadsheat, the user wont see the spreadsheet, because in the end all the result will appear in a listbox in the Multipage UserForms last page. My questions: 1. If the user forgets to put information into a txtbox or a combobox, how can I get the program to tell it to the user 2. Two of the txtboxes the user has to put in values, and one of th ...Show All

  • SQL Server cannot create database error in sql express 2005

    hi.. i have a pc that is on a domain with domain user rights and i installed a sql server express 2005.. when trying to create a new database am encountering an error: create database permission denied in database 'master' (microsoft sql server error:262) could anyone help how to go about this..am new to sql express. thanks If you're wortking with VISTA do: Go to all programs Micros ...Show All

  • Windows Forms How to install SQL Server Express as a prerequisite?

    Hi, Besides just checking it in the prerequisites list, what else I have to do to properly install the SQL server. I have somehow : - specify instance name - set authenfication to "SQL" - setup users - configure network protocols - etc I have found information how to configure the server through command line, etc. But can not find anything how to do it during ClickOnce installation. Thanks One more question t ...Show All

  • Microsoft ISV Community Center Forums CRM 3.0 doesn’t save my settings

    Hi, I’m having another problem in CRM 3.0. When I change any setting in the CRM system, everytime that I clicked in the OK button it should save my new settings and that’s not happening. How can I solve this Thanks, Per our support engineer: Would you please tell us where you changed the settings that were not saved There are lots of settings in CRM 3.0. So we need to know where is the problem. J Please ...Show All

  • Visual Studio Update guidance already installed

    Is there a way to update solutions/projects that have been created using a guidance package For example, if a hook was added to a solution that checked for updates to a guidance package, then when an updated version was rolled out, the consumer could just select that option (recipe, etc) to get the updated functionality. Has anyone thought about doing something like this There seems to be a gap in using guidance to create initial sol ...Show All

  • Visual C# Windows Services - Is there any code that cannot run in a service?

    At startup, I need to check the status of a variable on my systems. First I tried using task scheduler to launch the code at boot, but it didn't work, so I am now looking into just writing a windows service. The idea is, I launch a dos based utility to check the stauts of the variable (I cannot check it directly it is proprietary), storing the status in a registry key. After the utility completes, I read the key. If the status is correct, I want ...Show All

  • SQL Server Connections to SQL Server Files (*.mdf) require SQL Server Express 2005

    When ever I click on an MDF file in VS2005 I get the following message. Required Components Missing. Connections to SQL Server Files (*.mdf) require SQL Server Express 2005 to function properly.  Please verify the installation of the component or download from the URl: http:go.microsoft.com/fwlink/ linkID=49251. I think this may have been due to the install order and options I selected. 1. VS2005 Pro, without SQL Server Express 2005 as I wa ...Show All

©2008 Software Development Network

powered by phorum