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

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

centexbi

Member List

Evgenia
DocMARs
keithpsft
Sarath.
Marco9976
TruePsion
Gaurav_tech
Module
michaelp
davide_c
David Bradly
Otto Ramirez
Tareq Ismail
chris441962
Bassam72
Lars E.Nes
GeoffPennington
creaturita
bryanedds
Paul D. Murphy
Only Title

centexbi's Q&A profile

  • .NET Development How to get an embedded resource that is in a sub folder?

    Hi, I have an embedded resource that I am trying to retreive in my code via "System.Reflection.Assembly.GetExecutingAssembly.GetManifestResourceStream()". Everything works fine if the file is put in the ROOT part of the project. However, I am trying to keep things organized, so I made a subfolder in the project called "Resources", and placed it in there.... However, I cannot figure out how to retreive the resource now that it is in the Subfolder. I would think it would change from foo.bar, to Resources.foo.bar, or something similar... However, that is returning null for me... I also put a breakpoint in my code and put a Watch on a call to 'GetManifestResourceNames()'... this function returns all the resources, but once ...Show All

  • Visual Studio Express Editions "Access to .... is denied". Can't add projects or forms

    For some reason, when I want to add a new form or project, I get an error message like the following: Access to the path "C:\Documents and Settings\Luke\Local Settings\Temp\cs3efs2z.onq\Form.vb" is denied The message is not exactly the same all the time, as the folder locations after "\Local Settings\Temp\...." and the file name changes depending on what I want to add. It does not matter if it is a plain form or dialog/splash form. I am in desperate need to get this fixed somehow because I need to finish a major work for school by Monday. Strange problem, you've lost access to your own Temp folder. The IDE uses it to generate temporary compiler files, the 8.3 folder name chang ...Show All

  • Visual C++ ReadOnly property on vc++ 2005

    Hi, im new in this forum and i dont speak english so please try to understand. i wanna add a readonly property to a c++ class in a vc++2005 project. so i did this public class someclass { private: int _x; public: property int x { int get() { return this->_x; } } } and when i try to compile says "Error 3 error C3903: 'someclass::x': does not have set or get method" so i think i need some word like "readonly" before "property" like in VB but i cant find the correct keyword, i was looking in inet, in the vs help and in this forums but cant find the answer. Thanks and sorry bout my bad english. Property syntax is used in managed c ...Show All

  • Visual C# Breakpoints, C# IDE Express Edition

    How do I reset all breakpoints I am using VS C# 2005 Express Regards, Saleem Yusuf OK, like I said, if it's not there, it's not there. You can also right click on an existing breakpoint in the full IDE and get a menu that way, if that doesn't work, then that's an example of something removed from the free versions, which are, after all, free. ...Show All

  • Software Development for Windows Vista run workflow xoml from asp.net

    hi all, i've been trying to run my workflow xomls from an asp.net page/webservice and i cant seem to get pass the complation faze. i'[ve everything that has to do with the iis security and file system, but it doesnt solve the problem. the thing is, when i call the Compile(...) method of the WorkflowCompiler, an exception of type: Could not write to output file 'c:\WINDOWS\system32\inetsrv\CustomWorkflow.dll' -- 'The process cannot access the file because it is being used by another process. ' this exception occures after enabling access to all users to 'c:\WINDOWS\system32\inetsrv' folder. before, it didnt let me write the compiler's temporary files during compilation to this location. did anybody run an xoml workf ...Show All

  • Software Development for Windows Vista missing wlanapi.dll

    hi all, recently i installed windows sdk.while running a sample application on wlan,an error message was displayed saying that wlanapi.dll was not found.can anyone please tell me where can i find it i have searched the installation folder of the sdk but i could not find it there. any kind of help will be welcome. thanks in advance Jyoti I installed the DLink USB adapter.But its driver does not contain the dll.I got it from a software link on the net. Thanks anyways for your help. Jyoti ...Show All

  • Visual Studio Simple request for help regarding Visual Studio 2005 Service Pack 1 Beta

    I have one simple question and I cannot begin to figure out where to ask it. 1) With Visual Studio 2005, if I install the Service Pack 1 Beta, will my project and solution files be compatible with a standard installation of Visual Studio 2005 that does not have the service pack installed I ask this because this beta release has no GoLive license, it is not recommend for deployment in production scenarios, and even if you have a support contract in place with Microsoft there is no formal support before the final release of the service pack. I have never seen such a big carrot that has no dietary value. Hopefully someone can guide me to the proper place to post this question. Connect Feedback Newsgroups Forums MSDN (Oops that' ...Show All

  • Software Development for Windows Vista SetupIterateCabinet failing from Custom Action .dll

    I use Visual Studio 2005 to deploy my application. I have a Custom Action .dll that's called during the Install phase. (The entry point is the standard Install( MSIHANDLE ).) I'm installing a .CAB file and am calling SetupIterateCabinet() from this Custom Action .dll and it is returning ERROR_ACCESS_DENIED. Appears as though Custom Action .dll's are not run with the UAC elevated privileges of the .msi file. I tried adding a .manifest to give the .dll elevated privileges, but then Windows XP barks that there is an unrecognized token. I need this .msi file to run under both Windows XP, Windows 2000, and Windows Vista. Because this is a Custom Action .dll there is no way I can wrap the function in a COM object and call it with ...Show All

  • Windows Forms Skins in Windows Forms

    I want to use .png or some other image files to Skin my controls in Windows Forms. I have seen the commercial offerings but they are not useful to me as performance is a huge factor. What I am looking for is not a solution but for someone for point me in the right directions. Example, I want to change the button on the ComboBox with a .png file which has better asthetic look to it. Where do I start, do I override onPaint or something else. I am having a tough time pinpointing this. Another one is the TrackBar or Slider, How do change - Just the little widget or maybe the background. Where can I look for this I am seen the many Article on CodeProject. SOme of the better ones are for MFC which indicate that one should trap WIndow ...Show All

  • Windows Search Technologies WDS 3.0 Beta 2- Cannot index pdf file contents

    Hello, I found this bug a while ago. I tried everything, install, uninstall pdf ifilters, etc..... WDS Beta 2 simply cant index pdf contents. Are anyone aware of this issue Thanks, Marcus I assume that this is still a problem with Vista RC2 Search as well. We cannot get the indexer to cover PDF file content. Is there any word on availability timeframe ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how to define On Mouse Over eventin DirectX

    I wish to create some onmouseover event function, can anyone tell me how to do it in DirectX, i've checked some example from DirectX tutotrial, the addbutton function got on mouse over event, but it's already preset in the library. If I want to set OnMouseOver event in my own code, what should I do. Thanks. kenneth1983 wrote: I wish to create some onmouseover event function, can anyone tell me how to do it in DirectX, i've checked some example from DirectX tutotrial, the addbutton function got on mouse over event, but it's already preset in the library. If I want to set OnMouseOver event in my own code, what should I do. Thanks. Look at the "CustomUI" sample in the DirectX Sample Browser. It shows ...Show All

  • Visual C# Modification for PDA devices...?

    Hi... I have written one application which is running fine on windows PC. Now i want to the application same application to run on windows PDA devices... Is it possible... What modification i have to do to run this application on PDA devices in my code or in my settings... Thanks in adavance... Vinay Instead of a windows application, you'll need to create a Smart Device application and choose which OS you are targetting at - Pocket PC 2003, Win CE 5.0, etc. Then basically you need to copy your code over to the new application and test. Compact Framework has limited functionalities comparing with the fullscale .Net framework, so some controls / components you use may not be available. VS ...Show All

  • SQL Server how to connect from asp

    How do I connect to sql server express from asp. to sql server I would do as follows but this is not working with sql server express <% Dim objconn ,mserver,dbName,UserID_db, PassWD Dim strCon Set objconn=Server.CreateObject("ADODB.Connection") mserver="iphere" dbName="dbname" UserID_db="login" PassWD="password" strCon="Provider=SQLOLEDB.1;Data Source=" & mServer & ";Initial Catalog=" & _ dbName & ";User ID=" & UserID_db & ";Password=" & PassWD & ";" objconn.Open strCon response.write "opened" % Hi, Also check if NET DDE and NET DDE DSDM services are ...Show All

  • Visual C# Help required to solve circular dependency problem in vb2005

    I am working on an application design that requires two projects to cross reference each other. I found the excellent Formfactory / Interface example/solution (listed below) on this forum. Unfortunately I am not C# literate. I understand and appreciate the method, but my attempt to convert it into vb2005.net has been defeated by the C# syntax. I would greatly appreciate someone (multilingual) providing a translation into vb2005.net Here is the C# solution: The pattern to solve this is abstract class factory , together with the singleton pattern. What you have to do is the make a classfactory for the forms . This classfactory you can place in your main program, which anyway MUST reference your assemblies, thus it w ...Show All

  • SQL Server writing back a zero to a writeback table

    Hi I'm having trouble storing a value of 0 in the cube. If i type in any other amount in the meassure and send the data, it will be stored, but if i want to store 0 in a cell it just becomes blank. Any sugestions I got this message from the applix support: "The Data-entry problem is caused by Analysis Services. Entering a '0' in an empty cell does not create a record in the writeback-table because it only stores the difference between the existing and the new value... The only workaround is to enter some data in the empty cell. Save this value and then change it into '0'..." The question is now - where to place the Ape :-) ...Show All

©2008 Software Development Network