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

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

Hello_Yo

Member List

ummm... ya
SDH2007
DanMeyers
Steev
rathlar
SQLBOY36
Kamii47
simon_
Shadi_05
Ti
merwy
demo_b
Simone1
naddyB
Bruce Bukovics
akin_l
trebormint
Tom25
Nimesh.Srivastava
eddy2705
Only Title

Hello_Yo's Q&A profile

  • Visual Studio Team System Renaming a project

    Is there a way to rename a project in TFS No, it is not possible to rename projects in v1. You can create a new project and move certain items there, see: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=313345&SiteID=1 . We are investigating these features for future releases. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Content Pipeline

    Hi, I haven't really used the Content Pipeline seriously yet but I've seen the official tutorials on it and understand them. Now, I'm thinking - what if I want to load a certain model/effect or anything else that the Content Pipeline supports - BUT I want to load it dynamically/at run-time, e.g. I have a certain filename that my code wants to use to load content, but I don't know it until runtime. Is there some sort of dynamic way of using what otherwise seems to be a static Content Pipeline Thanks... Alex: I would not use the MsBuild approach for what you describe, I would add the file to my project as well as all the textures and create a custom processor to write out the file names. Or your custom pr ...Show All

  • Smart Device Development Cannot link to GAPI (GX.LIB)

    Hi Experts, I have been struggling to link my application with GAPI library. I am using Windows Mobile 5.0 SDK and trying to get access to the Video frame buffer. From the MSDN API list I found GAPI provides interface to access the video frame buffer for windows mobile 2002 and above platforms. When I use GXOpenDisplay() function I am getting the following error. error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl GXOpenDisplay(struct HWND__ *,unsigned long)" ( __imp_ GXOpenDisplay@@YAHPAUHWND__@@K@Z ) referenced in function Windows Mobile 5.0 Pocket PC SDK (ARMV4I): fatal error LNK1120: 1 unresolved externals I found gx.lib and gx.h are present in the proper path. I am very new to Windows Platform. C ...Show All

  • Visual C++ C++/CLI app cannot use EXIT_SUCCESS

    Hi, I'm writing a C++/CLI console application. Unfortunately, I cannot the use the constants "EXIT_SUCCESS" and "EXIT_FAILURE" in the main function. Does anyone know why The errors are: error C2065: 'EXIT_SUCCESS' : undeclared identifier error C2065: 'EXIT_FAILURE' : undeclared identifier ///////////////////////////////////////////////////////////////////////////// #include <stdlib.h> #include "stdafx.h" using namespace System; using namespace System::IO; int main(array<System::String ^> ^args) { bool process_status = false; Controller controller; if (controller.startProcessing() ) { return EXIT_SUCCESS; } else { return EXIT_FAILURE; } } ///////////////////// ...Show All

  • Visual Studio 2008 (Pre-release) Multiselect ComboBox Implementation Ideas

    I need to create a ComboBox which allows for multiselection (the selections will be display in a comma delimited string of the TextBlock portion of the control). Ideally, the dropdown of the ComboBox will be filled with items with a CheckBox, with the item being checked if it's been selected. What would be the best way to approach such a control Should I modify the templates of either the ListBox control or the ComboBox control or create a new user control (maybe based off one these controls) Thanks, Kevin An ideal solution would be to have the combo box contain CheckBoxes as its contents, this way you can allow multiple selections from the same ComboBox. ...Show All

  • Visual C# FontDialog show with wrong fornt size.

    Hi if a rich text document open with large size font, the fontDialog set the font on the document down to the smallest size. My question how do I show the fontDialog with the size of font on the document I hope somebody do understand my question. Thanks jbattat If you set dialog's font to richtextbox's font before showing it, it should pick up the font, used in current caret position. [ fontDialog1.Font = richTextBox1.SelectionFont; ] However, if selected text contains font with different sizes, the size in dialog will be set to default value. Andrej ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Deployment / strange Network Problem

    Hello I have a problem with deployment of a xbox 360 game. Okay the problem seems to be the network connection, i get the message that the host (my xbox 360) cannot be reached. I tried a PING to the IP Address of my XBox 360 and it fails. So i checked the Subnet, the IP Address, everything looks fine. And than i figured out something really strange: I started "PING -t 192.168.0.2" (the IP of my XBox) and i got timeouts as before. Than i started the network diagnostic tool on the XBox - still PING timouts. From the moment on where the network diagnostics reached the ICMP test, the PING succeeded and i receive an answer. Unfortunatly when the network test is over, the PING fails again. Can someone help me Greetings, Ber ...Show All

  • Visual Studio Express Editions Preview image in browser does not work

    I have done evrything correctly - Does not want to display imgae when pressing F5 for prewiew but displays it in design view. What settings on system must I change to make image visible in browser This straight forward image box with url pointing to image in App_Data Imageurl ~/App_Data/Sunset.jpg You will have to post you question in the web development groups on http://forums.asp.net as this is where the web development questions need to be asked. This group is for problems relating to installing and registering the express products. But... what you might find is that the App_Data directory is a special directory for storing the database files, I would move the images to another directory ...Show All

  • Visual Studio Express Editions invalid exception " "Invoke or BeginInvoke cannot be called on a control until the window handle has been created."

    Hi all i have a project in vb.net some times at run time this message appear InvalidOperationException was unhandled {"Invoke or BeginInvoke cannot be called on a control until the window handle has been created."} i don't know why and i didn't find any logic when it's appear because when i run my project some time its appear and some time it doesn't appear. i read alot of articals all of them talk about thread and UI but i didn't use thread in my project , i used alot of select statments, insert and update to the data base , for loops , show forms and show dialogs . please how can i fix this problems and how can i know where is the problem. this is the details of the exception System.InvalidOperationE ...Show All

  • Visual Basic Publish question

    I think I asked this question in the wrong forum.....Maybe this is the right place... I created an application and published it. and it comes up on my Windows 'start'-'All Progams. Problem is, when look in Windows Explorer under "C:\Program Files" I can't see it. I right clicked on MyApplication under "All Programs" and it shows its under: C:\Documents and Settings\Administrator\Start Menu\Programs\MyApplicaton. When I navigate to that location all I see is a SHORTCUT. Where is my application... And I will (as usual, and strictly out of curiosity) ask the question "why do you want/need to see where the application was installed ". Best regards, Johan Stenberg ...Show All

  • SQL Server SQL 7.0 Compatibility &/or Linked Server Parameters

    Hi, don't know if anyone can help me but I desperately need to roll a report out which relies on an SQL 7.0 datasource. Current situation - Reporting Services 2000 up and running on an SQL 2000 box - no problems getting reports to run from the native machine but I cannot get the thing to make a hop to our SQL 7.0 box. I've created three data sources - OLEDB, Native and ODBC. For the OLEDB and Native I am getting a DATABASEPROPERTYEX error - I assume here that reporting services is polling the SQL 7.0 box with an unsupported method. For ODBC I CANNOT get the parameters to work - I've read all sorts of stuff about using unnamed parameters, so I've put a in the query and I'm getting Invalid parameter number and invalid parameter numb ...Show All

  • Visual Studio Team System How does everyone else do it ?

    We've just starting looking at Team System, and really want to use it to manage work items and their progress. Basically, we have 3 types of work to manage; 1. We have a software product that we sell and maintain, a keep a register of bugs, enhancement request etc. Periodically we will pick out some from the list and develop then release. 2. We get asked for Large pieces of bespoke development that require full spec's and multiple developers. This needs to be broken down into components. 3. We get 'Issues Lists' from clients when implementing with a mixture of bugs and requests. The problem I have in managing all of the above is that we have various methods of receiving work / bug / request lists, from Excel to Word to faxes to ...Show All

  • Windows Forms identify line numbers in a multi-line textbox

    Hi Guys, I need to identify the line numbers in a textbox and then insert each line of texts into database. For example in a textbox contains texts: text1 text2 text3 text4 text5 It will insert each line into database table as follow: column1 || column2 || column3 || column4 || column5 || text1 text2 text3 text4 text5 Appreciate your help. Thank you very much. Regards, Tommy I am using vb.net, so the code will be: Dim b() As String = Me .TextBox5.Text.Split( "\n" ) but when i loop it to read the b() using for loop. It will show all the abc, def, ghj in a message box, then it will prompt error saying 'Index ...Show All

  • Visual Studio Check out problem

    Hello. A have a question please. I have Visual SourceSafe 6.0. When I do a "get lastest version" on my PC, it works fine, but If I modify some ligne of a form on my PC and nobody did a "check out" of that form, MS does a check out for me.... Why I don't want that. Is there a way to avoid this Thanks... ...Show All

  • Gadgets Flyout to the front?

    I have a gadget that navigates through a set of XML documents via next/previous buttons. Some of these documents link to a first page with windows media player attached to play an associated video, while some link to a second page which doesn't contain a video. You can navigate backwards and forwards through these pages of the first type, without trouble, but when you click on a link which jumps to the second page, from the first, then you lose the "focus" (I say focus warily, because I realise that actually losing focus would mean that the flyout would close, which it doesn't). What happens is that the sidebar gadget has the focus, and you have to click on the flyout twice (the first time regains focus, &n ...Show All

©2008 Software Development Network