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

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

FSX

Member List

JRC
trix
Tanna
Xavier R. Javier
Sándor Török
DPiessens
Paul Rony
ELM
protools
SujathaB
AnneF
wyattblake
Chris Schneider
L.A
Lee Hambley
Nick Asseloos
Roger Hsieh
mav888
Basharat shah
jbrunning
Only Title

FSX's Q&A profile

  • Windows Forms Pls help me? How to Use Dhtml Control for IE inwindows Form

    In Have set a Dhtml Control for windows Form How to set forecolor and Style in this control pls hep me with code AxDHTMLEdit1.ExecCommand(DHTMLEDLib.DHTMLEDITCMDID.DECMD_SETFORECOLOR, DHTMLEDLib.OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT, ) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX First Person Shooter Projectile?

    Hello, I have a first person camera setup and am wondering how do I make a projectile fire at the direction/angle the camera is facing at the center like in most first person shooters   In the October 2005 SDK there is a sample that do what you want to do It shoots orange ball in a room... (a first person shooter with oriented projectile with camera view) So I would look at that sample to see h ...Show All

  • Visual J# Return a class in a get-method

    How do I return a userdefined classtype (other than Object) in a get-method It is easy in java, but in V J# public class WhatEver { private MyClass myClass; public WhatEver() { myClass = new MyClass(); } public MyClass getMyClass() { return myClass; } } The above code works perfectly fine in VJ# 2005. Did you see any problem with above code If s ...Show All

  • Windows Forms Bindingsource AddingNew causes "Cannot add external objects to this list"

    Hello! I want some columns to be prefilled before added so I handled the AddingNew event of my bindingsource: Dim _view As System.Data.DataView = New System.Data.DataView(OrderTable ) Dim _row As System.Data.DataRowView = _view.AddNew _row.Item("PositionsNr") = 4 _row.Item("PositionsSubNr") = 1 e.NewObject = _row   While executing it raises the error "Cannot add external objects to this list". I think it's some kind of mis ...Show All

  • Visual C# Load Icon from file

    How do I set the Icon on the top bar to an exteranl .ico file you want do it programaticly or just import into your project and use from there the second one is simple so i will asume that your question is the first one 1) open the icon file 2) read all 3)convert to icon object 4) set the From1.icon=theIconYouImported tell us if you manege it to wok.. if not .. provide some more of what you want to do.. and i ...Show All

  • .NET Development open a file such that other process can delete it or rename it

    Hi, How can I open and read a text file such that other process can rename or delete the file while I am still reading it .    Currently, I am making FIleStream object with these parameters FileStream fs = new FileStream(@"c:\test.txt",FileMode.Open,FileAccess.Read, FileShare.ReadWrite); but that does'nt let other processes to delete the file Hi, Yes, The code sample I gave was based on .NET v2.0 ...Show All

  • Windows Forms scrolling picture box

    Does anyone know how to create a picture box with scroll bars Like if I want to display only a portion of an image in the picture box, but I want the user to be able to scroll around to other areas of the image. Does anyone have any ideas, or know of any good articles that address this topic smtraber http://www.codeproject.com/cs/miscctrl/PictureBox.asp ...Show All

  • Visual Basic how to run .exe from web server..........

    i built the chat server project in c#.it has two part one is server side and the other is client side..........i want to run server from my web server hosted by Godaddy.com..............if any body help me i shall be very greatful..................... I am not sure about how your prgram is written so it is hard to give specific help. Here is an example that uses an web service. http://msdn.microsoft.com/ ...Show All

  • SQL Server Linked servers

    Does SQL Server 2005 Express support linked servers You can add a linked server in SQL Express. A good SQL Express 2005 overview, including what is not supported, can be found here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsse/html/sseoverview.asp HTH, Boris. ...Show All

  • Windows Forms Problem with Form resize

    Hello, everyone! My form contains toolstrip, statusStrip, listview and several more common controls. The problem is that some times form resize doesn't resize controls in it (can't catch step sequence to reproduce). And few times a very strange situation happened, all controls except toolsStrip dissapear and that toolsStrip looks like it changed it layout to verticalStackWithOverfill, and buttons appear like in menu. ...Show All

  • Visual Basic What happened to Modules in VB.NET 2005 Web development

    I am trying to transfer my web site developed with VB.NET 2003 and ASP.NET 1.1 to VB.NET 2005 and ASP.NET 2.0 I have quite a lot of functions that I reuse throughout the different pages, so I have put them in a module. But when I transfer the site to ASP.NET 2.0 it no longer recognizes modules. Is there another easy way to make public functions and subs Thanks. JJRDK A great way to write shared/reusable code ...Show All

  • SQL Server "Login Failed" for sqlcmd using integrated on Vista Beta 2

    When logged in as a member of the admin group on my box, I cannot connect to my localhost server (SS2005 SP1) using sqlcmd. sqlcmd -s localhost Server logs say: Error: 18456, Severity: 14, State: 11. Login failed for user 'NORTHAMERICA\davigust'. [CLIENT: <local machine>] I can connect via Management Studio, which triggers the User Access Control stuff. How do I get sqlcmd to connect when running as a ...Show All

  • Visual Basic Help!! System.Reflection.FieldInfo Can't SetValue

    Hi all, Did I do anything wrong here Public Sub New ( ByVal li As ADF.LoginInfo, ByVal thetype As String , ByRef obj As Object , ByVal InitialGUID As String ) _GUID = InitialGUID Dim ObjectType As Type = obj.GetType() _TheType = thetype _LoginInfo = li Dim sql As String = "" Dim _ReturnDataReader As SqlDataReader sql = "SELECT * FROM ADF_" & _TheType & " where GUI ...Show All

  • .NET Development Internal .Net Framework Data Provider error 1

    I am getting "Internal .Net Framework Data Provider error 1" error while calling execute reader. Any body has idea what is the cause and fix This method is called many times and fails after a long run. I ran task manager and memory is hitting 100% before the error. Though I am not sure, if it is happening due to memory, the errror provide no information to fix the problem. stack trace : ...Show All

  • Windows Forms date validation

    Hi, I am getting desperate, does anyone have any date and time validation code that works in a user form within excel  Unfortunately I cannot use the maskEdit or DTPicker which would have been brill. I have been at this for weeks now and&n ...Show All

©2008 Software Development Network

powered by phorum