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

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

VKT

Member List

Rama.NET
RRAALLVV
RyHarris
IanRob
Spartan115
Leonardo Rodriguez
psycho_billy
aabundez
mattcushing
Lukasz Pawlowski
Sami Karaeen
JamesF
barnettsab
siodcrashme
JT Poole
baix
prinso
Janus_42
Duane Douglas
ldt
Only Title

VKT's Q&A profile

  • .NET Development Generic Design-Time Environment Features

    Hi all, I am developing a suite of .NET non-visual components with design-time capabilities. They will be used mainly in Visual Studio 2005, but I would like them to work in any IDE supporting .NET Framework 2.0 development. So I would like to understand what is the behavior of a "generic" design-time environment, which can be expected by a Component and its Designer, Type Converter and so on. It seems obvious that it must provide the IDesignerHost interface, and can provide many other Services. But it is not clear which Services are mandatory, recommended or optional. I see that Visual Studio implements all Design-Time Servic ...Show All

  • Windows Forms Terrarium 1.2 strange error

    Ok when i compile my critter...no problem try to drop it in the terrarium and i get error: Error Loading Assembly: you are calling a class that isnt allowed in ...[my function addy] when i go to the function here is the offending code (actually simplified): Dim pointXY As Point Dim DirectionArray = New ArrayList(8) For Each pointXY In DirectionArray Next If I comment out the For Next loop everything loads in fine. What is goin on Anyone That is strange.  I've used foreach several times in my bugs with no problems (albeit I'm using C#).  As a matter of fact, Locust iterates throug ...Show All

  • SQL Server Problem with SQL Server Managment Studio Express CTP

    Hi, I have installed the product in subject but after installation if a click on program to use it, i have no result. Someone can tell me how i can control why it no work The real problem is that it no give me an error code simply the program not start. ! ! Thank's for your attention. By Fabrizio I find... When you downloaded the updated Management Studio Express, did you see it take some time to download it again, or did it start immediately (If it starts immediately, you're running a cached copy of the Windows installer package for SSMSE.) If you rename the "HKEY_LOCAL_MAC ...Show All

  • SQL Server Need a function to return a comma delimited string from multiple columns and rows

    Columns in a rows are ClaimID,LineNo, Code1, Code2, Code3, Code4 A claim id can have multiple detail lines. I want to return a comma delimited string for all the codes found for a claim id. I have not created a function before. How do I loop thru a table similar to this While Table.claimid = @ClaimID Set @MyString += Code1 +"," + Code2 + "," + Code3 + Code4 Loop   You do not need a UDF to generate the CSV string. You can use expression below: select Claimid, substring(coalesce(',' + adj_cde, '') + coalesce(',' + adj_cde2) + coalesce(',' + adj_cde3) + coalesce(',' + adj_cde4) + coalesce(' ...Show All

  • Smart Device Development DllExport

    Hello guys, i have a C++ dll which functions are called by a C# dll using DllImport but i get the 'can't find entry point "function name" in "dll name" dll', i've declared the C++ dll's functions as DllExport but i still can't get the functions. i have tried to read the Dll with PE Explorer but it doesn't find the functions. Anyone has an idea how to use the C++ functions Thanks Hi Pierre Make sure you declared the C++ function as followed: extern "C" __declspec(dllexport) void Foo (int bar); Michael ...Show All

  • .NET Development Help! C# program died quietly!

    The program was written with VB6 and C# (.Net 1.1). The dll written with C# is responsible to the real time communication with the industrial devices. It contains a few threads, some of which continuously poll the devices for the real time data. It exposes the COM interface (methods and events) to VB6 part. Most time the system can run smoothly without any problem. But sometime, after running for a while, the program just died QUIETLY. There is no any error information logged in system event log and no error reported to user. The time it takes could be a few minutes, a few hours or two or three days. In addition, I have ...Show All

  • Visual Basic Issuer Certificate

    I’m getting the " The issuer of this certificate could not be found. " error, My certificate says "Issue by Thawte Code Signing CA", Do this means that I have to get under Trusted Root Certification Authorities a Certificate that says "Issued To Thawte Code Signing CA" Thanks a lot. Under what circumstances are you using this certificate Assembly Signing or Publishing For Click Once Manifest Signing, the certificate will need to be verificable and so if you don't have the parent certificant from the issuer in your store then that is the most likely culprit. Take a look at the following thread ...Show All

  • Smart Device Development SQLite and Compilation for Different Environments

    I want to run SQLite on my PPCs for an app I am building.  I want to be able to have 2 versions. 1 for all arm processors 1 for all x86 emulators If I compile a C++ app in Visual Tools 2003 for a 2002 device, will this app/should this app port accross all devices with a similar processor regardless of PPC version (ie: 2003-Mobile etc) Thanks!   InquiringMinds wrote: If I compile a C++ app in Visual Tools 2003 for a 2002 device, will this app/should this app port accross all devices with a similar processor regardless of PPC version (ie: 2003-Mobile etc) Yes, it should work. Where do you download sq ...Show All

  • Visual Studio Tools for Office Multithreading in VBA for Excel

    How do you Multithread in VBA for Excel I know how to do it in Visual Basic Studio but I cant get it to work for Excel Is there a certain reference I need There is very limited information on the web about multithreading in Excel.  The web also says Excel Visual Basic 6.3 has multithreading capabilities. Thanks If anyone has a simple example, such as two drawings moving simultaneously (not turn based, that appears to be simultaneously) Hi, I'm curious where you got the impression that Vba supported multiple threading in Excel   While we did enable some limited multiple threading support ...Show All

  • .NET Development Dataset serialization

    I have an issue with the Dataset serialization. I have a class, say BaseDataSet which inherits from the Dataset. More classes inherit from BaseDataSet. I would like to pass on the object inherited from the BaseDataSet back to the client via a web service. Before passing on I cast the derived object to BaseDataSet type. On the client, I am not able to down cast the dataset back to the specific class which is the type of dataset passed across. Are you applying the serializable attribute to all your descendents [ Serializable ] public class BaseDataSet : System.Data. DataSet { } [ ...Show All

  • Windows Forms Please post here if you are running a Terrarium server.

    I want to get a feel for how many are out there, if any. Thanks! It's up!  I had a little time last night and things went well.  Since it's not running on a dedicated server I may need to limit the number of clients.  I'm going to do this by not publishing the URL.  If you would like to attach your client ...Show All

  • Windows Forms Possible .NET Framework 1.1 SP1 Bug

    Hello, folks. I have recently come across a problem where my Windows Form application froze without any exception. The freezing point was consistent (it wasn't 0 celcius though!), and I could reproduce it every time. And the  problem happened right after I applied .NET Framework 1.1 SP1. I have summarized the issue in a Web page here. http://jp.vbaspcoder.com/NETFramework11SP1 ...Show All

  • SQL Server Number Format

    Hi all, I have developed a report in which I need the thousand seperator to be a decimal point. Instead of presenting the number as 12,923.23 i require that the representation be 12.923,23. I have tried to customize the the format with the hash value but have had no joy. Any help would be much appreciated. Ivan Here's one way to do it. Also if this will be done on the fly, it probably will work best as a user-defined function. You could also nest all of the replace functions for a single select for production, but I did it this way to be more readable. declare @test money Set @test = ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Linker errors

    In our game engine the audio and the scripting system are plugins so I have created an XACT audio plugin for our engine. The problem is that some parts of the scripting system plugin includes xact.h because it needs access to some of the xact structures, but this causes linker errors for the scripting system because xact.h contains a macro that uses CoCreateInstance. Would it be possible to have #ifdef NOMACROS around the macros so they can be easily disabled. Best regards Steen L. Nielsen www.flux-studios.com Hi Steen. Just so I understand the problem exactly: Your engine doesn't l ...Show All

  • Visual Studio Express Editions Dumb newbie question regarding XP Styles

    Going through the video tutorials which show forms with XP style borders, etc.  However, mimicking those actions of the trainer, I only see plain vanilla-styled form headers and such.  I understand there's a way to "fix" this, but I don't know how.  Any referral links   Note that I have Visual Basic Express on an XP Tablet edition machine. BTW - Microsoft - why aren't XP styles the default for this new version of Visual Studio Tom Try the following: 1. In Solution Explorer , right-click on your application and choose Properties 2. In the Properties window, choose the Application ...Show All

©2008 Software Development Network