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

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

OzJester

Member List

Aaron Stebner
NicoD
Marlyn
Al Longobardi
Anna1234
tmenier
Rob Miller
Laszlo Uracs
WendyHod
plavun
Ori'
ASunar
Helenyeap
Luigi Fonti
FredLarson
Michael Brandt Lassen
dleinbach
cuhkwilliam
mmtbb
elle1
Only Title

OzJester's Q&A profile

  • Software Development for Windows Vista Web application Ruleset editor

    Hi, Before I start delving deeper into a design for a web-based ruleset admin interface, perhaps someone has a sample or some clues how to do such I have seen the built-in Ruleset Editor in VS.NET 2005 which can be hosted in other windows applications as well, but my requirements are for a web-based admin interface ... 10x in advance, Deyan Petrov This should be a good start - http://www.net ...Show All

  • Smart Device Development WZCSetInterface under XP: setting the 8021.x authentication

    Our application runs both on PDAs and tablet PCs. It uses a wireless connection to connect to the network and that sometimes needs to be set to a different SSID. On the Windows Mobile platform this is no problem, because we can use the WZC functions which are quite well documented ( http://msdn.microsoft.com/library/en-us/wceddk5/html/wce50grfAutomaticConfigurationsFunctions.asp frame=true ). Now, the same functions should work as well un ...Show All

  • Visual Studio Express Editions SQL Server Express Install Problem - Instance Clash

    I would LIKE to simply start over and install just one instance of SQL Server Express, but I have no idea how to get around this problem. How do I uninstall an existing instance The relevant portion of the error log is as follows: ------------------------------------------- Machine         : LOKIREVENGE Product         : SQL Server Database Services Error &nb ...Show All

  • Visual C++ [C++/CLI] Threading problem

    Alright, lets hope you guys know what i do wrong, virtual void SpeakAndWait(String^ Text){ if (!Voice1) Voice1 = gcnew SpVoice(); Voice1->Speak(Text, Flags); } virtual void Speak(String^ Text){ i f (!Voice1) Voice1 = gcnew SpVoice(); Thread^ TempThread = gcnew Thread( gcnew ParameterizedThreadStart( this , &Engine::Voice::SpeakAndWait)); TempThread->Start(Text); } Alright, this is a small part of my class i use. th ...Show All

  • SQL Server Database is read-only.

    Hi I have been learning on how to use the new features of the .NET 2.0, and Well I using VS2005 and everything is pretty straight foward. I did a Membership webform where you log in and create users and roles etc. I installed the SQL Server 2005 express as my Data provider and thats where my Tables are. I used the aspnetsql_reg comand to integrate the server to this application. Anyway my problem started when i decided to copy my project to my ...Show All

  • SQL Server F I L T E R HELP!!! PLEASE!!!! THIS CAN'T BE THAT HARD

    In SSRS 2005, how can I add this check (what do I have to put in the Expression, operator, and value in filters tab of table properties) to my table filter to ensure only customers that match one of the ORs are viewed in my report HERE IS A PRINT SCREEN OF THE FILTER TAB WHERE i WANT THIS ALL TO HAPPEN...PROPERTIES OF MY TABLE: http: / / www. photopizzaz. biz/ filtertab_ ssrs2005table. jpg essentially I want this check to filter re ...Show All

  • SQL Server MSSQL 2005: MSSQL service automatically 'stop' after launch Management studio

    After installing the MSSQL 2005 Eval edition, 2 DBs were restored and trying to attach a DB, it failed.  When retry, it shows an error 'An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be cvause by the fact that under the default setting SQL server does not allow remotion connection. (Provider: Named Pipes Provider, error: 40 - conould not open a connection ...Show All

  • Visual Studio Tools for Office searching text

    hi all, i need to search programaticly for some text in a folder with multiple word documents. is there a quicker (and less consuming) way to search for the text, other than looping the documents openning them and search the range or am i better off with the index server   thanx   Index server is not too hard to use. There is a post here about how to query it with .Net. It i ...Show All

  • SQL Server Volatile parent key

    I get this message every time i start Server Management Studio Express CTP, i have lates download ie 11/11/2005 V2. Can not create a stable subkey under volatile parent key. I click continue and Server Management Studio Express CTP seem to start OK. Can you help with this. I haven't heard of this one.  I'll need a little more information to investigate this.  Do you have any other Microsoft SQL Server ...Show All

  • Visual Studio Express Editions VC++ 6 To VC++ 2005 Express

    There are some problems that are making me regret changing to VC++ 2005 Express. First, when i build a simple project from a VC++ 6 project source, using strcpy (now using strcpy_s) and such, when i try to execute the exe, it says MSVCR8.dll coudnt be found in the system. Ok that breaks my legs in half. Thats like using Visual Basic 6 again, missing runtimes ! So i need to know if i can use my libs and includes from VC++ 6, but with VC++ 2005 Ex ...Show All

  • Visual Studio 2008 (Pre-release) binding to a function call instead of property?

    Hi, If I have following function class LanguageHandler { public static string GetString(string key) { } } Is anyway I can binding a textblock - text to the GetString function thanks/chong Hi Chong, I would like to understand what you're trying to do a little better. You say you would like to bind one control to an ObjectDataProvider that takes a parameter to the method, but tha ...Show All

  • Windows Forms Why and How to get around Tab Control in UserDraw = large tabs

    I am subclassing the tab control. As soon as I pass the SetStyle for UserDraw the tab rects are way bigger than they were drawn by the control itself. Is this a bug or what's going on  How do I overcome this without having to resort t ...Show All

  • Smart Device Development Native Exception Error - 0xc0000005

    I am running the following code - which takes the data from an XML file and updates a SQL Mobile table - it seems to consistenly throw a native exception error (ExceptionCode: 0xc0000005) Here is the code: #region DataRefreshFromXML public void RefreshDataFromXML() { if ( File .Exists(appPath + @"\data\HandheldInventory.xml" )) try { DataSet ds = new DataSet (); ds.ReadXml(appPath + @" ...Show All

  • SQL Server Export Data to MS Access file

    Hi guys, I use Data Flow Task to export data from SQL table to MS Access file. In Connection Manager for Data Flow Destination task I specify  provider "Native OLEDB/MicrosoftJet 4.0" and path to Access file in Database file name box. In design time I have no validation error. Everything looks fine. However in run time mode I'm getting error: "Error: 0xC020801C <Datataset name> , MS Access File [1459]: The AcquireC ...Show All

  • .NET Development AppDomain RelativeSearchPath

    In .NET 2.0 in an ASP.NET application, if I use the AppDomain.CurrentDomain.RelativeSearchPath, the call doesn't return the relative search path, it returns the full search path ... was this changed in .NET 2.0 To replicate just create a web site with a single path with a label in it and have the page_load method implemented as follows: protected void Page_Load( object sender, EventArgs e) { markLabel.Text = AppDomain .Curre ...Show All

©2008 Software Development Network

powered by phorum