Jim Altrichter's Q&A profile
.NET Development How to respond or resend the soap message received from the server?
Hi I am Using VB.Net or (VB)VS 2005 I am using the below code to send xml file and receiving the reply from the server.IT WORKS FINE But How do I respond for the message I received from the server See the below Scenario <Poll server> --- With the code below <Acknowledgement>Received With < CorrelationID > from the server(look at replied xml file below) <Poll> again with( < CorrelationID > from the first reply receved from the server> <Acknowledgement> again with unchanged < CorrelationID > <Poll>...... Until I get the required result Code in the form Public C ...Show All
Visual C++ Compile C++ code To .Bin File
Hi. can I compile C++ code with VC++ or VC.Net to a BIN file How thanks. Yep. Find out what sort of development tools target your embedded platform. VC creates exe's and dll's (but you are free to change the extension), but you need a tool that writes executables in the actual format required by the actual operating system you're using. Why are you choosing VC and asking us for help Shouldn't you be in investigating the "ST20 ToolSet" as you already mentioned. Like Marius said, everything is binary on computers because all data is composed of 1's and 0's, making it a useless piece of information in achieving your goal. ...Show All
Visual Basic All Help Required
As some of you will know from the questions I've been asking, I have created a screensaver where the user can add a Theme of their own and share it with others. I now need others with more VB Knowledge than myself to take a look at it, add to it, polish it up, make suggestions etc, so that it can be released to the public at large. If you contact me I will zip it up and send you a copy of all the code so far, at the moment it has two Themes, you can choose which one you want to use by using the options form. Thanks for looking. Hello whoisit, If you would like to share your code with other developers I suggest using www.GotDotNet.com that site can be used for sharing of user code...These forums here a ...Show All
Visual Studio Determine When finished rendering and other Properties
I can't get the Print without Print Preview code to work so I'm going to try another route. Is it possible to tell the ReportViewer control to print via code I'll let the control display the print preview but then I want to print the report with out the user having to click on the print button. Two issues I see immediately. One is how to determine when the report has completed it's rendering. Doing this code causes an error frmReports.Show() frmReports.ReportViewer1.PrintDialog() With the error " Operation is not valid due to the current state of the object ." which is probably due to the report still rendering. Next, I'm hoping that once the print dialog is displayed, I'll be able to use maybe Sendkeys to "cl ...Show All
Software Development for Windows Vista MFC Project(C++) vs compilation error with IDI_SHIELD, BCM_SETSHIELD, Button_SetElevationRequired and friends
Probably you guys already solved this trouble in your project but I'm still looking for the appropriate .h to be able to add the shield icon to my buttons. Is there an VS update to install or something Thanks in advance! Hi, did you get this working I've tried to use it, but always get back code 0. I've checked that the button has a valid hwnd. BOOL CDlgDlg::OnInitDialog() { CDialog::OnInitDialog(); const UINT BCM_SETSHIELD = 0x0000160C; int i = m_btnDoIt.SendMessage(BCM_SETSHIELD, 0, TRUE); if(1 != i) { CString str; str.Format(_T("Failed to set shield, code %i"), i); MessageBox((LPCTSTR)str); } return TRUE; // return TRUE unless you set the focus to a control } ...Show All
Visual Studio Express Editions Connect vb express to existing sql2005 developer??
have searched all around can't seem to see how to configure a SQL2005 developer ed so I can use vb express to develop a local front end. keep getting "the user instance login flag is not supported on this version of sql server" I have configured the .net framework via aspnet_regsql.exe. Also I configured the "Machine.config" file. but so far no luck. Selecting sql2005 as the server thru the add new database connection in advanced area yields the error message surely there is away. Thank you both for responses, I have read that it ia possible to configure sql server to recognize "user instances" and that is the sole issue with making a NON_express server able to be used with ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Xbox 360 Guides in XNA
Hi there, I've been playing around with the framework and I have a little question for any MSFTies who can answer. On the Windows side of things, if we want to call up any useful built in functions of Windows like say the common dialog box colour picker (for say, a player's car paint job) or a MessageBox (you've reached the end of the demo!), we can still do so by calling in to the Windows.Forms namespace. On the Xbox 360 side though, any such UI we would have to recoded manually. However, as we all know, there are certain built in elements of UI on the 360 too in the form of the various Xbox Guide slide out panels. Currently, access to one of these does exist in XNA (The save Location guide for letting the user choose a Memor ...Show All
Windows Forms question on the publish wizard
hi, i have a small application in vb.net with access mdb. i want to make exe file that will have the mdb file in it. i try the publish wizard, but i didn't find a way how to make him copy the mdb file to the exe files ( i want that when the user first run the startup file it will copy the mdb file to his computer to the root i choose, so it will work fine with the application) hope somebody can help,, mikalush If you've added the file to your project, you can set the Build Action, I think, to Data File... I'm not sure "Build Action" is the right property, it might be one of the reference ones though. If you do that, then ClickOnce will pick up the file and deploy it for you. It ...Show All
Visual Studio Express Editions I'm so screwed! Please help me!
Ok, so I'm still at college and I have to do this hangman program in VB 2005 and I don't know how to show the string of letters that have been typed in! I alseo don't know how I will be able to show the little hangman diagram. will someone PLEASE help me! This has to be handed in tomorrow and I have no idea what to do and I really need a good grade! Thank you Mandy Oh dear. Check out this http://www.daniweb.com/techtalkforums/thread12942.html ...Show All
Visual C++ Monitor Files
Hi all, Just wondered how I monitor files in my system(opening, writing and cet.(something like AV)). I will appricate a sample code. thanks. This issue is off topic for the forums. A better place is the Win32 dev newsgroups at http://msdn.microsoft.com/newsgroups . For the scope of the forums, please see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 OTP Thanks, Ayman Shoukry VC++ Team ...Show All
Windows Forms app.application Publish file
Hi, I know this has already been posted, but I need to get it clear in a simple way. The 'app'.application file is created when you publish an application to a web/ftp server, along with other files. The publish.htm page shows a button linking to the 'app'.application file and I can correctly install it, but a friend of mine (and maybe many more people too) get the 'app'.application file contents displayed in his browser. He has the .NET Framework 2.0 installed (installed automatically with VB 2005 Express), and I would like a simple solution to resolve this issue, without reinstalling .NET 2.0 (unless you are sure it resolves it). I also heard that it has to do with MIME types , but I'm not too familiar with this term to unders ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Content Pipeline Type Environment Odditiy
Sorry this is likely to be a bit confusing, as its fairly complex... I have a Managed C++ Library (called Lua2ILContentImport) with a custom content pipeline in it, its has to be Managed C++ because it embed a fair chunk of old C code in it (Lua 5.0 for the curious), I also have a C# library (called Lua2IL) that runs on PC and 360 (a define removed some Emit calls on the 360, the rest is identical). Lua2ILContentImport reference Lua2IL with the define defined so that a Lua byte code to CLR IL system is enabled using Reflection.Emit. Now the product of the content pipeline is an assembly full of lovely IL that originally were Lua scripts. For testing I also have a tiny console driver that manually calls the content pipeline classes to make ...Show All
Windows Forms data display in datagridview
Can I display bound data table ROWS as datagridview COLUMNS Instead of table field names displayed as column headers, I want table field names displayed as row headers. I'm using VS 2005 Pro to develop a winforms application. Im not sure of well understand your problem, but if you need to translate from rows to columns from any kinds of sql language, maybe a query could be solve your problem, then just to set your datagridview to read data from that query. ...Show All
Visual Studio Team System Error Saving Project Plan
I am having the following irritating error when trying to save a project plan in the Development Project Plan file. Here is the scenario: - Open Team Explorer in VST2005 - Expand the Project Documents - Expand Project Management - Double-click the Development Project Plan.mpp file - Wait for a while (until the TS Icons appear ) - Add a new task to the project - Click the Publish button - Click the File > Save/Update menu function, choose the Development Project Plan from the list and click Save . it will tell you that the file is read-only would you like to overwrite the file, click Yes. The file is saved OK. - Close the Project plan and reopen it again. - Repeat the above steps. You will see tha ...Show All
Visual Studio Team System The Selected file cannot be opened as a solution or project
Hi, I have a new problem with super source control. I try to open a .vproj file through source control (I just double click on it). But I get: "The Selected file cannot be opened as a solution or project. Please select a solution file or a project file." I am able to open the file using file system. I get the same message when I try to add the project to a solution using File->Source Control->Add Project from Source Control Regards DDressel Please post your workspace mappings for both workspaces. The scenario you specify is not supported and should not be possible (unless there is a bug) because the only way the project could be in both S1 and S2 where S1 and S2 are in diff ...Show All
