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

Software Development Network >> B.Young's Q&A profile

B.Young

Member List

Computer-Desk
mabxsi
Dan Mikkelsen
LiveGadgets
Lee Copestake
Xelestial
GrindCrusher
streetlightman
AndrewSeven
Eric66
w014nd
Hashim Ahmed
Martin Rajotte
Kapalic
mamatham
MasterBodyman
Pma_1
IZON
Daniel Coleman
oaix
Only Title

B.Young's Q&A profile

  • Windows Forms Set Datetime Value - Datepicker

    Hi, I have a datetimepicker control, that when I define a value to save in the datebase it's save correctly, but when I get result to set to the control, it does not shows the value that I selected but the default value ! I've already get the value that is query from the database and it's getting correctly in datetime type How can I solve it Thanks (PS: Sorry for my english) Yes, I accessed it manually, and its ok,.....If it was wrong it will also appear in the messagebox.... Do you have MSN I can share my desktop with you so you can see it.... ...Show All

  • SQL Server Database Diagram Migration

    Hi, I got information how to make work of Database diagrams in SQL Server2005, But i have a requirement that the DB diagram which i was using in Sql2000 can be transferred to SQL2005. Is it possible is there any link showing the details of this issue in BOL Mat Hi Mat, This is the pointer to the topic that describes how to update your database diagrams - http://msdn2.microsoft.com/en-us/library/ms171975(VS.80).aspx . Cheers, Bill Ramos [MSFT] ...Show All

  • Visual Basic Service Programming

    Hi everybody, I have implemented a service that respond to TCP request on some port, the problem is that compiled as a local system service the client can only run on the same machine :( and make request to 127.0.0.1 or by name "localhost". If I send a request from the network or localhost addressing the machine domain name or ip the connection is refused. The same thing happens with telnet session to that particular port. Thank you. Start with the obvious, I suppose: does the target machine have a firewall up blocking input from that port If you can't contact that port at all... ...Show All

  • Visual C# HELP: Convert PDF to HTML

    Hello all Programmers! I want to write a software myself that can Convert PDF file's content to HTML. But I don't know where to start: Is there any valid ActiveX for this Any exist Function that can extract PDF contents and add it to an HTML file Or anything else that a newbie like me don't know So wonderful if I can receive any reply of yours... Thanks a lot! So many things to learn in this world, hihi : - ) you need to use some PDF SDK that maybe available then generate html from it in some way. in .NET there is no direct way since PDF's are not a Microsoft product really but Adobe as well as having no relevance to the .NET Framework itself. I believe there are a couple of open source PDF projects you can lo ...Show All

  • Visual Basic ComboBox setting a value - Help!!

    Folks, After using VB 6.0 for the last 10 years, I am rather embarrassed to post this question because I could not find answer to this question. Here's my situation 1) I have a dropdown combobox. It displays a the list of projects. The "Code" property is mapped to the "Project ID" and the "Value" property is my "project description" 2) From another Win Form, I pass the "Project ID" [code value] to my current form that has this combobox. I have to set proper "SelectedIndex" property based on the value passed to to this form. How do I do it I see methods like "FindExactString", "FindString" etc. I can use them if I passed the "Description" value from ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. HD quality with composite?

    i don't know where to ask these question, so i will ask here: i have a 20" widescreen from dell with s-video and composite connectors. i also have the hd cable for the xbox 360 but it isn't possible to connect to the screen with composite and a resolution higher then 460p. do anybody knows how to connect the xbox with composite connector and to use hd dell says that the monitor supports high definition content...   or maybe there is an adapter for RGB components to DVI 1360x768 qualifies as High Definition. Essentially, any standardized resolution above 480p is considered High Definition. (480p is usually referred to as Enhanced Definition, 480i is Standard Definition) 720p and up is gene ...Show All

  • Visual Studio Express Editions nmake building what it shouldn't!

    I have a VC++ solution that contains a number of projects that are independent of each other. If one of the projects won't build due to errors, I still want the solution to be build and the executable created. The way this is currently handled is this: 1) We have a separate file with configuration information. Let's call it "config.txt." This file has variables (or "macros" in nmake terminology), for example " PROJECT_AA = DLL " on one line indicates that we want the dll made for project AA. 2) The solution has an nmake makefile. At the top of this makefile, it includes config.txt with: DIR = ..\firmware !include $(DIR)\config.txt 3) Each project lives in subdirectories below the solution, whe ...Show All

  • .NET Development Console

    I have a fast question. I want to write text to a dos box for debugging. I have tried to use the Console.write method but it does not do anything. I have looked at code examples on this website and it seems to use it at will, ie: you don't have to turn it on or anything. Do I have to turn the console box feature on in .net 2005 If so, how do I do that Thanks Alternatively (and this is the approach I take in my own programs): Use Debug.WriteLine() to write all your diagnostic output. And then either run your program under the Visual Studio debugger OR run the totally excellent DebugView tool from SysInternals: http://www.sysinternals.com/Utilities/DebugView.html Note: Debug.WriteLine() ...Show All

  • Visual Basic Catastrophic failure (Exception from HRESULT : 0x8000FFFF (E_UNEXPECTED))

    Hi there I tried creating an "activex ocx" object from VB.NET and invoke itz method, but unable to get through and fed up with the following exception. Dim MyAccount As Object MyAccount = CreateObject("DP.AccountContrl.1") MyAccount.Launch() - This is where i get the exception. The error is "Catastrophic failure (Exception from HRESULT : 0x8000FFFF (E_UNEXPECTED))" Could anyone throw light in resolving this issue Thanks in advance Sathya ^_^ Hi Sathya, Can you post the code you're using on the .NET side There's no way to create OCXs in VB.NET, so I'm not sure I entirely understand your question. Are you trying to make a regular COM component or ...Show All

  • Visual Basic Find (complex) Text in the .txt file

    Acctually i want to search some text in the text file for example there are many text in this file some text are givn below PWK*EB*EL***AC*28388,28389,28390~ AMT*F5*7.09~ REF*D9*9991901628387~ there are some text which is repeat many times in the files like "PWK*EB*EL***AC*28388,28389,28390~" and REF*D9*9991901628387~ there is some constant like "PWK*EB*EL***AC*" <--------- this is constant ---------> "~" this is the ending symbol and "REF*D9*" <--------- this is constant ---------> "~" this is the ending symbol this means that line stats with "PWK*EB*EL***AC*" and end with "~" now i want to get all these numbers which is in between ...Show All

  • Windows Forms how do you suppress code from running in design mode?

    hi, i have a valid peice of code that gets executed in a load() event for a C# form when the app is executed. the trouble is, in design mode it is not valid so when i try to open the form to edit it i get the ugly pink banner error message. here is what i did to suppress this: if (AppDomain.CurrentDomain.FriendlyName != "DefaultDomain") { //design time offending code... } is this the correct thing to do thanks, scott ...Show All

  • SQL Server Unable to setup reporting services

    Hi, I am trying to setup reporting services on our DEV server and am stuck with this error: w3wp!crypto!76c!10/04/2006-14:53:09:: i INFO: Initializing crypto as user: TENT\sdoca001 w3wp!crypto!76c!10/04/2006-14:53:09:: i INFO: Exporting public key w3wp!webserver!76c!10/04/2006-14:53:09:: e ERROR: Internal error: System.IO.FileNotFoundException: The system cannot find the file specified. Can someone tell me what file is being looked for and how I can get past this Thanks Jemima. ...Show All

  • Visual Studio Tools for Office I have 300 + Project Under a single Solution?

    Dear Developers, I m workking on an application, i have more than 300 World Document Project ( VSTO ) , i wnat to add them in a single Solution file, and each projet has been binded now i have added more than 280 Projects, but its become too much slow, even if i add another project sum times i t show error and my whole VS 2005 IDE get an error,and shut down Please tell me what should i do is there any restriction for number of projects adding in soltuion, i ll be very thanks full to you Umer Khan Systems Ltd I've seen performance problems with huge solutions before. Any reason why you need 300 projects loaded simultaneously I can't see how that would be useful. In any case, I'm moving this to the appropriate IDE forum. ...Show All

  • SQL Server How to know if user have access to a specified DB

    Hi ! I'm searching a way to know if a specified user have access to a specified database. For sure I may look with Enterprise Manager, but I'm searching a way by looking in System Table, or using StoreProc Where the Info about user and is Database access are store Any idea I'm using MSDE Zak Actually, when I went outside for a walk I realized that this doens't completely answer the question. A user could be aliased. Hang on and I will get you some more information. Sorry about rushing the answer. Dave ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 2D Arcade Space Shooter, Bullet firing

    I'm fairly new to C#, OOP, XNA, you name it. I am however trying to take some initiative and go ahead and make an actual game (I made a Tic-Tac-Toe game before to try out XNA). So far my ideas for this game are to have a : Player Class: Moves the player's ship, creates bullets and tells them where to go. Enemy Class: Controls the Enemy's AI and handles collision with bullets. EnemyManager Class: Controls spawning enemies, checking their state and then updating them. (I need help with this, I originally wanted to hold an array of about 20 enemies, so I can keep recycling the objects but I'm finding this difficult if anyone has any advice on this or references for me to look at.) Bullet Class : Moves bullets, controls collision with enemies ...Show All

©2008 Software Development Network