Tryin2Bgood's Q&A profile
Visual Studio Express Editions What Code question
Hello to All: What code would I insert and use to make a message box appear when the user does not select the proper buttons on a form In other words I have a form that has three buttons. Two of the buttons are selection buttons that takes the user to two differnet forms. And the third button also take the user to another form, However I want a message to appear if the user selects the third button first. So in other words the user must select either the first or second button before the user can select the third button. And if the user selects or presses the third button without pressing the first or second button then a message should appear telling that user that they must select the first or second button before they can select the ...Show All
Smart Device Development CE 4.2 which framework?
Hi All I'm new to the CE environment and am trying to write an application for a wireless handheld device. The device has CE 4.2 and I can't get a clear understanding of which combination of development tools I need to install and which framework I need. Can someone point me in the right direction Thanks, Thad Hi, See Mo Braga's post above. Also, see CF 2.0 SP1 document: Additional Information .NET Compact Framework 2.0 Service Pack 1 details: Added Features: Added support for WindowsCE 4.2 in both the CAB installation and a Platform Builder Update (For more information on the Platform Builder Update, see Windows CE Download Center .) From this what I understa ...Show All
Windows Forms in a form i need to all the featurs of ms outlook
in my vb.net windows application on a windows form i need to keep all the featurs of the ms outlook can any one help me how to solve this problem Are you sure you want to strongly bind your application to Outlook You can use SendMail for a more generic solution. http://www.emailarchitect.net/easendmail/sdk/html/o_smtpserver.htm ...Show All
SQL Server Unable to start T-SQL Debugging. Could not attach to SQL Server process on
Please help! I cannot debug CLR procs remotely. Whenever I try to start debugging in VS2005 I get the error: Unable to start T-SQL Debugging. Could not attach to SQL Server process on .... I have clr enabled set to 1 and I have Allow SQL\CLR Debugging set on. But I continue to get this error. Any help would be greatly appreciated. Thanks! GN Hi Richard, Unable to start T-SQL Debugging. Could not connect to computer 'strgingserver'. The Microsoft Visaul Studio Remote Debugging Monitor on the remote computer cannot connect to the local computer. What is the possible problems ...Show All
SQL Server Is it possible to have SSIS flatten XML data?
Hi, I have to take a hierarchical XML file and store it into a table. I'm looking at the XML Source and it shows me all of the various XML tags as separate tables. I know that a lot (if not all) of the data can be denormalized so that I have flattened records in one table instead of multiple tables. I was hoping the XML source would allow me to designate how to denormalize the data but it doesn't seem like I can without using a bunch of sorts and merges in the data flow to denormalize it which I'm trying to avoid. Does anyone know if SSIS has any easy way to flatten XML data I know about XSL transforms but I was hoping that there might be an easier method. Thanks, -dhideal It seems you un ...Show All
Software Development for Windows Vista How to prevent STANDBY and RESUME ?
Vista has new feature in Power Management. I want to prevent STANDBY and RESUME from app. But WM_POWERBROADCAST message with PBT_APMQUERYSUSPEND and PBT_APMQUERYSTANDBY were not sent. I've read "Integrating-with-WindowsPowerMgmt.ppt". There are some explanation about the feature. Calling SetThreadExecutionState() does not work. Calling RegisterPowerSettingNotification() does not work. Does anyone know how to prevent Standby and Resume Vista is build 5600. it seems that vista rc1 will not send out the PBT_APMQUERYSUSPEND or PBT_APMQUERYSTAND when system is going to sleep. But it dose send out the msgs in vista 5456. anybody in MS who can give an explaination thank ...Show All
Gadgets Setting and gadget main.html
Hi guys, I have a main.html which have a dropdownlist. My settnig page have a text box for me to enter the text of each element in the drop down list. after i clicked "ok" and store those values in System.Gadget.Settings, i want the values to be shown in the dropdownlist how do i do a refresh or populate the main.html is there any way i can get the document object of the gadget from the setting page Please help thanks!!!! In your main.html, capture the Settings closing event and then add the options to your drop down. System.Gadget.onSettingsClosed = settingsClosed; function settingsClosed() { var tmp = System.Gadget.Settings.readString(" <myOptionSetting> ") ...Show All
SQL Server Use of temp table
Hi there In Control flow of my package I have created a temp table. How do I use that temp table in my next task which is Data flow task. I want to use my temp table as source in data flow task. I have set retain connection property of my connection as true.\ Thanks and Regards Rahul Kumar, Software Engineer Here is what I do when deving against temp tables: 1. Create global temp table in query analyzer just so the structure is out there 2. Create the source object and use a query "Select * from ##temp" etc for the source. 3. (I think you are missing this step) In the properties of the source change the "ValidateExternalMetadata" to Fals ...Show All
.NET Development very strange problem
hi all. i'm having a very strange problem. in my c# 2005 winform application i work with the MS Data Access Application Block. i have a function that handles the SaveToDb actions(updates & inserts). i'm working with DbTransaction. in a small Function i wrote: { string sql1="update ....."; string sql2="insert into...."; MyDatabase.ExecuteNonQuery(MyDbTransaction,CommandType.Text,sql1); MyDatabase.ExecuteNonQuery(MyDbTransaction,CommandType.Text,sql2); } and in SaveToDb i wrote: MyDbTransaction.Commit(); now - the strange thing is that sometimes sql2 is executing before sql1 !!!!!!!!!! how can it be What is happening that is giving that indication Depending on how you ...Show All
Visual Studio Express Editions ok...it,s done
hi guys with a little help from one or two of you guys, I have finished my first program, I think. my personal web browser..... I have published and installed it on my pc..... and I like it. I tried to publish to my web site.....and it seems you need to have frontpage.....which I dont have. I use coffeecup ftp to upload my stuff.......... so I published to my pc and then uploaded the published program to my site....ok but it wont install from my site......WHAT CAN i DO........help....please thanks cheyenne i,m getting there spotty I uploaded it and as you say...I got the name of the program and it says RUN then I get a lot of xml gobbledegook... I,ll try mimeimg........ ...Show All
Visual C# Save my program for God's sake!!!!
Just as I was getting some decent work done on my project, I set down my keyboard to make a bathroom run, and once i returned, I found my cat lying on my keyboard... When I tried to clean up the constaint garbage that was created by him, I tried running my program and found a ton of new errors. What makes it worse is that I have this bugged sucker saved... Tried cleaning it up, and like a freakin moron, I saved it before I re-ran the program. Apparently I changed something mere mortals such as my self shouldn't have touched. partial class Form4 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel. IContainer components = null ; ...Show All
.NET Development I installed .NET Framework 3.0 RTM on Windows Server 2003 SP1
And I created a default WPF application with VS2005, moved it to the Windows Server 2003 and when I run it I get "test has encountered a problem and needs to close". This was a fresh Windows Server 2003 setup with .NET Framework 2.0 installed before I installed .NET Framework 3.0 RTM. Why doesn't this simple scenario work RIchard ...Show All
Visual C++ i want get text by mouse click
i want get any word and any where in windows like Babylon Dictionary are there any function in windows api to do it tnx i cant hook mouse and keyboard and threat but i can't get text or characters from Edit Control and more control ... i find one macro from windows API but it work only in windows Vista (it's Edit_GetHilit ) i want like macro in windows XP ...Show All
Windows Live Developer Forums Messenger Hangs
I've downloaded the new Live Messenger, and it was working perfectly. I got the free gift for testing the Beta, and now it just hangs, and won't respond. I can't get in to the programme to remove the backgrounds and animated display picture. I even tried removing and re-installing, but it still does the same thing. If anyone else has had this problem, or knows how to solve it, can they please let me know. Many thanks. Lenoire77 Just great ! I installed messenger live 2 days ago, Works fine, nice looks yesterday i logged in and messenger hangs.. logged in, but no contacts list, and 3 seconds later, messenger not responding anymore Deinstallled everything, installed again, but same ...Show All
Visual Studio Creating dynamic reports
Hi all, I’m using Report Viewer and I’m thinking about create dynamic reports. I want to know if I can modify the report design at runtime. I need to report objects that have optional properties and the number of columns in the report must change. Best regards, I have implemented this as per the article on www.gotreportviewer.com , but I need to subscribe to the report as well which means this solution is not applicable - the scheduled report is created it won't contain the dynamically created columns. Does anyone know of an alternative way of doing this The only other option I have come up with is to create a report for each table (something I don't want to do as I will eventually have hundreds of individual reports!) ...Show All
