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

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

JWhite

Member List

john11
MarcGBeauchamp
Auris
TMB
Jonesj3599
Wicket
neoret
Eladka
MichaS
juanraul
RAB36
kirchu
James_Steven
PETER SCHWINN
JeremyAtGosub
VoiceOfExperience
Victor Hadianto
bepenfriends
furjaw
GrantWestCoast
Only Title

JWhite's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Video card memory error

    I'm currently working through the Coding4Fun tutorials (which are great, btw) using c#. I routinely trip over an error regarding video memory. It doesn't happen all the time. Sometimes restarting c# clears the problem, somtimes a boot is required. I was wondering if anyone else has seen this or if I just have some wierdness specific to my environment. ...Show All

  • SQL Server A tool for aggregation design XMLA file viewing/editing ?

    Is the best way to specify the most useful aggregations to actually edit the XMLA for measure group and hand pick the aggregations I need In that case has anyone seen a basic tool for viewing the attributes in each aggregation and perh In taht case has aaps even deleting them/editing the XMLA file a little bit The reason I am looking for a tool is to make sense out of 2000 aggregations created by the wizard. It's called AggregationManager and is under Administrator/AggregationManager. I don't think the samples are included in the main SP2 download. I think you have to download them separately. The SQL Server sample are now all available from codeplex. The download page for the SSAS samples is here ...Show All

  • Visual C# Plugin events C#

    I hope this is the correct place to post this Q. I am also going to write a tutorial/blog/experience report on this as I cannot find the correct resources on the net, believe it or not (ok so my search keywords are not great!)..... I am writing my very first plugin for my application in C# I have created an interface. I have implemented this interface in the plugin. I have also created a IPluginHost interface, which sets the host (application) in the plugin. I can load/create/instantiate the plugin. Now, I have made a delegate/event in the interface. The plugin implements this. //delegate example: public delegate void DoSomething(string text); //event in interface and plugin: public event DoSomething OnEventDoSomethi ...Show All

  • Windows Forms beep generates no sound

    the Beep method generates no sound, the volume is on i checked Remco try this: Dim a As System.Media.SystemSound = Media.SystemSounds.Beep a.Play()   Even though Beep() should work ok, the reason could mainly be (and ive just tested it) is that you need to make sure that the default beep sound is set in the sound settings of sound devices! Otherwise no sound is given. ...Show All

  • Software Development for Windows Vista Is there a standard local folder that a non administrator can always write to.

    That is, is there a standard folder which is both guaranteed to be writable by a non- administrator and guaranteed to be local rather than on a network share Yup- char szPath[_MAX_PATH]; SHGetFolderPath (NULL, CSIDL_COMMON_APPDATA | CSIDL_FLAG_CREATE, NULL, 0, szPath) This finds the Vista equivalent of XP's "\documents and settings\all users\application data" folder. In The flag CSIDL_COMMON_APPDATA is one of many (for Start Menu, Favorites, Templates, Documents, etc). The CSIDL_FLAG_CREATE flag causes the folder to be created if it doesn't exist. These flags are defined in shlobj.h. ...Show All

  • Visual Studio Express Editions Showing Views, updating underlying tables

    Hi, I have a typical "Material" table that references a table named "MaterialType" ("Tipo Material " in Spanish). Then I created a view that shows Material fields, and a field containing the Material Type description coming from the MaterialType table: SELECT dbo.material.oid_material, dbo.material.mat_codigo, dbo.material.mat_descripcion, dbo.material.mat_pesoneto, dbo.material.mat_costoestandard, dbo.material.mat_empaque, dbo.material.mat_notas, dbo.material.oid_tipomaterial, dbo.tipomaterial.tma_descripcion AS mat_tma_descripcion FROM dbo.material LEFT OUTER JOIN ...Show All

  • .NET Development Acessing serial port

    Does anyone know what permission is needed to use the System.IO.Ports class In other words What SecurityPermission is needed I am trying to build a WinForm control to run in a browser. Thanks in advance. PatC Hi pat I'm about to do the same as you, a winform in a browser that communicates with comport with a printer attached. Can you pls inform me how you did the winform Rob ...Show All

  • Gadgets Gadget with remote html src??

    Is it possible that in the gadget.xml file to set the html src as a html page hosted remotely I have a site that is hosted remotely and is all html a jscript and would like to just point my gadget at it. No, as it has to be a local file. It's easy to solve though, just use an IFRAME and set the src to your remote site. eg gadget.html: <html> <body style="margin:0px; width:300px; height:300px;"> <iframe style="position:absolute; top:0px; left:0px; width:100%; height:100% src=" http://... " ></iframe> </body> </html> ...Show All

  • Visual Studio C# 2005 - How do I pass parameters from TextBoxes in a windowsform to a Crystal Report IX ?

    Hello everybody, Greetings from Brazil! I need to pass parameters directly from TextBoxes in a windowsform to a Crystal Report IX through code, avoiding that ugly Crystal Report parameter prompt. Can anybody please send me some sample code or let me know where I can find a tutorial I have searched the Internet for days but did not find anything. Thanks a lot for your time and help! I really appreciate it. All the best, JC :) you need to create a reportdocument object first. ReportDocument myReport = new ReportDocument(); myReport.Load(@"C:\MyReports\myReport.rpt"); Then set any parameters using the line I gave earlier. Then view the report, or export, or whatever you want to do. If you are creating the re ...Show All

  • SQL Server Line Break formatting

    I have a report with a narrow column. The column contains a comma delimited number list. If the length of the string exceeds the width of the column then the line breaks. No problem with this, except that there are breaks between the numbers. Example: 123,124,125,126 can be formatted as 123,12 4, 125,1 26 I'd like to force a break at a position within the string if its on the comma. Any thoughts on doing this in the Expressions window TIA Use vbcrlf. I'm putting a line break in my address with the below code. I tried \r\n, <br>, all kinds of stuff. vbcrlf is what I needed. =Fields!SHIPTO.Value & vbcrlf & Fields!SHP_TO_CTY.Value & ", " & Fields!SHP_TO_ST.Value & " " ...Show All

  • Visual Studio 2008 (Pre-release) How to get an xbap to show on a website

    Hey all, I am brand new to WPF, I made this very cool WPF application that is an image viewer that is painted onto a 3D cube. But on one of my http servers it shows a 404 and on another it shows XML. How can I get it to show properly. Thanks Much, Dvl I downloaded IE 7 and now it trys to download the application and gives me this message "application download error" and then I click on the button that says "Open error log" and it pops up a text page that has this horribly long message: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) ...Show All

  • .NET Development msxml 4.0 SP2 (kb 927978) installing continuously

    I reinstalled my sistem three weeks ego.Updates coming one by one,every minute ,non-stop.After every update finished,in my C disk is making a new file like ff22b18b93b61efeac529dda2518...calling.There is more than 400 of those files.Can someone tell me if is something wrong with my laptop and if it is what to do thanks! Hi: I've the same error after my last OS reinstallation ( that was two week ago aprox ). This update have been creating folder's ( more than 8 ) in my C disk with a strange combination of letters and numbers. I tried a lot of methods to resolve or find an answer for this error. But, it still happen the same. If anyone find the answer for this error I'll appreciate. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Spacewar first run

    Being a complete newbie to all of this C# and XNA i loaded up spacewar click on build then installed the project. Then i ran it and a error window popped up, details said something about a missing something or file not found, i sent a report to MS from the window that popped up. I can see im going to have to buy a C# for dummys book cause im totaly lost as to what to do first...   NotMyself wrote: Hi Soulja, This is a pretty common problem and I think one of the devs said a bug in the XNA framework. Try setting the AllowMultiSampling property of your graphics object to false. you can do this in the designer by double clicking your Game.cs file, clicking the graphics object and setting the value ...Show All

  • Visual C++ can't change title and subtitle text on iterior page in Wizard

    Hi there, I am trying to develop a small wizard based on Wizard Property Sheet, my target is to create a application with multy-language support. I have a problem: PSM_SETHEADERTITLE message seems not working, I can't change this text :( I have tried spy++ to detect a handle of this object (I mean this static strings) and havn't found anything. Can anyone help me Without opportunity to change this string I can't make on-fly language switch Thank you You'll have a better chance for someone to answer this question in the MSDN Newsgroups: If you are using Win32 API: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.ui&lang=en&cr=US If you are using MFC: ...Show All

  • Visual Basic ToolStrip help

    I was wondering can i link another document to a item in a dropdown menu on the tool strip because i've made a about box in visual basic 2005 express edition and was wondering if i could link it to a item on the dropdown menu on the toolstrip, can anyone help me please thanks What i mean is say if i have a about box in my project and i have a menu and i want a button on the menu to access the about box to show people what my program is about how can i do this Thanks ...Show All

©2008 Software Development Network