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

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

Ignis

Member List

Simon M
wargy2
dotnetJava
Wolverine10
Mr Big56911
ShawnStovall
John P. Greiner
Donckers
Diego_VB
AlexanderPovalyaev
Prasad V
Koala
Roshan Sathaar
NAntZ
Sajeesh
ThunderCrash
Aidin
ligerdave
Khamul
sonap
Only Title

Ignis's Q&A profile

  • Visual Studio Tools for Office Office SP1 & SP2

    Hi everybody, As I started with my VSTO project (September 2005), I had to install the Office SP1 so that the customization works. Well of course the SP1 should be installed on the target machine also. But now there is allready the SP2. Now my questions are. Do I realy need to deploay the SP2 And do I need to install first the SP1 and then the SP2 or can I just run the SP2 Or is it better to deploay both and install both on target mac ...Show All

  • Windows Forms Textflow

    Hi guys My very 1. post inhere, so please don't flame if i'm doing something wrong Two questions: 1.: Is it possible to make text flow from TextBox to TextBox (or richTextBox) 2.: How do i make text flow arround images /t0PPy Wow thats realy a usefull comment. Thnx mate. I have explored the possibility that i do not need the functionality in question. I realy do need it. What i was looking for was not a ...Show All

  • Smart Device Development CF 2.0 - Rotate an image ??

    Hi, I saw somewhere that on CF 2.0, an image rotating will be feasible. I installed the vs 2005 with the new framework and new cf but couldnt find any rotating ability. Does anyone can give me a hint thanks, Do you want to be able to rotate the image on any angle or some predefined values like 90, 180, 270 degrees ...Show All

  • Windows Forms Clickonce & Security

    There are things that frustrate me with Click Once security. Suppose I have a simple application to deploy with click once, setting partial trust. I have an about box automatically generated with VS and then edited. Still i want to keep the following:                 return Assembly.GetExecutingAssembly().GetName().Version.ToString(); Or hopefully I would like it changed ...Show All

  • SQL Server Iseries to sql server 2005 package returns invalid data type

    I have installed the trial enterprise edition of sql server 2005. I am trying to recreate a dts packages. I am using an iseries OLE DB provider. In the data flow the connection to a physical file that has string data gets translated into binary data. Has any one gotten a download to work with the correct data Most likely it's not SSIS, rather the provider's settings caused this.- you may wa ...Show All

  • Visual Studio Team System URL in Redirect is not encode

    Hi, I have a ASP .NET app. In the Search.aspx there is a redirect to an URL with a QueryString parameter (data). This parameter is created at run time and contains characters like %. When i run the web test, the parameter value is not right, as something replace some characters. In the Object was moved here... page the parameter looks OK. <html><head><title>Object moved</title></head><body> <h2>Object ...Show All

  • Visual Basic Reading array value

    A variable var() is declared in option explicit as string without dimension.In the command button click event the string is assigned to the variable var(0).And on the next click of the command button another string value is assigned to var(1).       The point is when i try to load the value in the text box from the array variable var(0),Var(1).....in another command button click event, the value is assigne ...Show All

  • .NET Development Concurrency Violation When Updating MS Access Db

    I am working on a VB .Net 2005 application with a MS Access database backend. I am able to add a new row to a datatable via a DataGridView control. After invoking the Update method on the TableAdapter, I have verified the new row is written to the Access database with the values I've entered. This problem is I get a concurrency violation error when attempting to save (update) a subsequent edit of the newly added row. I am the only person making ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. The Game Programming from Scratch

    I'm Professional in VB6,VB.Net 2003,VB 2005 and i want to start in game programming but i don't know from to start study. Some friends tell me to study DirectX, but i found it hard to self study and there is no books in vb and DirectX (Almost), Anybody have any idea to start in it in simple way Here are some Managed DirectX tutorials that have been ported to VB.NET: http://www.drunkenhyena.com/cgi-bin/dx9_net.pl And here is an Italia ...Show All

  • Visual C++ manifest missing DLL - recurrent problem

    Hello, It occured before and vanished .. when i copied the DLL to windows\system32 folder I created a win32 console application my Mytest.exe.intermediate.manifest is pasted below ------------------------------------------------------------------------------- < xml version='1.0' encoding='UTF-8' standalone='yes' > <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>   <dependency>     ...Show All

  • Visual Studio Team System What about test planning?

    I've been looking through the MSF for CMMI documentation but couldn't find nothing about test planning. I'm currently working on a project that focus in quality assurance and we were planning to use MSF for CMMI as base for our own methodology. The point is: test planning is a key area for us, we found roles and activities covering test requirements and their execution, but nothing about planning how it should be done (we're using Quality Point ...Show All

  • Smart Device Development CF 1 Setting time across Daylight Saving Boundary Issue

    Hi all, I have a CF 1.0 application that needs to keep its time coordinated with that of a server. I am using a P/Invoke of SetSystemTime on the device to set the device time to that received from the server. However I have noted a peculiarity when the new time is in a different daylight savings period from the current time on the device. While, in general, the time drift between the handheld device and the server will not show this issue, i ...Show All

  • SQL Server SSIS The product level is insufficient for component "Fuzzy Grouping"

    Hello, I have a Dataflow with a Fuzzy Grouping component. When I load this package in my application and execute it, i get the following error message: The product level is insufficient for component "Fuzzy Grouping" (561). Whithout the Fuzzy Grouping component the Dataflow works properly. I work on a client machine with following installations: framework 2.0, SQL 2005 Standard with all services, VS 2005.  What's wrong, can you ...Show All

  • Visual C# Store Values in an Enumeration or Database Column

    Hi all, I have a database table called Projects and another table, which is a lookup, called ProjectStatus . What I want to do is to show projects in my app and to have a color that relates to the status of each project. So is it best for me to store these project status colors as an Enumeration, or to have an additional column that represents a hex color value in the database table, ProjectStatus. Which is best do you reckon, or is there no rea ...Show All

  • Visual Studio is there a built in backup facility in source safe?

    I would like to do automatic daily backup my sourceSafe database zipped in a seperate machine.How is it possible with source safe. Do I have to use third party tool for this Source Safe has 2 command line tools: ssarc.exe and ssrestor.exe. You could use those tools with the task scheduling facility of Windows to do a daily backup. ...Show All

©2008 Software Development Network

powered by phorum