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

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

wbartussek

Member List

Ron Hicks
Boywonder0337
BergSt
CurtisDeHaven
rmasonh2006
Nic Butler
CPG
Frent
Yiru
djdekker
Oleg Krupnov
orconquest
Tom Kubit
sujeeth
Ramoas
pipemx
halosome
trayday22
evuori
Jerry Foote
Only Title

wbartussek's Q&A profile

  • Windows Live Developer Forums Welcome!

    Welcome to the discussion forum for Windows Live ID! This forum has been created to provide a place where developers can discuss not only Windows Live ID concepts and plans for the SDKs, but also general discussions around identity and authentication as they apply to Microsoft online services. For an introduction to Windows Live ID, I encourage you to check out these resources: Whitepaper on MSDN which describes our platform and how we integrate in the Identity Metasystem. Team blog at http://spaces.msn.com/winliveid which has information on our new sign-in UI and multi-user support , as well as the Windows Live Sign-in Ass ...Show All

  • Visual C++ How to change owner of a process or thread?

    Hi, I have a Windows Service that run with SYSTEM user. When i create a new process in this process (using ShellExecute function) the new process got SYSTEM privilege too. I want it'll run as current user privilege. How can i done Any help Hieu I would try posting at the win32 newsgroups at http://msdn.microsoft.com/newsgroups/topic.aspx url=/MSDN-FILES/028/201/015/topic.xml  where you might be able to find answers. Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual Studio Team System Agent Controller Supported configurations

    I am preparing to set up a rig. I cannot exactly match any of the recommended configurations, but I can come close to " Alternative Configuration 2 " as shown below. Will this work (It will be nice to find out before I install everything.) ·          Computer 1: Visual Studio plus web server against which load tests are conducted. ·          Computer 2 (WinXP SP2 laptop Celeron 2.4GHz, 448 MB RAM): Controller, (not sure if it is advisable to run an Agent too ) ·          Computer 3 (Win2k Pro, Pentium 4, ...Show All

  • Visual C++ comments in a command line file?

    Is there a way to place a comment into a *.txt file intended to be used as a CL file Do you think // will work Thanks So this is a "response file" for CL compiler. Instead, compose the command line or response file in your makefile, like this: MYOPTS = MYOPTS = $(MYOPTS) /YP # this is commented out: # MYOPTS = $(MYOPTS) /otheropts $(CL) -c $(MYOPTS) somefile Regards --PA ...Show All

  • Windows Forms Inheritance Base Form lock

    I am using a base form which has menu and toolbar in a windows forms application.  I changed modifier property all the toolbar items and menu items to protected. The other forms inherits the base form. I can see the controls on my inherited form but can't click on any button on toolbar or menu and neither I can write code for events for the controls on base form. It used to work on Beta1; now the inherited form shows the small lock on the controls of base form. I can write code for the events of toolbar/menu and code compiles but I can't double-click on the control to write code. I also tried with modifier as public but s ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Resizing D3D Window?

    Hello I have a simple D3D app running in windowed mode. It simply renders a textured cube. However when I resize the window I have to reset the viewport, I think based on my experience in OGL. The default behaviour is not working properly, as it blurs the rendered cube and makes its edges very gaggy. Resetting the viewport upon resize does not solve the problem though. I have something like this: WM_SEIZE: // viewport width = cx // viewport height = cy // .... d3ddev->SetViewport(...); Is not it the same way OGL viewp[ort setting work What else should I do Some advised to Reset the device, but after doing so ...Show All

  • Windows Forms Datagrid / databind / crash

    I have now spent the whole day on this problem and still I have no solution - going more than a small bit crazy now.  I need to know if there is a solution and if yes what the hell is it. I have a custom collection (inherits CollectionBase and implements IBindingList).  In some UI I bind this collection to a normal DataGrid control.  From another location (through realtime notifications to the collection NOT the UI) I update the contents of the collection. All works perfectly.  From a single dataGrid1.SetDataBinding(myCollection, "") I get a realtime updated UI. NOW, in some circumstances I want not just to update items i ...Show All

  • Visual Basic Exporting Datagrid to Excel File

    I am trying to export the contents of a datagrid into an excel spreadsheet. I wonder if anyone might have some source code which will enable me to achieve this. I happen to have a datagrid that has a column which comprises of all currencies through out the world – What I would like to do is export currency such as USD to one worksheet, Yen currency to another worksheet etc Currency Type Value Bank Information Rate B Information USD 5555 Information 101 YEN 7777 Information 102 ...Show All

  • Windows Forms WinForms and mini-database

    Hi all, I want to build a small stand-alone VB.NET WinForm application to be sold to the general public.  Let's say it will be something like Quicken bookkeeping, in that it will have user input forms, etc, and will save check entries to a mini-database. My question:  What do I use for the mini-database  MSDE   I'm comfortable in building client-server  ...Show All

  • Visual J# 64 bit integer support

    Lets say you have a function which accepts a 64 bit unsigned int. In my case this function was written in C++/CLI as a part of a managed wrapper. I am having problems though. It seems the compiler does not do implicit casting for 64 bit values. Here are some examples (in all cases the input is a System.Int64 value): f1(1 ); // This does not work because it think's 1 is an int and therefore thinks I'm trying to reference a wrong function. f1((UInt64) 1); // This works fine f1( ( UInt64 ) 0x1122334455667788); // This does not work. The problem with the last case is that it says it's a wrong value for int litterals. While the first case is a ...Show All

  • Windows Forms Prinitng a file

    Is there a "simply" way to send a file to a printer.  What I want to do is select a folder and send every file to the printer.  Some are pdf some are doc-- same as if I selected all and then right clicked and selected print.  I not worried about looping the folder files-- but just sending each full path to the pr ...Show All

  • Smart Device Development Screensaver for Windows Mobile 5.0

    Hi! I am thnking of developing a screensaver for Windows Mobile 5.0 platform. Can anyone point me how to develop this kind of application Is there any specefic design guide for windows mobile 5.0 screen saver how i can deploy them I need this informtion very badly. Thnx in advance!!     Pls refer to following link for more relavent forum http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Srikanth Bogadapati ...Show All

  • Visual Studio Express Editions Installing VB 2005 Express Edition with Visual Studio.Net

    Hello, I currently have visual studio.net 2003 installed. I would like to install visual basic 2005 express edition on the same laptop and I'm wondering if this will cause a problem I need the express edition to get a jump start on a class that I need to create. Does the latest beta version expire Any advise would be greatly appreciated. Thank you. We do actually test VB 2005 side by side with VS 2003.  You should read the readme for known issues, but in general this does work.  If you encounter any problems in this scenario with setup or at run time, we would appreciate a bug report or a post. ...Show All

  • Visual C++ Convert Visual C++ 2003 to Visual C++ 2005

    I try convert Visual C++ 2003 to Visual C++ 2005 bata but it covert all the way. I am wondering in Novenber when Visual C++ 2005 is release will it convert I am not sure I understand your questions. Any ways, the final VS2005 bits are now on msdn at http://msdn.microsoft.com/subscriptions/ . Try converting your project and if you still have issues, feel free to post the description here. Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual C# ExecuteReader error

    Hi all, apologies if this thread or a similar one has been covered in this forum already. I am a problem with my program and I need some urgent help. I have datagrid which read from a database. It worked very well the first time I created it and I tried to use the same code in another form then I started having problems. even though i have comment the codes in the other form out I still get this error "ExecuteReader requires an open and available connection. The connection's current state is open, fetching" on the line oleDbDataadapter1.Fill(dataTable1). trying to solve this error, I have put in a if statement to check the connection stat ...Show All

©2008 Software Development Network