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

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

Joreatha

Member List

Steev
ams_ashraf
Joshizzle
Josh Smith
Henrik Goldman
BexM
mEt
SharePointing
ooboyle
Modeller
Jan DHondt
stswordman
Zingam
Rich Wilson
Rahul Singla
RMS
kalai
bryanedds
DARKGuy
Santhosh_kumar
Only Title

Joreatha's Q&A profile

  • Visual Studio Express Editions Help displaying search results in a label

    Can someone please help me with my code. I believe it is working properly but i don't know how to display my search results in label. Please take a look at what i have so far any help would be grately appreciated. I am using VB 2005 express for the front which is connect to an Access DB for the back end. Private Sub CheckInReportSearchButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckInReportSearchButton.Click Dim ds As New WrightBrothersFinalDataSet Dim ta As New WrightBrothersFinalDataSetTableAdapters.CheckInReportQueryTableAdapter Dim vdate As Date vdate = Me.CheckInDateTimePicker1.Text ta.FillBy(ds.CheckInReportQuery, vdate) Me.CheckInReportQueryBindingSource.DataSource ...Show All

  • Visual Studio Where is the Recipe History stored?

    The speed issue is really a problem, and i would like to programmatically clear the history whenever the package loads. All I need to know is where this information is stored. Cant seem to find it anywhere in the filesystem or registry. thanks Mmm... how are you relating an entry in the history with the possibility or not of undoing actions The reason for history entries was to have an idea of what executed and to have the chance to re-execute (through "Run this recipe again") link where possible. If you could clarifiy your point I would be more than happy to bring it to the dev table for GAT. thanks, -Victor. ...Show All

  • Visual C++ CreateProcess starting 16-bit Windows program problem

    I am calling CreateProcess on a 16-bit Windows program, followed by WaitForSingleObject on the process ID with a timeout value. The 16-bit Windows program shows up in the Task Manager but never shows its initial screen until after the timeout occurs and I put up a MessageBox in my parent process asking the user if I should continue waiting for the child process to finish executing. If I double-click the 16-bit Windows program from Explorer the program puts out its initial screen immediately. Does anybody have any idea what I have to do, without putting up a MessagBox in the parent process, to get the 16-bit Windows program to execute and put out its initial screen immediately. Thanks for the pointer to the ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Id like to get into programming.

    Id like to get into programming. I would like to play around with this.. But is there enough tools and info and such out there now for a newer programmer done scripting before also used darkbasic think called ages ago made some simple programs :) Wanted know though this good way for someone learn... Also this dev kit and such so i can make a game play on the 360 correct Joran Omark wrote: Yes, you can play you game on the Xbox, currently for a fee. Yes, it's a good way to learn C#, if someone holds your hand in the beginning. A good place to start might be XNAtutorial.com , if you're a visual person/like to listen. If you are a reader, xna101.net is probably more up your alley. ok ty ...Show All

  • Visual Studio Questions about Sandcastle

    I have some questions and observations regarding the July CTP of Sandcastle when using it to generate documentation. The generated CHM file doesn't seem to have an index. There's no Index tab displayed in the viewer. The generated CHM file doesn't seem to have search capability. There's no Search tab displayed in the viewer. When the CHM file is double-clicked to open it for viewing, the right-hand pane of the viewer shows a mostly-blank page with a small warning icon in the upper left-hand corner. This mostly-blank page goes away when any of the entries in the table-of-contents in the left pane are clicked. In the CHM file, the documentation entries for class constructors always seem to have ".ctor" prepended to them. The table ...Show All

  • Visual Basic Standard Deviation

    Try as I might i cannot figure out how to code the Mean & Standard Deviation HELP!! I think cgraus was on the right track of providing guidance rather than a take away solution. I don't see how you can get anything but Zero with the formula provided for the St-Dev. The sum should be for the "distances" (postive differences) from the mean - you need an absolute value of the "+ -" differences. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. MDX 2 Time Bomb

    Almost all MDX2 Ctors are calling the bombing code below: public static unsafe void CheckTimeBomb () { DateTime time1 = new DateTime ( 0x7d6 , 10 , 5 ); if ( DateTime . Compare ( DateTime . Today , time1 ) >= 0 ) { MessageBoxW ( null , & _C@_1PI@LKOFODJP@ $AAT $AAh $AAi $AAs $AA 5 $AAp $AAr $AAe $AA 9 $AAr $AAe $AAl $AAe $AAa $AAs $AAe $AA 5 $AAv $AAe $AAr $AAs $AAi $AAo $AAn $AA 5 $AAo $AAf $AA 5 $AAD $AAi $AAr $AAe@ , & _C@_1DE@JJLLKEIK@ $AAM $AAi $AAc $AAr $AAo $AAs $AAo $AAf $AAt $AA 5 $AAM $AAa $AAn $AAa $AAg $AAe $AAd $AA 5 $AAD $AAi $AAr $AAe $AAc $AAt $AAX $AA $AA@ , 0x2000 ); throw new TimeBombException ( "This pre-release version of DirectX has expired, please upgrade to the latest version f ...Show All

  • Visual C++ Compile error C2171 when exporting valarray template instantiation with VC2005

    Hi, I have code developed on VC6 where I'm exporting a number of STL template instantiations from a dll along the lines of this KB article http://support.microsoft.com/default.aspx scid=http://support.microsoft.com:80/support/kb/articles/Q168/9/58.ASP&NoWebContent=1 to avoid access violations a la this article: http://support.microsoft.com/default.aspx scid=http://support.microsoft.com:80/support/kb/articles/Q172/3/96.ASP&NoWebContent=1 i.e. in my dll I'm exporting valarray<double> using template _declspec(dllexport) class valarray<double>; and then importing and accessing a valarray<double> created in the dll from an exe. This worked fine in VC6. When I try and compile the same code on VC ...Show All

  • Windows Forms Get origin server prgrammatically

    Is it possible to evaluate the origin server (url) programmatically from which the app was installed by ClickOnce ...Show All

  • Windows Live Developer Forums Inside Windows Live Contacts Control

    How it works I meen is there any web services that helps retrieve groups and contacts Is there way retrive this information from desktop application Hi Alexander, I'm working on a blog article that dives into the details of how the contacts gadget is able to send contact data across domain boundaries after end user approval. Hopefully that will be posted in the next week or so, after I return from TechEd Europe. The contacts control cannot currently return group info, but that is on our to-do list. How would you want to receive that info Find out what groups a contact is a member of, or find out what contacts are in a specific group Remember that the end user has to approve any data transfer first. The only way currently ...Show All

  • .NET Development XmlSerializer deadlock/timeout in .NET 2.0

    I have experienced problems with the XmlSerializer in my application. Instantiating it causes a 10 minute timeout because the csc process seems to be deadlocked. The error is new since .NET 2.0. The problem only occurs in a slave process, not in any of the main processes which are started directly as services or from the shell. So what special about the slave process It's a .NET console application started fom a .NET service with Process.Start(), ShellExecute = false and RedirectStandardInput = true. The slave process reads commands from the master process in a background thread with Console.ReadLine(). In another background thread an XmlSerializer is instantiated and it fails. The error seems to be certain on machines with only on ...Show All

  • SQL Server money format

    Hi. I have a money field and its value is greater than a thousand.For example its value = 32.885,60 I want to show the field's format like this (this number's format). I mean the thousand separator should be .(dot) and the decimal separator should be ,(comma) And I want two digit after the decimal separator.All these conditions matches with this number(32.885,60) Could you help me You can accomplish this by adjusting the Language property for the textbox, or the entire report to a language that uses this format. The language settings can be specific to just number formats when just setting the NumeralLanguage property on the textbox. After setting these properties, just use "N" as the format code. See t ...Show All

  • Visual Studio Tools for Office Add-in doesn't show up in Outlook after msi-install, but shows up in Outlook while developing, why?

    Hi, I have made an Outlook 2003 add-in in VS 2005 using VSTO 2005. When developing, both building debug and release builds, the add-in automagically shows up in Outlook when starting Outlook. The problem though is that when I (after removing the add-in in Outlook) run the add-in-installer (the, by VS2005, autogenerated msi-file) everything seems ok and the add-in is even listed under Add/Remove programs but when I start Outlook it doesn't show and when I go look for it under add-ins it's not there. This is on the same computer so all prerequisites like .Net 2.0, Office 2003 Pro PIAs and VSTOR are all there. Under the add-in:s setup-project the following detected dependencies are shown: Microsoft .NET Framework Interop.ADODB.dll Microsoft.O ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. ToggleFullScreen causes invalid refresh rate to be selected

    Toggle fullscreen causes a refresh rate to be selected that my Sony 19" G420 can't display. (This didn't happen in beta1.) Added the following code to a new windows game update method: // TODO: Add your update logic here if (GamePad.GetState(PlayerIndex.One).Buttons.Start == ButtonState.Pressed) graphics.ToggleFullScreen(); vr3h, no. Same result. I captured the display mode info to the console: 800x600:170hz-Bgr32 It's picking the maximum refresh rate listed by my monitor 'driver' under WinXP for that resolution. However if I try to set my desktop to that res and hz it fails as well. So i guess this is not really a bug. Unless for safety, the default behavior of xna should be to pick the ...Show All

  • SQL Server c#

    Hello, is it possible to get the values for my Report about existing c# functions or classes And how it works Greez Daniel Are you saying you want to use existing C# functions in your report Yes, you can do that through custom assembly. http://msdn.microsoft.com/library/default.asp url=/library/en-us/rsprog/htm/rsp_prog_rdl_3hsy.asp ...Show All

©2008 Software Development Network