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

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

WilfridB

Member List

jialin
Jan tje
Qdinfamous
Glenn Altemose
Swati@Mastek
Osamede
markj11
Jon Monreal
Juozas Kimtys
HVJ
__ted_glaza
James Perry
Intern
cropcircles
SIR Alex
SSmith1000
shjuspea
heinz57
angelboy_31
Stephen_Weber
Only Title

WilfridB's Q&A profile

  • Software Development for Windows Vista midl compiler update

    Hello, i am using vc++ 6 and the midl compiler is version 5.01.0164 Does it help updating (how ) the midl compiler if help for the problem below is needed Problem description: This [id(7), helpstring("method GroupInfoCnf")] HRESULT GroupInfoCnfEvent(long aResult, long aLength,[in, out] SAFEARRAY(GroupInformationStruct) pGroupInfo); produces a midl warning: warning MIDL2039 : interface does not conform to [oleautoma ...Show All

  • SQL Server Problem With Attach Tabels

    Hellow Everybody. I have an access db that part of the tables there are attached from sql server 2000, and other attache to another access db (access2.0). This DB are transfer data from the sql server DB to access2.0 DB. It had working for 4 month very good. Week ago problems occured when the connection to sql server failed. Everytime I try open sql server table, it ask for connection details (login,password). Is anyone familiar with th ...Show All

  • Visual Basic Search function

    Hi! I need help to make a search function to my program. I want to search after Spyware (my program is an antispyware program) So then i need help with the search thing. I thought that maybe I must make a file or database with all the spyware names in. Then my program reads the names fro the file\database and search after it. Just think about a anti virus program that search after viruses. Could somebody help me with this you have to do s ...Show All

  • SQL Server Bug in SQL Server 2005 ? - DATEADD function

    Hi When I execute the following , the expected result is 03/31/2006. However the result that you get is 2006-03-28 00:00:00.000 Select DATEADD ( MONTH , 1 , '02/28/2006' ) Is this something how the dateadd is supposed to behave or is this a bug in SQL Server 2005. Regards Imtiaz If your base date is not the last of a given month, something like this will work: DECLARE @mydate DATETIME SET @m ...Show All

  • SQL Server How to invoke C# code from SSIS? Can we script in C# for Script Task?

    How to invoke C# code from SSIS Can we script in C# for Script Task thanks With the introduction of VSTA which supports C# for scripting, will SSIS support C# i.e. will it upgrade its script engine to VSTA ...Show All

  • Visual Basic Reading Serial COM-port with IRQ interrupt handler

    I am writing a program for RFID registration in VB.NET I am searching for a (VB).net class to read/write from/to my COM-port. But the reading should be interrupt triggered. I already found some programs to read from my com-port but I haven't found anything of how to make this interrupt triggered. So that the port is only read when data is send trough. Ps: I prefer VB.NET solutions, but if you would only have a C# solution you are always alo ...Show All

  • Windows Forms Merging MenuStrips

    How are you supposed to create merge menus using the MenuStrip control in VS2005 Beta 2 I can't successfully get MDI child forms merge with the MDI parent using the merge index, and I'm not sure if I'm just not doing it right or if it is a bug. Can someone please point me in the right direction Erick Ellis wrote: Merging with ToolStrips in significantly different than previous ...Show All

  • SQL Server The subscription to publication is Invalid

    Hi, I have two SQL 2000 Server running on Windows 2003 Standard Edtion. I am using merge option to replicate database as Transactional option is excluding some tables. Both server are not in Active Directory and I am trying to replicate over the internet. I got following error message while using Merge option: Error Message: The subscription to publication 'XXX' is invalid. Error details: The subscription to publication 'XXX' is i ...Show All

  • Visual Studio Express Editions Cannot compile the sample from MSDN IADsWinNTSystemInfo

    Dear Sir, I have copied the code from MSDN in order to use IADsWinNTSystemInfo to get the machine name and PDC. The code is listed as follows. #include <activeds.h> #include <stdio.h> int main() { HRESULT hr; hr = CoInitialize(NULL); IADsWinNTSystemInfo *pNtSys; hr = CoCreateInstance(CLSID_WinNTSystemInfo, NULL, CLSCTX_INPROC_SERVER, IID_IADsWinNTSystemInfo, (void* ...Show All

  • Software Development for Windows Vista ExternalHandleEventActivity

    Invoking a HandleExternalEventActivity sitting inside a Statemachine workflow, from an Asp.Net page - anyone succeeded I'm banging my head on this one... John - yes I've been able to do this. You have to make sure to use the ManualWorkflowSchedulerService - and call RunWorkflow before you try to use the ExternalDataExchangeService implementation. ...Show All

  • Visual Studio Express Editions VB Express and SQL 2000

    Can VB Express 2005 ( and Web Express 2005 ) be used to created applications and webs that interface and work with SQL Server 2000 or is SQL 2005 Express ( and/or SQL Standard 2005 ) required Thank you. yes, you can. However, you will not be able to create/modify the database through the IDE (Use your existing management tools, or use SQLServer Management Studio Express, available as a free download). ...Show All

  • Smart Device Development Time Zone Read/Set

    Is there a way to programatically read the time zone stored on a PPC   Is there a registry key that stores this or a system call I can use Thanks! MSDN says: OS Versions: Windows CE 1.0 and later. when I try to run a test I get: "System.NotSupportedException"     the device is a CASIO IT 3000 running CE.Net 4.1 and CF 1.1 what do I do ...Show All

  • Visual Studio Error installed VS2005 beta 2 on SQL2005 CTP SEPT

    i have error when i install VS2005 beta 2 on SQL2005 CTP SEPT. The installation stop when Wizzard try to install the old .NET framework 2.0 can any recomemmend the best way to install VS2005 on SQL2005 CTP SEPT ...Show All

  • Visual Studio Unable to debug System.Net.DigestClient throws an exception

    I converted a VS2003 application to a VS2005 application. I have no errors and no warnings when I compile. When I attempt to run I get the error:   Unable to start debugging on the web server. The type initializer for 'System.Net.DigestClinet' threw an exception. Any thoughts on how to fix this I am assuming this is an IIS web application. Is this correct Do you have the same problem for a ...Show All

  • Visual Studio Tools for Office Trust? Load Customization?

    I need help -- I've tried so many things my head is spinning. I've only just started doing this application, so right now there's very little code in it. The code is on a network drive, along with the spreadsheet. My Visual Studio and Office are on my local machine. I have administrator rights on both the network and my local machine. I get the following warning: "The assembly must be granted full trust before the solution will run" ...Show All

©2008 Software Development Network

powered by phorum