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

Software Development Network >> Art Gaisin's Q&A profile

Art Gaisin

Member List

DeathByNukes
Chris Walton
kamran_kamaei
Palestinian98
clauden
esandall
KCTami
Artur H. Shamsutdinov
Martin Vobr
SirKnight
Antonio from Malibu
Ovidiu Platon [MSFT]
g.miranda
BradN
bsavaliya972
Ankit Jain
VB Star
Kuti
keffordl
zgueney
Only Title

Art Gaisin's Q&A profile

  • Visual C++ C2002: invalid wide-character constant after moving to July CTP of VS2005 Beta Team System Edtion

    The following code fragment from a header file compiled alright with Visual Studio 2005 Team System Edition Beta 2 (from DVD), but when I installed the July 2005 edition, I now get a compiler error: C2002: invalid wide-character constant Any sugestions as to what could be the problem   Thank you. -------------------------------------------------------------- #ifdef _DEBUG #pragma comment ( lib , _DNT( "AcGe17d.lib" ) ) &nb ...Show All

  • Visual C# It is posible to display decrypted text in datagrid cells (from encrypted data source)????

    I'm developing a C# winforms application, often I send some encrypted information to the database and it's saved as well. When I get the encrypted information, there isn't problem to set up the text property to a textbox control (txtControl.Text = objEncryptDecrypt.Decrypt(dbValue)), but I have a lot of problems to display the same decrypted value in a datagrid cell, and why That's why: private void createTableStyle() {    &nbs ...Show All

  • Visual Basic Non-working keys in VB 2005 Express editor

    My previously working 2005 Beta version expired so I uninstalled it and reinstalled VB 2005 Express Edition per the instructions. Now the backspace, arrows, Enter and some other keys don't work in the editor (same result whether a new project is created, or an old one loaded). Any help would be appreciated. Try Tools -> Options Then Select Environment -> Keyboard from the treeview and then ...Show All

  • Visual Studio Tools for Office Issue with Office Interop

    Hi,       I'm using Installshield setup to install my product.It registers few Office Interop Assemblies using Regasm. This assemblies are from .NET framewrok 1.1 Now, I have .NET Framework 2.0 installed on my machine. When I start the installation, the Regasm registration crashes. Is there any compatibility issue Kindly help. Thanks and Regards, Ajit Hi You should use the PIA's to instal ...Show All

  • Visual C# Import outlook contacts

    Hey howzit I would like to import outlook contacts in my C# application.  I have found a handy application on the code project:  http://www.codeproject.com/com/outlookcontacts.asp df=100&forumid=14626&select=1409933&msg=1409933  but it uses C++ and I do not want to use this code...I heard there is code in .NET for doing this...can anyone please help me Regards, You can find a article on code project t ...Show All

  • Visual Basic system.string[] problem

    Hi all, Im really new with .NET, I tried to make a little program on VB. NET, Im really new with this, and I cant contionue because I cant convert the system.string[] into a normal string, Ihave this: Dim management As ManagementClass = New Management.ManagementClass("Win32_NetworkAdapterConfiguration") Dim colNicConfig As ManagementObjectCollection = management.GetInstances() Dim txtDireccionIP() As String For Each mgr As Management ...Show All

  • Visual Basic 2005 app slower than 2003

    I started porting over an app built in 2003 to 2005 and I've noticed that at least one part of it is slower to perform. I have a single line combobox capturing textchanged event to run a routine. The routine refilters a dataview and binds it to a datagrid. The two have the exact same code except where 2005 differs slightly from 2003 in setting the databinding and I used a gridview rather than a grid. It seems the 2005 model takes a second or ...Show All

  • Software Development for Windows Vista SqlTrackingService & User Events

    Can anybody please point me to a decent sample on the SqlTrackingService I'm passing paremeters through EventArgs in my state machine workflow, but I can't seem to figure out how to get the data back. For example, if I pass a dollar amount when I raise an event, I'd eventually like to be able to recover that value from my application.  I was hoping that the following code would reveal the parameters I had passed (or at least lead me in the ...Show All

  • Visual C++ error LNK2019: unresolved external symbol

    I'm getting this error, and I cant find out whats wrong! Can anyone help me flatetrimming_test error LNK2019: unresolved external symbol _les_pci_entitet referenced in function _pdi_main This is my code: #include "stdafx.h" #include <math.h> #include <windows.h> #include <stdio.h> #include <conio.h>   extern "C" { #include <pdi.h> }   /* Entity digitise mask */ //#define DI ...Show All

  • Visual Studio Team System Unable to install TFS - Error 28925

    I'm trying to install TFS RTM Workgroup, and after checking the Installation guides, I am blank. I cannot understand why I get this error. I have tried checking out the other posts in this forum, about error 28925, but could not find an answer to the problem. All the suggestions did not work (giving TFSSERVICE administrator rights, removing the IE enhanced security configuration, ...). I found the following in the log file: 05/08/06 17: ...Show All

  • Visual Studio Team System Need a fix to area bug

    I am running Visual Studio Team Foundation Server Beta 3 Refresh and have discovered that if a user without sufficient permissions tries to create an Area in the Areas & Iterations dialog that an error is given to the user but the Area is still created. It appears that the Area was not completely created though, it shows up in that dialog list, but is not available to be used by work items and it cannot be deleted by anyone. When I (from a g ...Show All

  • Visual Basic VB.Net run time problem , design time coding is not reflected in the output

    Hi, Its vb.net problem.While developing suddenly the latest changes in code is not reflected in the output.Supposing i add a msgbox("hello") and wants to display at run time its not shown in runtime.Once this problem whatever change i make to the program does not reflect in the output.But the coding which i created is existing.I tried to rebuild and build but of no use.This problem is on and off.So i am unable to work thereon. Neither err ...Show All

  • Visual C++ controlling user input

    I'm writing a game. A very symple game that doesn't use objects or anything like that. (I'm relatively new to prgramming and haven't gotten that far yet.) Over and over again the program asks the user for input. Some examples: cout << "Play (or try, failures) again, Yes(1) or No(0) " ; cin >> pg; cout << "Show attack score, Yes(1) or No(0) :" ; ...Show All

  • Visual C# How I can connect a form to several db in C#?

    Hi, I want to know if there is a way to switch from a form to more than one database. Is possibile use, for example, two database toghether Thank you!  I have moved your thread to the C# General forum so you get better responses. You can easily connect your C# application to multiple databases by creating various different connection objects that connect to different databases. If you are using the VS IDE you can ...Show All

  • Visual Studio How to get Information?

    Hi! I want to know about where the information exists about label. For example: When i get something on lablel, and after few days i forget that from which label i got these file/project etc, From where i can find the information about.. For product feedback on SourceSafe 2005 Beta 2, you can use: http://lab.msdn.microsoft.com/productfeedback ...Show All

©2008 Software Development Network

powered by phorum