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

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

Ozberg

Member List

Ashish Derhgawen
Coolkid
Astericks
Schnoogs
Polina159216
Simon Ellis
AnaC
Seb.Net
cplusplus1
NozFx
ti_m
hOmeR J
kenalex
Niksta
DavidThi808
dev_bih
syndicate
biggieuk
Brandon Bloom
JDPeckham
Only Title

Ozberg's Q&A profile

  • Windows Search Technologies desktop search

    dear Sir ihave used wds on a variety of machine all with xp pro sp 1 &2; it boggles my mind that it works great on some machines and others it will not. for example. i will let it index some tif files( yes i use the ad on from if ilter). it tells me that i have 6000 files. but if i ask the search index to find my name in those files it tell me "0" result. obviously it should be in the thounsands since these faxes are addressed to me. i have also tried this converting the files to pdf, again the same situation. the index is not getting into the body of the msg to index it. It does work on those files that have been typed on Word or offce. is there an ocr program in wds or do i have to have some program to do this there ...Show All

  • Visual Basic VB.Net programming on VB6 IDE???

    Can VB.Net Programming be done on VB6 IDE...i have .NET framework installed on my computer You can do VB.NET programming in any text editor including notepad!...But the VB6 IDE will not provide the correct error checking nor will it compile for you ...Show All

  • Visual C++ Problem adding a Tab Control.

    Hello! The issue i am facing is: I have to add a Tab control to my application. To do this i did the following 1. I added a tab control to my main dialog. 2. Added a control variable for my Tab Control. 3. Created 4 dialog boxes with no title bar and with pop up property set. Now, for adding the dialogs to the tab control i used this code : ******************************************************** /**following are the four dialog classes to be added.*/ CSystemDlg *SysDlg; CPortDlg *PortDlg; CCounterdlg *CounterDlg; CGaugeDlg *GaugeDlg; /**m_TabCtrl is the control variable for my Tab Control*/ SysDlg->Create(IDD_SYS_DIALOG, m_TabCtrl.GetWindow(IDD_SYS_DIALOG)); PortDlg->Create(IDD_PORT_DIALOG, m_TabCtrl. ...Show All

  • SQL Server Migrating From Development to Production Environment in MSAS 2005

    Hi, I have built a project in Ananlysis Services 2005 and would like to migrate the contents of the Project ( Dimensions, Measures, Cubes Etc) to a New server having analysis Services 2005 , what is the best approach. Does microsoft provide any best practices document. I searched the forum and the topics on migration seem to be from Analysis Services 2000 to Analysis Services 2005, can some one guide me on migration between Analysis Services 2005 and 2005. Thansks A backup and restore (like in AS2000) is certainly possible. This is the only method if you need to get the data cube moved in a processed state (with data). Except you could use the new synchronization feature, but that wo ...Show All

  • Software Development for Windows Vista Paint while moving the mouse

    Hi Developer, I would like to draw a rectangle while moving the clicked mouse inside of my WorkflowView. I have overridden the OnPaint() of my SequentialWorkflowRootDesigner, and refreshed the WorkflowView in the OnMouseMove(with Invalidate(), Refresh(), direct call of OnPaint(), ...), but the required rectangle wasn't drawn. It was drawn only after a refresh in OnMouseUp. Has anyone an idea why Thanks: Laszlo In the last resort, paint the rectange directly to the screen as discussed in http://groups.google.com/group/microsoft.public.dotnet.framework.drawing/browse_thread/thread/565c5f743477b1c3/bd79b062166bc4b2 lnk=st&q=screen+graphics+object&rnum=5#bd79b062166bc4b2 This is not a WWF solut ...Show All

  • .NET Development Query

    I know northwind database employee table's one field data then what shall I do to find the row possition of that field data how to write query please help me Take a look at DataView.Find . ( If you are bound to a data table use datatable.defaultview.find) and bindingsource.find ...Show All

  • Visual Basic Startup / Shutdown time

    Hello I would like to make a program telling me when my computer was started and when it was shutdown for the past 10 days for example. I am not sure if windows logs the time or is there a way to find the time through another way What API should I use Thank you in advance ! Hey thanks, yes that would be one way but there is another way I think. There is a program called "PcOnOffTime" ( www.neuber.com ) that does not run as a service, and does not log anything... It uses windows but not sure how it works... ...Show All

  • .NET Development MySql- Help me

    I'm with a error in my mysql, I want to fill my database by a WinForms. An unhandled exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in mysql.data.dll Additional information: #42000Voce tem um erro de sintaxe no seu SQL proximo a 'page) VALUES (''', '''', '''', '''', '''', '''', '''', '''', '''', '''', '''')' na linha 1 My code is here down. using System; using MySql.Data.MySqlClient; using System.Data; namespace Rodrigues__Projeto { /// <summary> /// Summary description for Acesso. /// </summary> class SQL_methods { public static MySqlConnection Conexao_mysql() { MySqlConnection conn = new MySqlConnection(); try { ...Show All

  • SQL Server Need help connecting java to mssql, I'm even lost at install

    Hello, Hope anyone in here can help. I have tried to install the SQL Server 5 Express, but can't seem to get it to work properly. I got a terrible name set as default for my database, as well as a terrible name for my username. I can't find a place to change this to something more manageable. It is further set to windows auth, but trying to set it to both, and trying a username (and password) always gives me a log in error. I've tried searching all over the net and in here for a simple tutorial, but can't seem to find one that helps me more than it confuses me. ***** The second part of the problem is that I have a java program which I want to connect to the database and use the tables in it, but I am at loss to how I can find what username ...Show All

  • Software Development for Windows Vista Setting proper rights and integrity for ProgramData

    Hi All, I have an ActiveX control that is loaded by IE7 Protected Mode (eg Low integrity) which needs to be able to write to my folders in "Program Files" and "ProgramData."  When my installer creates the folders, it sets the proper rights/integrity (low).  I have this working for "Program Files." However, I have not been able to create my folder in "ProgramData" with the proper integrity to allow the Low integrity process to write to it.  Setting the SACL (S:(ML;;NW;;;LW)) does not work, although it does have some effect, because when I set it to S:(ML;;NW;;;HI), even a medium process can't write to "ProgramData". I find it quite weird that I can now write to "Program Files," but not "ProgramData."  Any ide ...Show All

  • SQL Server Data Transfer from SQL200o to SQL2005

    I need to transfer data from SQL Server 2000 to SQL Server 2005 nightly. Replication DB1.T1 table in SQL 2000 to DB2.T1 table (the same table structure) in SQL 2005. What are my options I need to extract a daily data and do this daily. Some example would be greatly appreciated. Thanks, SSIS is probably new for me, is there any instruction/example that show how I can do this ...Show All

  • .NET Development VS2005 - Passing Collection/Array as a Parameter to a Web Service

    I have a web service that I'm trying to call using VS2005. I'm not understanding how to pass a collection as a parameter into my web service. (This does work in VS2003 by modifying the Reference.vb file, which does not exist in VS2005.) Here is a simple web service: <WebMethod()> _ Public Sub TestMethod(ByRef oTestItems As GlobalAccountsClasses.TestItems) End Sub Here is the TestItems collection along with the TestItem class: Public Class TestItems Inherits CollectionBase 'Retrieves an item from the collection by index Default Public Property Item(ByVal Index As Integer) As TestItem Get Return CType(List.Item(Index), TestItem) End Get Set(ByVal Value As TestItem) List.Item ...Show All

  • SQL Server Create Dynamic Query based on Report Parameter

    I have one Report parameter "Query1". I want to create Dynamic Query, How can I do this ex. If I select Station in Query1 parameter then report should generate by Station Dimenstion attribute  [Dim Station].[Station Name].[Station Name].ALLMEMBERS If I select Free Test in Query1 parameter then report should generate by Free Test Dimension attribute [Dim Free Test].[Free Test].[Free Test].ALLMEMBERS My existin query is below: SELECT NON EMPTY ([Measures].[Total Test Count]) ON COLUMNS , NON EMPTY STRTOSET (@Query1) * [Dim OverallResult].[Overall Result].[Overall Result] ON ROWS FROM [OLAP Test Cube]   Report Parameter Name: Query1 Available Non Queried value in  ...Show All

  • Visual C++ BUG? auto_ptr assignment crash in VS2005

    I've just experienced a crash with VS2005 with the following: #include <memory> class Foo { public: Foo* MakeFoo() {return new Foo(*this); } }; void TestCrash() { Foo f; { // either of the next lines crashes std::auto_ptr<Foo> fooPtr1=NULL; std::auto_ptr<Foo> fooPtr2=f.MakeFoo(); } } This same sample doesn't compile on VS2003 as there is no assignment operator for auto_ptr. Changing these lines to use the constructor form: auto_ptr<Foo> fooPtr1(Null) fixes the problem. It seems that auto_ptr is using the wrong constructor -- it's implicitly casting to an auto_ptr_ref type. Is this a known issue Assigning to an auto_ptr doesn't at all have a nice ring to it in my ears. C ...Show All

  • SQL Server Parameterized Queries

    Just getting started using SSce and having a few problems What I want to do is something like this... Dim Code As Integer Dim Description As String = txtDescription.Text.Trim Dim conn As SqlCeConnection = ConnectToLocalDatabase() Dim ssql As New System.Text.StringBuilder ssql.AppendLine( "INSERT INTO T_Titles (Description)" ) ssql.AppendLine( "VALUES(@Description)" ) ssql.AppendLine( "SELECT @Code = @@IDENTITY" ) Dim cmd As New SqlCeCommand(ssql.ToString, conn) Dim sqlCode As New SqlCeParameter( "@Code" , 0) sqlCode.Direction = ParameterDirection.InputOutput cmd.Parameters.Add(sqlCode) cmd.Parameters.Add( New SqlCeParameter( &q ...Show All

©2008 Software Development Network