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

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

Eyvind

Member List

sureshv
Rolento
Robert Barnes
Christopher New
Vijay Ram S
sdoc
Falklian
iKenndac
jackycn
RainyDayz
DavidTempeArizona
Chris Howarth
Rattlerr
joshtms
b-man
GRK
Mark Heath
scribework
Delphieur
dfullerws
Only Title

Eyvind's Q&A profile

  • Visual Studio Team System The onmouseover javascript property isn’t replayed by Visual Studio.

    During the recording process, the onmouseover property was clearly captured. This was meant to change the status of a product from ‘approved’ to ‘work in progress’. However on playback, that wasn’t displayed and more over, the ensuing screen was still the one displayed before the corresponding request. I expected a screen titled ‘work in progress’ in addition to other changes subsequent to the onmouseover action. Hence the validation for the text in the expected screen, as well as the web test fails. Even though the action is executed it is not displayed on the playback browser screen. Hence the appropriate screen does not appear. Instead of displaying a pag ...Show All

  • Visual Studio Team System How to delete the builded data that i don't want in the database?

    hi all: now I am try thethe function of team build. After I did some test, many wrong data generated. now I want to clear up these data. can you tell me how can i do if i want to delete these data in database by hand, whith tables in database stored the build data You can delete a build with TfsBuild.exe http://msdn2.microsoft.com/en-us/library/ms244360(VS.80).aspx http://blogs.vertigosoftware.com/teamsystem/archive/2006/05/03/Deleting_Team_Build_Types_and_Team_Builds.aspx ...Show All

  • SQL Server Remote connection to database on same PC?

    I am running the SQL express advanced on the same PC that also hosts my Visual Basic Express application. I have user instances turned off and full-text enabled and working from within a SQL query window. However, I can not create a working connection to the database using the data source wizard from the server explorer within VB.NET. Since this is on the same PC, do I need to enable anything other than shared memory I get the error: Provider SQL Network Interfaces, error 26 Error locating server/instance. DeBug Hmm, the way you use the server explorer in VB.Net Express seems to be different to the full version of Visual Studio 2005 I use. In the server explorer I see a top node "Data Connections" wh ...Show All

  • Commerce Server Can I rename a Commerce Server Site?

    The name of the site I'm building has changed, and so I need to rename the site in the Commerce Server Manager. How can I accomplish this. i'm aware I'll need to change all references in the web.config for the site, but in particular, how can I change the name of the site in the CSM Thanks, Dave Colin, Yes, the packing and unpacking method worked supurbly, the only glitch being that I did have to manually rename all of the web.config references to the new name, but the error is quite to the point and easy to pinpoint :) As an aside, have you or anyone you know had issues where when you package a site on a dev server and unpack it on the deployment box, the site appears in IIS and works correctly, but doesn't appear in ...Show All

  • Visual C++ Hi, I am Anil, I am working with application that send data from pc to an HID device.

    I am working with application that send data from pc to an HID device in VC ++ 6.0 . In that specific program I am getting fllowing errors when I tried to build it. --------------------Configuration: usbhidiocDlg - Win32 Debug-------------------- Compiling... usbhidiocDlg.cpp usbhidioc.cpp STDAFX.CPP Linking... usbhidiocDlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiDestroyDeviceInfoList@4 usbhidiocDlg.obj : error LNK2001: unresolved external symbol _HidD_GetAttributes@8 usbhidiocDlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiGetDeviceInterfaceDetailA@24 usbhidiocDlg.obj : error LNK2001: unresolved external symbol __imp__SetupDiEnumDeviceInterfaces@20 usbhidiocDlg.obj : error LNK2001: unresolved ext ...Show All

  • Visual Studio Express Editions Having Webbrowser functions to specify tabs?

    I am currently having some trouple getting some of the standard webbrowser functions to work properly when using a tab system. I have it setup so that you can create new tabs with a button click with a webbrowser in each one, but I can't figure out how to get the "Back", "Foward", etc. to work for the visible tab. I am also having trouble getting the address bar to work properly. Can someone please show me how to do it Here is my code so far: Public Class Form1 Public Class WebBrowserTabPage Inherits System.Windows.Forms.TabPage Private WithEvents WebBrowser As WebBrowser Public Event Navigating(ByVal sender As Object, ByVal e As EventArgs) Public Event Navigated(ByVal sender As Object, ByVal e As EventArgs) Public Sub New() ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Semi-Transparent Mesh

    Hi, I am loading a mesh on my form and then rotation it about the y axis. However, my mesh seems to be semi-transparent, how do I fix this It's like you can see through the abdomin of the tiger model an see the fur and strips that are on the other side! I've linked to a screenshot but, it's hard to see unless the model is moving. Also, attached is my code. http://eggce.com/images/tiger.gif using System; using System.Drawing; using System.Windows.Forms; using Microsoft.DirectX; using Microsoft.DirectX.Direct3D; using Direct3D=Microsoft.DirectX.Direct3D; using System.IO; namespace MatricesTutorial { public class Matrices : Form { // Our global variables for this project Device device = null; // Our rendering device ...Show All

  • .NET Development Update without Parameter

    Hi, Is it possible to write an update in ADO.NET without deffining my update with parameters In ADO we use to be able to create a connection edit the field and called the the ado1.recordset.update function. It's a lot of codes to update a database. Thanks. You do have to use an update query. However, if you use a CommandBuilder object, the insert, update, and delete statements are created automatically, so you don't have to write them youself. CommandBuilder objects exist for all of the built-in database clients, including SqlClient(SqlCommandBuilder) and OleDb (OleDbCommandBuilder). ...Show All

  • Visual Studio Team System Data Driven Unit tests and Database Deployment

    Let me first start by saying thank you so much for DataDude! OK, with that said I have a question. Our applications consist of a data access layer that we like to write unit tests for. To best exercise the data access classes we like to use data driven unit tests. In some cases we use the test database as the test datasource as well. Here is the question: when I have a unit test set with the datasource being the database to be deployed in the Database Configuration for the test project everything will work fine if the database exists and has data in the table specified in the DataSource attribute of the test method prior to the test run being started. However, if the database does not exist the test is aborted before AssemblyInitialize is ...Show All

  • SQL Server Lookup Transform

    Hi! I am a newbie, grateful for some help. I have a Source Ole DB w sql-command selecting the customer.salary and customer.occupation, which I want to match with demo_id in Ole DB destination. salary, occupation also in dim_demographic. But in Lookup editor I find no column demo_id... how do I do this I don't think the Distinct will eliminate the duplicates as each row (I guess) has a unique Id value. To convert data types there is a Data conversion tranform in the toolbox of the data flow. ...Show All

  • Windows Forms Simple ComboBox / ListBox property question

    Hi, I can't seem to find anywhere in the help menu how to create a drop-down menu that doesn't allow typing input. To be very clear, I want the user to choose either A, B, C, or D. I do want a drop-down menu (like a standard ComboBox). I don't want the user to be allowed to type anything (like a standard ListBox). Is there a property I'm missing or something Thanks! Mike Change the DropDownStyle property from "DropDown" to "DropDownList". The user won't be able to type in any value and can only choose from your list of items.   msopnet wrote: Hi, I can't seem to find anywhere in the help menu how to create a drop-down menu that doesn't allow typing input. To be very c ...Show All

  • Visual Studio Tools for Office its vsto only

    Hi Experts is there any way to prevent outlook from loading MS Word internally This is hardly a VSTO related question, but here is a go: Open your Outlook, in the menu go to Tools-Options, Select the tab Mail Format. In this tab you will notice some checkbox items "Using Microsoft Office Word 2003 to ..." in the Message Format section. Make sure you disable the checkboxes to ensure Outlook is not running Word to edit your messages. -= Maarten =- ...Show All

  • Windows Forms datagridview

    hi, i have a datagridview(vid=sual basic 2005 and sql server 2000 thru dsn im working). i want to 1)display data from a table to datagridview 2) add new rows 3)delete 4)update. i added a datagridview and added 15 columns to that ans set name and columnheader for each. i also want some of the columns to be calender etc...(i added genericdatagrid user control.dll) i have the following code in the form load but no data is coming. can u please help con.ConnectionString = "dsn=alphasql" con.Open() da = New OdbcDataAdapter( "Select * from Company" , con) 'da.SelectCommand = New OdbcCommand("Select * from Company", con) da.Fill(ds, "Company" ) DataGridVi ...Show All

  • Windows Forms Control.FromHandle is returning nulls

    Hello all, I am trying to get to the hidden textbox in a combobox with this code: <DllImport("user32", CharSet:=CharSet.Auto)> _ Private Shared Function FindWindowEx(ByVal hwndParent As IntPtr, _ ByVal hwndChildAfter As IntPtr, _ <MarshalAs(UnmanagedType.LPTStr)> ByVal lpszClass As String, _ <MarshalAs(UnmanagedType.LPTStr)> ByVal lpszWindow As String) As IntPtr ' Function body should be empty. End Function 'FindWindowEx ' Control is a ComboBox. Public Shared Function GetHiddenTextBox(ByVal control As Windows.Forms.Control) As Control Dim handle As IntPtr = control.Handle If GetType(System.Windows.Forms.ComboBox).IsAssignableFrom(control.GetTyp ...Show All

  • .NET Development Socket Exeption No such host is known in PPC2003

    Hi I'm very new to any kind of programming, so please bare with me. I'm trying to connect a PPC to a unit on a LAN using socket, and receive a Socket Exeption: No such host known. I've narrowed the vb.net 2003 code down to: Imports System.Net.Sockets Imports System.Text Dim tcpClient As New System.Net.Sockets.TcpClient Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click tcpClient.Connect("10.0.0.21", 8000) End Sub This code works fine using a PC on the same network, but not on the handheld. Thanks PTV timvw wrote: It means that the hostname "10.0.0.21" could not be resolved to an IPAddress... Use the constructor that accepts an IPAddress an ...Show All

©2008 Software Development Network