Software Development Network Logo
  • SharePoint Products
  • Windows Forms
  • Visual Studio
  • VS Team System
  • Visual Basic
  • Audio and Video
  • IE Development
  • .NET Development
  • Windows Vista
  • Visual C++
  • Microsoft ISV
  • Game Technologies
  • Smart Devicet
  • Visual C#
  • SQL Server

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

Jo_

Member List

WillieSea
Jamie Thomson
jbkcmouli
GNT FoxPro 8
colonel
Steev
WidgetWorking
Patrick251
vmadan16
Altug Atik
Xaid
sjkepner
DavidR100
Chris Lawcock
DotanP
NagaB
Gubi
luzippu
JonAkaJon
yonelay
Only Title

Jo_'s Q&A profile

  • Architecture Thin client vs smart client

    We are moving from a VB6 to a .net world. We are about to finish our business components and now its time to start thinking about the UI. Well, there it comes the doubt: should we choose a smart client path or a thin client one We develop backoffice financial apps; they are used in several ways (users that operate it to process information, board of directors that access it just to analyse information, end customers that access it to get information on balance account etc). The chance to have someone using a non windows OS (accessing the system as client) is remote, but exists. If we choose a webbrowser client, then we would have to buy some good components (specially grid component and menus) that could "replicate" desktop exper ...Show All

  • Visual Basic other languages

    How can i embid the chinese language in my program Don't forget to install asian language support on your system. ...Show All

  • SQL Server SSIS - execution problem

    Hi, I have been using SSIS now for quite sometime and over teh past month when i open for edit or execute a package SSIS just seems to go away and wait for about 10 minutes before opening or starting the execution. I have defragmented my drive, i have monitored cpu usage and it just looks like it is not doing anything at all. I am running windows xp connecting to windows 2003 servers with sql server 2005. Has anyone else experienced this and can anyone help Thanks terry300577 wrote: which menu can i find the work offline option i have had a look around and cannot seem to find it anywhere Its on the 'SSIS' menu. -Jamie ...Show All

  • Visual Studio Express Editions ERROR??? WHAT DO I DO???

    Hi Im new to C++ and i have Express I make this small project that has worked on other comps before, but when i do it on mine i get this error... Native' has exited with code 0 (0x0) Help Me Please Guessing: you've made a console mode program and you don't wait for user input. The program runs through main() and immediately closes the console window when it ends. Try starting your program with Debug + Step Into... ...Show All

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

    Hi, i have 3 questions regarding direct3d 1. Lets say i have a 3D cube, and i want to show its wireframe. I can achieve that by g_pd3dDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_WIREFRAME);, but how do i show the wireframe without the internal triangle lines drawn In other words, how do i show a cube with just its edges and not the trianglelines which makes up the cube 2. I have a device (g_pd3dDevice) which i render an .X file to it. I need to do some image processing on the pixel buffer. How do i get the pointer to the pixel buffer Where should i do this I'm using the simple tiger.x sample from directx sdk. Pls help with some code example. 3. How can i render an object with fillmode = shade and fillmode= wireframe on the same i ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where is the download?

    It is 12:48 pm here (GMT + 1)... in Nuku'alofa (GMT + 13) it is tomorrow... So where the hell is my download link :-D it's past 9 am over here (Netherlands). By my calculations it should be past midnight Pacific Time... I'm bored of cleaning my Holy Grail, let's get this show on the road!! ...Show All

  • Visual C++ Help! Link error: "unresolved external symbol"

    Hello all, I'm using STL in vc console and got stuck on a simple program. Here is the .h file #ifndef SimplePropertySet_hpp #define SimplePropertySet_hpp template <class N, class V> class SimplePropertySet { private: N nam; V value; public: // Constructors and destructor SimplePropertySet(); // Default constructor SimplePropertySet(const SimplePropertySet<N,V>& source); // Copy constructor virtual ~SimplePropertySet(); // Destructor }; #endif // SimplePropertySet_hpp And the corresponding .cpp file #ifndef SimplePropertySet_CPP #define SimplePropertySet_CPP #include "SimplePropertySet.hpp" template <class N, class V> SimplePropertySet<N,V>::SimplePropertySet() { // Defa ...Show All

  • .NET Development Why FileSystemWatcher reports the wrong file name?

    We are using FileSystemWatcher in our website project to monitor the configuration files. However, after a file is modified, the reported FullPath in is not the actual file name. E.g, there is a configuration file N:\SourceCode\...\DataCommand.config while the reported file name is N:\SourceCode\...\ve-32E1.tmp or N:\SourceCode\...\ve-32E2.tmp or even sometimes N:\SourceCode\...\DataCommand.config~RF20a125a3.TMP but never the right one. This issue is very confusing and makes a major component in the system stop functioning. So I really hope someone can explain why this is happening and what the walkaround is. Thanks very much. The project type is the latest VS2005 ASP.Net Web Application. Software env: windows 2003 ent, ...Show All

  • Software Development for Windows Vista Workflow Instances persisted by different hosts

    Hi, For example, I have 3 Winform Workflow host applications (with 3 different workflows also). They all using the SqlPersistenceService. Now I want to add a function to each of them to check the persisted workflow with the routine like this Dim instances As IEnumerable(Of SqlPersistenceWorkflowInstanceDescription) instances = PersistenceService.GetAllWorkflows Dim instance As SqlPersistenceWorkflowInstanceDescription For Each instance In instances System.Windows.Forms.MessageBox.Show(instance.WorkflowInstanceId.ToString) Next Everything work fine. But if I added the the to check the Status of the workflow (with StateMachineInstance) or try to load the workflow with : Dim Wfi As WorkflowInstance ...Show All

  • SQL Server Job Fails on Linked Server

    I've got a job running on a SQL2005 box (server07) that modifies data on a SQL2000 box (server05). The databases on the 2005 were imported from an older box running SQL2000. The step that is failing is: update server05.xtender.sysop.ae_rf4 set field3 = sname from server05.xtender.sysop.ae_rf4 x inner join allscholarships..studentsindb_table s on x.field1 = s.ssn where x.field3 is null or len(field3) = 0 The history shows this for the failed step: Message Executed as user: Domain\Administrator. Access to the remote server is denied because the current security context is not trusted. [SQLSTATE 42000] (Error 15274)Unable to open Step output file. The step failed. Domain\Administrator is a sysadmin on both boxes. This job had been running ...Show All

  • .NET Development About Connection and Disconnected Architecture

    Hi Which Architecture is better one in performance point of view. I am in big confusion pls help me... thank u seshu babu HI, In my point of view, In a connected scenario every changes that you make in your data would then be reflected in your database, it means that every update and every deletions or analysis that you are making, you are contacting your server. This may cause heavy traffics in your network. In a disconnected environment, you will have the chance to verify your data and change it before sending your updates in the database. In this case, other users would not be then affected by anything you are doing to your data. Coz your data would be stored locally (memory). and also, with a disconnec ...Show All

  • Visual C++ Can I Use C++ To Process HTML?

    I really don't know any of the commands that deal with HTML in c++. Can anyone tell me if this is even possible Ok, say I know the URL of an HTML file from a website. I'll put this URL in the pointer URL. Now is there a way that C++ can get this HTML file that contains the code for a web page from it's URL Like if the URL was microsoft.com, could it grab the HTML document that creates that page If that is possible could it search through the HTML file for a specific string If this is possible, can someone please show me an example thanks, Mark As said previously, there are multiple solutions. I forget what most of them are. You should ask this question in an IE programming newsgroup; it is outside ...Show All

  • .NET Development Com Exception is unhandeled while executing ExecuteReader

    hi i get following exception when i execute my code "COM object that has been separated from its underlying RCW cannot be used." code is as follow: private string conString; OleDbDataReader dr; OleDbDataAdapter da; OleDbConnection con = new OleDbConnection (); OleDbCommand com = new OleDbCommand (); OleDbParameter id = new OleDbParameter (); OleDbParameter name = new OleDbParameter (); public bool IsCompanyExist( string namee) { bool exist = false ; strOleDb = "Select strCompanyName from tblCompanyMain where strCompanyName = @strCompanyName" ; this .com.CommandText = strOleDb; this .con.ConnectionString = this .conString; this ...Show All

  • SQL Server SemiAdditive measures, LastNonEmpty, Standard Edition - I need something special

    My understanding is that the LastNonEmpty semi-additive measure: Is only supported by Enterprise Edition. Sums across all dimensions except time, where it takes the last non-empty value. What I'm looking for: A solution that works on Standard Edition and Enterprise Edition Does no aggregation at all across any dimension except time, where it takes the last non-empty value. Ideas Recommendations My current solution is to make the measures non-aggregating (i.e. AggregationFunction set to None) and the replicate the data across all values of my time dimension. This works, but it results in storing potentially 1000's of times more data in the cube than I'd like. The measures in question are limits that are used i ...Show All

  • Software Development for Windows Vista How to use Wsus api?

    I want to use wsus api in C++, but i don't know how to use. if do i need download SDK what is SDK's name or install .NET 2003 or install .Net 2005. where is the Microsoft.UpdateServices.Administration namespace what is the head file or lib file Thanks ...Show All

©2008 Software Development Network