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

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

gofur

Member List

87jerome
επιστημη
edwinzzz
Kondas
ddCONFUSED
pat capozzi
Jimbooooooooo
Idanle
re infecta
TonyTCSN
alex121
Robert duario
DevilDog74
Peter Bloom
RossJones
djshades2004
Tomas Jecha
ambe
michaelleewebb
mrplatypus
Only Title

gofur's Q&A profile

  • Visual C++ MFC class CToolBar

    This might be some outdated question, but anyway i'm new around... Here, is it normal that the CToolBar class only draws images using the half-tone 256 color palette I tried using this: CImageList ImgList; ImgList.Create( IDB_TOOLBAR, 50, 40, RGB(255, 0, 255)); m_wndToolBar.GetToolBarCtrl().SetHotImageList( &ImgList); the IDB_TOOLBAR being a 32 bits bitmap... Well, it is being mapped with an unadapted default 256 palette... And how could i draw colorful toolbars using only common mfc classes (i'd like to avoid downloading some class done by someone i don't know :) ) I've already said it in my previous message If you want a bigger piece of code, here it is: (The comments are in french) The red par ...Show All

  • .NET Development Using STDREGPROV with alternate credentials

    Hello, I have the following WMI query that uses the STDREGPROV provider since I need to pass alternate credentials to a remote machine. It works fine for a standard string look up, but when I need to do a REG_MULTI lookup it doesn’t work as its not a proper collection. Any ideas on how to convert this to a collection I can then enumerate properly with Alternately, Does anyone know if the Registry.OpenRemoteBaseKey has a way to specify credentials This would alleviate this issue. ConnectionOptions oConn2 = new ConnectionOptions (); oConn2.Username = username; oConn2.Password = password; const uint LOCAL_MACHINE = 0x80000002; System.Management. ManagementScope oMs2 = new Syste ...Show All

  • SharePoint Products and Technologies IE Crashing when opening Sharepoint list

    When a user tries to open a list in Datasheet view on our sharepoint site they are being welcomed by the nice 'IE Has encountered a problem and needs to close.' Error.  This just started a couple days ago.  This is to the point that I can't open a couple of my administrative lists anymore. We are currently running: WSS v3 MSSQL 2000 Happening on IE 6 AND IE 7 Office 2003 ONLY I have Sharepoint Designer 2007 - This has been installed and used for a couple of weeks before problem arrived. ONLY seems to be happening on Service Pack 2 computers.  I've seen lots of posts about deleting the dll 'OWSSUPP.DLL' when running Office 2007 or uninstalling ALL office 2007 products.  However I am receiving this on seve ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cannot load XACT Data (InvalidDataException)

    I am attempting to load a set of XACT data files, similar to how the XNA Starter Kit does so. I get an InvalidDataException when it attempts to load the xgs file, however. "XACT could not load the data provided. Make sure you are using the correct version of the XACT tool." I am using XACT 2.0, Windows Version 9.13.644.0, if that means anything. The starter kit XACT files load fine, but mine do not. Any ideas Here's a link to my XACT project: http://dusda.com/files/Theta%20Wars.zip Yes, I do have the same problem as you. My sounds are MP3 transformed into WAV files by the XILISOFT MP3 WAV Converter. When I build my project in the XACT tool, the "win" directory contains my 3 files (.xgs ...Show All

  • Visual Studio Team System Advice for using VS2005, TFS, integrated FxCop & ASP.NET

    We are trying to use the VS2005 integrated version of FxCop with Team Foundation Server at the back to enforce check-in policies and we're hitting problems with web developments - we've also adopted the Web Application way of doing web development so we have got project files since the project-less development style was causing us even more problems :( A couple of examples: Errors and warnings with no source location - please see my other post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=475875&SiteID=1 Microsoft warnings about the casing of each server side control (CA1709) - we're using the widely accepted notation of btnButton, txtTextBox, etc which appears to be throwing this problem The general problem ...Show All

  • Visual Basic Inconsistent Operation between OS/PC's

    Hi all, I've written a small application, that consists of a text label, a gif image and a button, which is compiled into an executable image. On button press, the following callback code is executed to try and determine the domain name of the host computer. However, depending on what computer I run the application upon, I see different results. On some PCs, the routine runs correctly and the domain is printed to the screen. On other PCs, the application launches but the domain name fails to be printed. Finally, on some PC's the application fails to launch, and an error message is displayed. I'm wondering if any of my code maybe OS/machine dependent Or, perhaps, maybe there is an issue with the handling of the gif imag ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Blender

    Can blender be used with XNA GSE Just wondering b4 i go and get my new comp this week because my desktop crashed... I am quite sure in blender you have to apply transformations and scaling, there is an option somewhere to do this. ...Show All

  • SQL Server SSIS: First Time Script Component

    Hello, I have a flat file that contains detail in each record as indicated below: HEADER_ID, ATTRIB_A(1..10), ATTRIB_B(1..10), ATTRIB_C(1..10), etc. The index of the attribute relates it to other attributes with the same index. It needs to look like this in the detail table: HEADER_ID, ATTRIB_A1, ATTRIB_B1, ATTRIB_C1 HEADER_ID, ATTRIB_A2, ATTRIB_B2, ATTRIB_C2 I need to pivot these attributes into a detail table that relates back to the header information. Because of the number of these, I don't want to use the UNPIVOT Task because there are so many. I was hoping to move the complexity to a Script Component where I could read one line and transform it to a normalized state. Can someone point me in the right dire ...Show All

  • Visual C# How to read current active IE window's html content

    Hi there!, I really hope someone can help me with this issue... it is really cracking my brain up:S What I want to be able to is to load the html content of the current active IE window by a simple IE Frame or console application. Not using the webbrowser component. That is possible but I just don't know how to do it. Maby with the HtmlDocument I have googled and googled.. I found this example http://www.codeproject.com/vb/net/ByPassAutomation.asp which is VB, but other than that the example does NOT work.. well I have IE 7.0 so maby it's because of the tabs.. can anyone please help me Regards, Qawi if you use a webbrowser control, you can read the html document on the page in the document_completed event an ...Show All

  • Windows Forms Rollup Datagrid

    I'm trying to replicate some functionality of the grid used in MS Project for a custom task tracking app. In the grid you have the option to create a "rollup" item complete with the "+" & "-" boxes similar to a treeview. Creating this treeview-like ability is my problem. Does anyone know how to replicate this functionality with the DGV Or if there is an existing product out there Thanks. here is an article for datagridview combin with treeview, hope it help you http://blogs.msdn.com/markrideout/archive/2006/01/08/510700.aspx Best Regards! ...Show All

  • .NET Development Best access methodology for a periodic maintenance program.

    Connected or disconnected I am working on a nightly maintenance program which goes through about 10 tables, deletes old, stale, and orphaned data entries and corresponding disk files. It typically runs in less than a minute in the previous ADO VB6 implementation. I've started to do this in the disconnected model, but it seems like a lot of code, and it concerns me about how much data it pulls into memory at a time. Yet I rather miss the old ADO object model where one can directly and immediately update the underlying database from recordsets. Connected seems to have restrictions when using a single connection. The other thing I don't get is with the wizards that create connections, datasets, dataadapters and so on in the IDE. I work ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. New Farseer Physics Engine Update

    I've updated some of the Farseer Physics Demos for the new XNA Beta 2.  I've also added a new Demo showing of some simple Joint functionality. There are misc other new things in the Engine, but I will be doing a more formal release in the near future and will wait till then to itemize the new stuff. You can get the latest release here: http://www.codeplex.com/Release/ProjectReleases.aspx ProjectName=FarseerPhysics Have fun and let me know what you think. -Jeff Weber Thanks JLarkin! The techniques I'm using could in theory be moved to 3d, but there would be some added complexities and it'd be a fair amount of work. It'll be 2d only for a while... ...Show All

  • Smart Device Development PCI Card's Driver

    I am new in the PCI development in WinCE enviroment. I am hoping someone can provide me the sample coding, any related document and information. Thanks in advance. Thanks for your suggestion. By the way, do i nees to have installed the DDK in order to compile it in WinCE 5.0 environment Or the DDK is only neccessary for the windows driver development likes WinXP and Win2000 Thanks ...Show All

  • .NET Development FileSystemWatcher.Created does not fire for files on a Unix NFS Share

    I have a directory on a Windows server that is also a NFS share (with Services for Unix). I created a FileSystemWatcher and configured for the .Created event. When i copy a file to that directory locally on the windows machine the event fires. When i copy a file to that directory from a unix box using the NFS share the event does not fire. The file does show up in the directory though. Here is the code I am using to create the FileSystemWatcher.      FileSystemWatcher filewatcher = new FileSystemWatcher ();      filewatcher.Path = @"C:\FromUnix" ;      filewatcher.Filter = "*.*" ;      filewatcher.Created += new FileSyste ...Show All

  • SQL Server OLEDB data load error

    HI, Inside SSIS's Dataflow task, i'm getting data using ODBC connection(in DataReader Source) for an iSeries library and trying to insert that into DB2 database (using OLEDB destination ). Mappings etc work absolutely fine,but on execution get error as given below: How do i resolve this error and load data in DB2 , Need help at the earliest. Thanks in Advance Amit S Here is the ERROR Message: SSIS package "Package.dtsx" starting. Information: 0x4004300A at Data Reader to DB2, DTS.Pipeline: Validation phase is beginning. Information: 0x40043006 at Data Reader to DB2, DTS.Pipeline: Prepare for Execute phase is beginning. Information: 0x40043007 at Data Reader to DB2, DTS.Pipeline: Pre-Execute phase ...Show All

©2008 Software Development Network