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

Software Development Network >> Frank De Koninck's Q&A profile

Frank De Koninck

Member List

David Meagor
Therese P
elvisrs
eman lee
glebd
ckaz
Satinay
bugduc
Sianny
wishkah353
Fabio Schorn
Tyago Valença
yanke
RavenSensei1
Renderflash
Che2Palle
tinu44
newbnet
Sarath
Beav1810
Only Title

Frank De Koninck's Q&A profile

  • Visual Basic Invalid Authorization specification - help.

    Hello, I'm making some changes to an old application - I can run the app no problem on one machine, but on the one I'd really like to use I receive the following error: run-time Error -2147467259(80004005) Invalid Authorization Specification. It occurs on this line:  con.Open "Provider=SQLOLEDB.1;Persist Security Info=True;User ID=;Initial Catalog=MyDatabase;Data Source=myserver" con is an adodb.connection If I type in the userID as a valid USERID it works, but that's not entirely feasible.   It's just one of several large old applications that are going to be re-written in .net shortly.   I'll need to ma ...Show All

  • Visual Basic Data doesn't update

    MS Access 2000 dB,  table name CompanyInfo.  field to update is called Activerec defined as datatype Yes/No   format = True/False. What I am expecting the following sub routine to do is Query the db for records where the ActiveRec field is True.  This should return only one record to the dataset. Then using the Update query I want to set that Activerec field to False and update back to the database. This routine runs through OK but the Activerec field isn't getting updated as False. any idea why Private Sub DeActivate_Comp() Dim cb As New OleDbCommandBuilder(CompDataAdapter) ' Create SQL Comman ...Show All

  • Visual C# How to check for tables in dataset

    Hi all. I am not using mssql. I get my data from a progress db. When i receive my dataset, they can contain 1,2,3 or 4 tables. How can i find out what tables are in the dataset. (The name of the tables can change..)I have tried if (set.Tables[0].Rows.Count > 0) if (set.Tables[1].Rows.Count > 0) if (set.Tables[2].Rows.Count > 0) This dosn't work. A ny other way to check my dataset for tables Thanks. Lars E. Thanks but i have som issues with this solution. I have 3 datagridviews to fill. The dataset can contain 1,2 or 3 tables. How can i choose the different datagrid to be used with the different ...Show All

  • Visual Studio Express Editions Trying to get a working directX template

    I got VC#2005 EE and the latest DirectX SDK (April 2006). I've tried following some instructions to get a working project template that would be a great starting point for building directX apps. The instructions are from the Coding4Fun section: http://msdn.microsoft.com/coding4fun/weekend/apptemplate/default.aspx I'm getting this error (I took a screenshot): http://s93768914.onlinehome.us/pub/vsharpdx.gif I put that article together using one of the older SDK Releases, I have updated the files and have them located on my website, Here is the link . Looking at the error that you have supplied this is ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Octrees question

    Hi, I've done some reading before posting this, so I think that the answer to my questions is not already in the forums. I've also searched the internet and read some articles about octrees. Bu I still have some doubts regarding this matter. What happens if a object is too big, and is inside 2 or more octree leafs Should the object be divided in 2 If not wouldn't the object be drawn twice Or this should never happen If the object will get divided the recursive function should exit and stop dividing Thank you Depends on what algorithm you are using and what you want to do with it. Some ...Show All

  • SQL Server Cognos and SQL Server 2005 Reporting Services

    Hi, I would like to get the differences between Cognos and SQL Server 2005 Reporting Services.One of the client is planning to Use Cognos and I am supporting SQL server 2005 Reporting Services. Details regarding the pros and cons of SQL Server 2005 Reporting Services would be great. I am looking for the details like this. Cost of Cognos licencing Vs SQL Server Reporting services licensing Usability issues ,etc. Any link to the comparision study between SQL server Reporting services and Cognos Thanks! Raju http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci1141747,00.html ...Show All

  • .NET Development Will AnyCPU cause binaries to run as 64-bit on x64 machine

    I used VS2005 professional to compile 18 .Net assemblies using the AnyCPU platform setting in configuration manager. I also have a startup executable that calls into one of the GAC libraries to start/run the program.  I compiled both the program and all assemblies on at 32 bit Windows 2000 OS using the "AnyCPU" platform setting On the 64-bit computer running XP-Professional(64)... All assemblies were successfully loaded as 64-bit gac assemlblies using \v2.0 64 bit\bin\gacutil.exe. The startup program is shown running without the "*32 "suffix. The program is running but from "program performance" its behavior appe ...Show All

  • Smart Device Development Pls give me some advice!

    Hello there, I am a new comer to this smart device development world. now I have some problems with creating a smart device dll using VS 2005. The problem is I know little about developing DLLs. Is there anyone who has any online tutorials or useful sites about it especially for VS2005 Thank you very much... Hi Brain, I'm glad i found someone who knows in and out about DLLs. I aint able to create a DLL. Here is my required set up:: 1. The DLL has to work on the calendar.exe (or poutlook calendar.exe) , in other words, whenever the calendar application on the PPC is lo ...Show All

  • Visual Basic vb.NET2005 frustration .....'Unable to copy file "obj\Debug\....." to "bin\Release\......"'

    Recently, but not immediately, I started to get the above error message almost every time I rebuilt my vb.NET application. The only way I know how to proceed is to rename all the \bin\Release\ files. I'm sure this isn't the normal expectation but why do I get it and how can I avoid it Urgent help required please! Geoff what other programs are running at the time, you dont have a second instance of vs with that project open and running or are running the executable at the same time as trying to recompile the application. Its normally that something is still open or in use and the system will not allow it to ...Show All

  • Visual FoxPro Need help on a small open table code

    Hi, I m trying to make a general opentable function that I will use with all my apps in the future. Now I need someone to explain to me a few things to see things more clear. Here is my code: function OPENTABLE(TABLENAME)  LOCAL TABLETOOPEN *Ok this is just a full path I make for the dbf file. I do not know if it the right way.what it gives is  eg. c:\program files\my app\data\mytable.dbf  TABLETOOPEN=TOSTRING(checkpathforslash(GETCONFIGVALUE("DBF_PATH"),.t.))+TOSTRING(RTRIM(LTRIM(TABLENAME)))   IF !USED(TABLETOOPEN)   USE (TABLETOOPEN) IN 0 SHARED    RETURN .t.   ELSE    RETUR ...Show All

  • Windows Forms Dynamic loading of UI controls

    Are there any good articles out there on packaging up UI into control library and  dynamically loading them into a main shell. With the main windows being a .NET executable and the UI library a dll. Thanks Pat JCasa  - It will probably be more work to do the merging yourself - as I believe you'll have to add/remove items, but it hopef ...Show All

  • Visual C++ Importing class from dll

    Hi My problem is that I cannot import a class from a dll without an import library. Thank You, Attila. I removed WINAPI, and now it works. typedef int (* _writeSerialPort)(int numberOfBytesToWrite, char* data, unsigned long *bytes_sent); but there is still one problem: Untill now, the program worked, only the debugger stopped it with that error message. So it sad it wrote 1 byte to the serial port, or it wrote there is no serial port. Now it says it writes 1 byte, although there is NO SERIAL PORT on this computer. Any ideas ...Show All

  • .NET Development Visual Studio .NET project templates for creating Windows Communication Foundation (Indigo) applications

    I am getting started with using WFC services and wanted to know what project template I should use   Are there any project templates available   Thanks Ralaph Ralph, we have a few templates available for WCF projects in our add-on pack for Visual Studio. You can download the version that goes along with the Janurary WinFX CTP here [1]. You don't actually need a WCF-specific template to get started, however. If I'm writing a web-hosted service, I usually start with a library project, and just add a .svc file to the solution. If I'm writing a self-hosted service, I'll start with a console p ...Show All

  • SQL Server ODBC & Multi-threading

    I'm working on a C# (2005) app that requires shooting a large number of queries via Odbc, wait until the last one is done and then compute an overall result. Since the queries are not interdependent, I would like to get them to run concurrently on multiple threads. I did manage to get several queries run on different threads but the response time for the same query varies dramatically when another query is running concurently (even on a different ODBC connection). All is as if something was queing those queries regardless of the threads and/or the connection objects being used. Basically when I run a very simple query q1 (thread 1 c ...Show All

  • Windows Forms MenuItem underscore under &letter problem

    Hi, My problem is that I cant get the under score to appear under a letter of my menu item.  Am fallowing the C# Reference and still cant get the underscore to show up whn am running my compiled program public void CreateMyMenuItem() {    // Create an instance of MenuItem with caption and an event handler    MenuItem menuItem1 = new MenuItem( ...Show All

©2008 Software Development Network