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

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

qxj

Member List

Nellyyyyy
Pete Saunders
quinlivan
ManjuPrabhu
Suranjan Som
jemmyw
Amol Gogate
Anusuya
DiverChris
SteveOC
Muhammad
Mltronik
hannah_logi
PradeepKV
Ed Pinto - MSFT
DavBrook
alncnasndf
Anatoly Rapoport
Schmidtty
Ireland75
Only Title

qxj's Q&A profile

  • .NET Development Registering a new user from the site does not work

    Why woould my page come back and confirm the account was created and when I look in the ASP.net configuration there is no account there that has been requested or created. THe page also gives the user the message the requerst has been sent to the administrator, me, for authorization, but I get nothing as far as a request goes. WHat am I missing Doug Hi cassman, I'm not sure I understand the context of your question. Try to resend it on the ASP.NET newsgroup: microsoft.public.dotnet.framework.aspnet ...Show All

  • Software Development for Windows Vista Problems with SendInput. It's not working?

    Hi guys, To use SendInput I need to use the INPUT structure. When I use the INPUT structure then compiler complains that INPUT is unknown. INPUT is also not displayed in the drop down Intellisense list box on pressing ctrl+spacebar. Can somebody help. keyb_event works fine. But why INPUT is not being identified. It happened on VS6. OS - Win2000. But the INPUT structure is working in WindowsXP! What is your compiler warning/error Show a piece of code! Is there a chance that INPUT is defined to something else. If you have a #define INPUT ANYTHING you can't use INPUT. Are you sure you are using the correct SDK If so, is the corr ...Show All

  • .NET Development XMLDocument.Load doubt!

    Hi! I want to read my application's data source and initial catalog values from a xml document, as these values will change for each client. My xml file is in the same project, and in the same directory as my C# class, and here is what I'm doing: xmlDoc.Load( "DatasourceConfig.xml" ); dataSource = xmlDoc.SelectSingleNode( "Config/DataSource" ).InnerText; initialCatalog = xmlDoc.SelectSingleNode( "Config/InitialCatalog" ).InnerText; But doing this I get the following error: Could not find a part of the path C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\DatasourceConfig.xml ...Show All

  • Windows Forms Webbrowser : specify new pDisp to NewWindow

    I would like to finalize the implementation of NewWindow but I am struggling with sending back the reference to the new browser. With an axWebBrowser, It is pretty straight forward : private void Browsers_NewWindow3( Object sender , AxSHDocVw.DWebBrowserEvents2_NewWindow3Event e) {    newbrowser  = New AxSHDocVw.AxWebBrowser;    e.ppDisp = newbrowser.Application; }   I would like to add the "Application" property to the WebbrowserExtended class below to do the same thing. I have tried several things without success. Does anybody know how I could do that wilfridB The WebbrowserExten ...Show All

  • Visual Studio Express Editions Menu Overflow woes

    hi all, a) I have a menu that is built at runtime and items added dynamically. When the menu overflows the overflow menu itself does not have the same back color etc as my main menu. How can i change this b) (Related) as a workaround I changed the fore color of the menu items from white (on the main menu) to black (on the overflow) using the placement property. This works fine for menu items that are created and immediately drop onto the overflow menu, but when the last item of the main menu shifts to the overflow because of the overflow button appearing, it ratains it white fore color. even if i itterate through all menu items as each one ...Show All

  • Visual Studio 2008 (Pre-release) Automation API and WPF

    Has anyone managed to get this working I can get the automation api's to work with winforms but not WPF, any gudience, best pratices welcome. Figured this out, you need to run the winfx command prompt before you do this. See note 6.4.3 in the release notes. I just tried this from the standard command line and Sn was failing to find UiSpy.exe. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to Debug the MechCmd2

    Please can you help me to debug the MechCmd2 by instructing me step by step.Here is what i do to debug it, 1)first i open the project named MechCmd2(Microsoft Visual Studio Solutions)file . 2)then in the solution Explorer there exist the MechCmd2 project. 3)then on GUI option in solution Explorer , I right click the Mouse and select Debug->stepinto option then it gives the error "Debbuging information for 'Mc2Dbg.exe' cannot be found or does not match. No symbols loaded." what to do to remove this error. I want to make my own game so i thought to take help from mechCommand2 . Please instruct me step by step ho ...Show All

  • Visual C# Problem reading numbers from Excel files using OLEDB

    Hi, I'm using a OLEDB connection to read from Excel files. I use a DataAdaptor to read all the contents of the first sheet then fill a untyped DataSet with it. Later I bind that DataSet to a DataGridView for display. Everything seems to work but actually, randomly, something like four times out of five, I only get the first 6 columns of the sheet. Also, when things go wrong like this, numbers like "0.95" are shown like "0.950000001" are something like that. Either it shows fine, either I get the croped columns and the odd numbers. Thanks for any help, Bento ...Show All

  • Visual Studio Express Editions Transparency Color in Lable

    How can i set a Lable control back color transparent hi, i guess lable back color allready transparent if you didnt change its color or it inherit the back color of the form you can add this code to your form you will find the lable backcolor exactly the same like the form Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Me .BackColor = Color.White 'if you wish to make your form a little bit transparent you can add the next line 'Me.Opacity = 0.5 End Sub hope this helps ...Show All

  • Visual Basic How to display an alert message in VB.NET

    I am developing an IT Asset Tracking System using VB 2005 Professional. One of the fields I have is a Warranty Start and Warranty Expiry date. I would like to be able to display some kind of informational alert to indicate that a particular asset's warranty has expired or is about to expire in 7 days. How do I go about implementing something like this and where is the best place to display this. Regards Dipendra Let's assume that you have a list of the data sorted by expiration date, which you are keeping updated. (This could be a separate list of existing objects that you are inserting into, or ma ...Show All

  • Visual Studio Team System New Projects do not get retrieved on get latest version

    We're experiencing some difficulties here. I've added 3 new projects to our Solution and checked them in. However, no one in my team gets them when they get latest version from Source Control, or from the Solution Explorer. They have to manually go and "Add Project from Source Control" from the File menu. What could cause this I've checked out the solution file from Source Control, built the solution (for some reason when we build the entire solution it asks to check out the Solution File) and then checked it back in, but no one gets it. At the same time, if we branch this solution to a new branch, it will not carry ove ...Show All

  • Visual Studio Team System error MSB3428: Could not load the Visual C++ component "VCBuild.exe"

    As I performed team build for my solution that includes .net project and c++ projects, I found following error: Solution: CommunityAddin.sln, Project: MapiLib.vcproj, Configuration: Release, Any CPU D:\builds\Reachout\TestProject\ReachOutBUild\Sources\CommunityAddin\CommunityAddin.sln(0,0): error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere. Solution: CommunityAddin.sln, Project: AutoProxy.vcproj, Configuration: Release, Any CPU D:\builds\Reach ...Show All

  • .NET Development Windows Services don't respond

    Our application has 2 windows services. One, let's call it "Guard", is monitoring second one, let's call it "TaskManager". Main role of "Guard" is at intervals of couple hours to reboot "TaskManager".For most our customers it works without problems, but for several it doesn't. Even there is no posibility to do it from Sevices in Control Panel. We need use some third-party application to kill it and execute it again. So, I have a few questiuons: 1. What the reasons can be which make the Windows Services not to respond 2. How can I monitor what exactly happens on that computer 3. Can "Gu ...Show All

  • Visual C++ Crashes under VC2005 but not VC6

    Hi, The code below compiles and runs fine under VC6 (VC98). However, when compiled with VS2005 using the exact same compile options and flags, the first line of code under "main" crashes when trying to write to the data. Anyone have any comments   (This is C++, unmanaged) /c /J -DWIN32 -D_WINDOWS -Dhuge -Dfar -D__WIN32__ /Zp1 /Zc:forScope- -D_CRT_SECURE_NO_DEPRECATE -D_DEBUG /Zi -D_DEBUG -D__MT__ -D_MT ------------------------------------------------- #include <stdio.h> char* someData = (char*)"\0\0\0\0\0\0\0\0CHR*"; int main(int argc, char* argv[]) {         someData[3]='a';  return 0; } ...Show All

  • Windows Forms Student Fee Collection

    Hello Friends! I have made a project in which we can manage Student Fee Records. Now i want to get lists only those students who have not pay there dues yet. I want that my software show me the unpayed students names, class. Any one can help me. I am using SQL Waiting for your replies. Kernel! Hi Kernel, Unfortunately, I am not familiar with&nb ...Show All

©2008 Software Development Network