DrunkenMunk's Q&A profile
Visual C# How can I duplicate elements in a windows for - like groupboxes or image objects
Hi all- I am having trouble finding an answer to my problem. I would like to add a bunch of master images to a project, then I would like to loop over an xml file. For each node in the xml file, I want to add a new groupsbox to my windows form. Then for each sub element in the node, I want to add a picturebox object inside the groupbox. Has anyone done anything like this before or know of a way to do this I can work with the XML file with ...Show All
Smart Device Development deploy "non-exe" files
Hello! First, I'm sorry if this questions is already posted elsewhere. Second, here is my problem: I have a Smartphone 2003 project developed in VS.NET 2005. I have an xml file I would like to deploy toghether with the .exe on emulator (I tried to deploy on device but it's also not working). This link: http://blogs.msdn.com/sivarv/archive/2005/09/16/468529.aspx is not helping me. Right now, for developing purposes, I copy the xml file o ...Show All
Smart Device Development Barcode Reader
hi everybody i am mehmet from turkey i am making read Barcode number by BarcodeMachine. but my BarcodeMachine integrated PDA. when reading barcode number by machine then number sending to on PDA application in textbox but i not sending to textbox. how to Hi, I'm studing about barcode reader... I'm looking for information about this How did you do it Can You give me some idea from where I can to begin thanks ...Show All
Visual Basic Excel: formula in chart
Actually, I want to do it in VBA. I don't want to create a new column because there are already about 200 and also because the number and rank of columns is important. Please repost in the VBA forum . ...Show All
SQL Server RDA Pull Error table
My dev environment: VS2005, SQLServer Mobile, SQLServer 2005 server db, PPC windows app. Having a problem with pull. First pull works fine. I request an error table from the pull. When I need to repull, I drop the table, but if I try to programmatically delete the error table, I get the message that the table has restricted DDL operations allowed. Apparently Drop is not allowed. Sometimes dropping the main table deletes the error table, somet ...Show All
Visual C# StripMenu + Database
How to create a dynamic strip menu with database provided data, where the itens was showed according user permission. Hi! Here is some sample from one of my projects. My application can work with multiple insurance companies and only one may be selected as active at single moment of time. I intercept DropDownOpening event to read SQL table with companies and build a list of choices. Last thing was to add "add/modify..." item. ...Show All
Visual C# Visual C# 2005 Express Edition Crashes
Hello everyone, I was not sure as to where this topic would best be placed so I'm posting it here. Every time I hit new project and choose any option, the program will crash. This also occurs on the Visual C++ 2005 Express Edition. My PC meets and exceeds the minimum requirements. Anyone have an idea as to why this happens Here are my specs: 2.0 GHz Intel P4 CPU 384MB PC133 SDRAM ATI Radeon 9250 256MB GPU Thank you. ...Show All
Visual C++ Beginner in C++ Need Help
Hi everyBody I'm in my first year in faculty of engineering I love programming and I begin with VB 6 but after I've reach 2 APIs I hate it and at this moment I was in my way 2 game programming ,So I transfer 2 C++ and I'm learning it From Books and Internet forums ( OOP by Robert & How 2 program & Teach urself C++ in 21 days) I learned Looping & Descision making & Functions & Structures & Classes & Pointer ...Show All
Visual Studio Express Editions Debugger & Forms Designer in Beta 2 fails
I was using C# Express Beta 1 for long time, today I installed C# Express Beta 2 but after that I can not create WindowsForms project or open WinForms/Project Settings/Resources When I try to create new WinForms project I get warning as follows Package "Visual studio Settings and Project Designers package" has failed to load properly ( GUID = xxxxx) .... Would you like to disable loading of this package in future ..... <Yes> <No> ...Show All
Visual C++ Where's my VC++ 6.0 keyboard layout (Beta 2) ?
Maybe I'm just not looking at the right place, but I can't find a way to go back to my old VC++ user shortcuts. Old habits die hard ;-) The only options I have are: - Brief - Emacs - VC++ 2 - VS 6 (not VC++ 6) Is the support for VC++ 6.0 shortcuts gone in Beta 2 If you are using the "C++ Developer" profile, you can select "Default" and this essentially is the same as selecting "VC6" since VC6 is now our default. If you are not us ...Show All
Windows Forms sorting bindingsource !! make strange thing in the datagridview
hi when i sort the bindingsource by more than one column like this mybindingsource.sort="col1 ASC,col2 ASC,col3 ASC" and this bindingsource is viewed in a datagridview after sorting and when i click in the datagridview it changes the sorting in the datagridview by itself why this can any one help me thanks in advance ...Show All
SQL Server semicolon terminator
Can someone define for me what is a statement when it comes to having to use semicolon statement terminator This is absolutely undocumented in BOL. Googling only finds this incoherent article which is far from official documentation. TIA Hi Chad Boyd, This is Bhanu Prakash and i am going to be the new administrator for MSDN Forums. You are amongst top 200 answerers in Forums and we identified you as poten ...Show All
Visual Studio Team System property evaluation order (beta 3)
Why is the following not working I tried moving the Import of the M icrosoft.TeamFoundation.Build.targets from the top of the build file to the bottom, but it had no affect. Our environment has separate TFS and Build servers. I'm using TFSBuild.exe to kick off the build through a batch file. This article describes http://msdn2.microsoft.com/en-us/library/ms171464.aspx the order of evaluation but it isn't working. I also tried moving the RootP ...Show All
.NET Development Calling web services from process being debugged
If I call a web method on a remote box from an application I am running under the debugger, the call times out, and the remote box never gets a connection. Running the application without debugging is fine. How can I debug an application that calls web services Remember where you are when the call times out. Next time around place a breakpoint there, then execute right to the breakpoint, an ...Show All
SQL Server SQL 2005 woes
I installed VS 2005 & SQL Server 2005. When I use SQL Server Management Sudio, I can create a new database in SQL Server 2005, but when I try to create a new table in that database, I get the following error: "Class does not support aggregation. Microsoft.Sqlserver.Sqltools.VsIntegration" any help would be appreciated. Thanks I DID follow these instructions - are there are several similar but not identi ...Show All
