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

Software Development Network >> M W's Q&A profile

M W

Member List

felixflores86
Anssi Lehtonen
Bob Pokorny
JerryPG
Daml
muammer
O.K.
jpmattis
svajka
jslapp
Don Demsak XML MVP
sjj668
Timothy d burgess
abruton
wuwu71
MELO
hb3Burgh
R Lind
Kate O
Scythen
Only Title

M W's Q&A profile

  • Visual Basic Building and Deploying an Application

    I need some debugging strategy help. I am in in a networked envrionment. On my development machine I have built an application vb.net 03 which runs fine both via f5 and via a deployment .exe. The problem occurs when I take my .deployment project folder to a conference room computer on the same network and run the .exe. I get: Application has generated an exception that could not be handled Process ID Oxe60(3680) ThreadID=0xbcr (3012) Both machines are running xp. What strategy should I follow to debug this Thanks, Fred ...Show All

  • Visual Studio Team System new prosess template problem, cannot connect to sharpoint services

    hi to all, i varry happy to find this forums... i am tryin to solve problem in team foundation server without success. the problem is: via Team Explorer i am trying to make a new process template by uploading the set of xml files to the foundation server. I get an error, in the errorlog it says, it can not make a connection to sharepoint services,...and says that the resean cannot be determined. Has any body had the same experience if so, can you help me Thank you very much, Ori Hi Ori, I'm going to pass this on to one of the folks working on the templates. In the meantime, ...Show All

  • Visual C# create procedure

    Peace on you I want procedure writen in Oracle same this procedure in sql server which return record to fill it in DataSet in c#: create proc myproc @log varchar(250) as select * from users where loginname = @log return Pleace write the procedure in oracle return record Bye! You want a procedure in Oracle which can be called from C#...If this is correct let me know, I will give you an example.... ...Show All

  • .NET Development Adding a Column to a Datatable to hold images

    The basic system types do not include image. I want to add a column to a datatable which will hold images. I can add system.object and put my imagelist.image in the column. My DataGidView does not create an image column. Instead I see system.drawing.bitmap in a text column. Not surprising considering object is not image. Has anyone done the following: add a column to a datatable to store images subsequently displayed the images in a DataGridView Thanks This may help you: http://www.codeproject.com/dotnet/DataGridEdtAlmostAnythin.asp df=100&forumid=157727&exp=0&select=1058499 Tell me if it does ...Show All

  • Visual Basic Using Visual Basic 6 with CLR Profiling API

    I am using the profiling api with Rotor. However, I've found that using C++ to implment COM interfaces is very, very painful. Has anybody created profilers using Visual Basic 6.0 dll's having objects that implement ICorProfilerCallback If not, should this work in theory (writing a profiler in VB6 instead of C++) Does anybody have any idea where I can find a typelib for the Profiling API that would include a definition of ICorProfilerCallback For my application, performance is not an issue, so I don't mind if VB is slower than C++. But, speed of development is very important, and I write code a lot faster in VB than I do in C++. Th ...Show All

  • Windows Forms Check for valid filename

    Hi All In my app I'm prompting the user for a filename for a file that will subsequently be generated, i.e. it doesn't exist yet. I am sure there must be a method that will allow me to check that the filename entered is valid, but I cannot find one! Any help greatly appreciated. Many thanks Stuart (gingerbbm) You can use the System.IO.FileInfo& ...Show All

  • Visual Studio Express Editions Development kits for Visual C++ 2005 Express

    Good morning... What development kits can I add on to VC++ Express I know that I'm supposed to add the Platform SDK, but there's a long list of development kits and SDKs at the Download center.  Which ones can I use Thanks. Hi Eric - The Express edition does not limit the types of headers and libs that you can use. The compiler is the same one that ships in the other Visual Studio products.  The only types of projects that you will not be able to use with this product is one that relies on ATL or MFC, as these libraries are not available in the Express product (only the VS products).  I hope this helps! April ...Show All

  • Windows Forms VS 2005 Toolbox Refreshing

    Hi, I have noticed that the toolbox in VS 2005 contains a tab for every projects in my solution that contains a component derived class. During builds of the solutions each of these tabs are being refreshed / rebuild and it can take a little time. Is there anyway of stopping this refresh, or is it a matter of removing the tab from the toolbox Maybe this is a bug that has been fixed post Beta 2 Thanks for your help Graham Mike, I am going to check that out first thing in the morning.  If that does it, there will be a lot of happy people in our office.  I asked multiple developers on my team to ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Direct 3D Device positioning

    Hello is it possible to embed a direct3d device at a specific location on a c# windows form What im trying to achieve is something like an editor using standard windows tools (buttons, menus etc) but having a small direct x window within the form at a specific location eg. 5,5 to 700,420. The only tutorials I find in the sdk always have it filling the form. Just wondered if its possible to achieve. ...Show All

  • Windows Forms Form Closing event NOT firing

    Hi Im trying to trap the shutdown of windows in VB.NET 2005 using code in the FormClosing event. The e.CloseReason can be CloseReason.WindowsShutDown but when I shutdown windows the form closing event doesn't even get called (I had a messagebox.show at the top showing e.closereason). If I just click the X on the form it does get called ok and with correct reasoncode. Any ideas why when either shutting down or closing from the Task Manager the form closing event does not fire Thanks Hi, When you stop your application from TaskManager, the process is killed instantly and there's no chance fo ...Show All

  • Smart Device Development Using Windows CE for media player

    The trick I want to achieve is to get the smallest install of Windows CE possible so that I can use a very old PC to play media on my stereo in the living room. This is just a temperary solution until I can find/buy a media extender and a new computer with Meida Center Edition installed. I was curious about using Windows CE to create a small runtime system to just play media from my main server/PC. I was either going to use the file share technology to play remote files, or use a custom application to hook into the Windows Media Connect technology. So In general is this possible I have not seen anything where the CE image was deployed ...Show All

  • Smart Device Development Interaction with bluetooth headset

    Hi, is there an easy way to play some audio via a bluetooth headset or capture the audio from the headset I didn't find a lot of information about this on the web & msdn but I'm sure I'm not the first person trying to write an application interacting with a BT headset... michivo This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate response, please consider reposting this question to one of the ...Show All

  • Visual Studio Team System Distributed System template generates VB code

    Hi Using VS 2005 Team Suite (release candidate version), I am able to create a new project using the Distributed System template. I can access the designer and manipulate the shapes etc.. My problem is when I use Implement All Applications to generate stub code for the solution, the code generated is always VB, even though my dev environment is configured for C#. Any ideas on how to get the designer to generate C# code Thanks, Carlo Hi Carlo, More specifically, change the Language property for the application. Thanks for answering this, Tony! ...Show All

  • Visual C# C# string split: How to split this string?

    I have a string:     STRT.F          8600.00 :   Start Depth I dont know how to get each substring : STRT , F , 8600.00  and Start Depth  when I use delimitter . and : , string.split method will also split 8600.00 into 8600 and 00,that is not what I hope. or if C# have a method just like C function:       sscanf(buffer, "%*s%f", &Strt) pls Give me a idea.     Do the substring's have a fixed size As far as i can see you can get the first string by searching for the first '.'. The seconds ...Show All

  • .NET Development Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.

    ...Show All

©2008 Software Development Network