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

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

ChrisCo

Member List

jonez108
DreamingBear
legojedi
RAB36
daaboots
DevilDog74
Rathish P S
UncleZen
muss
Xancholy
Michael.Young
da Vinci
soconne
Kevgor
Dietz
Brian Rogers
Adner
TRID
JimT Utah
Peter McEvoy
Only Title

ChrisCo's Q&A profile

  • Gadgets How to get Market information when add gadget by URL "http://www.live.com/?add=http://xxx/xxx.xml"?

    When I add a gadget by inputing URL for example ' http://www.live.com/ add=http://xxx/xxx.xml ', I can't get the correct market information but it gives me "en-us" all the time as I set the language in live.com is Chinese which's market information is "zh-cn". So is this a bug in the live.com Or is there any other ways to get the correct market information Ps: getLanguage() and getLocal() methods will return null in this situation. Thanks Starlet, I use the M_CultureVariable_Text to retrieve the market information on live.com. It's available for use, just reference it. ...Show All

  • Visual C# How to show a form inside another form?

    Hi all, I'm a Borland Delphi developer and I'm trying to become a C# developer too. With Delphi, I can show a form's content inside a panel that is contained in the Main Form. I don't need an MDI application, because I show one child form at time and I don't want the MDI child window's System Menu (think to Microsoft Outlook). Is there a way to make this with C# and Microsoft Visual Studio 2005 Udhaya Kumar D wrote: For runtime u can try the following........... UserControl userControl1= new UserControl (); userControl1.Name = "userControl1"; userControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.Panel1.Controls.Add(userControl1); userControl1.BringToFront(); Durin ...Show All

  • Visual Studio Tools for Office Smart tag development not part of the vsto.

    Hello, I would like to develop a smart tag project which will deploy to all the office application as : word, excel and outlook, not just part of a specific word development. In version 1.1 smart tag were register in the registry and all the office document word, xl and outlook identify the smart tag automatically and behave as expected. Now when I develop a smart tag it must be part of word or excel application and its not what we need, Can you please solve this issue and send us a link or an example how to develop a smart tag and catch all the office documents bye regards Yaron karni. www.attunity.com - InFocus - Workplace application yaronkarni@attunity.com did you fix your problem, i have the same ...Show All

  • SQL Server Amateur :: Connections

    hi to you all... i need some help with SSIS... i need some examples to transfer data from one server to another via web ... can anyone help with this ' thx to all Start with this - build an extract process to pull the data into a flat file, run a FTP process to send the flat file to a new server, and then a load process on the remote server to load the data in the flat file. ...Show All

  • Windows Forms help needed on how to create a spinning wheel using MS VS.NET2003 in vb

    hi i need to create a spinning wheel in window form using MS VS.NET2003 in vb. i need to have a wheel which can be spin by clicking on  a spin button which is similar to the wheel of fortune but minus off the word puzzle function. hope any one can provide me with any help. I think you can do in this way: get 8 pictures,for example,these picutres show one by one by a Timer.one picture shows,the former disappeared.In this way ,you can get a spin wheel. when you stop the timer,pictures stop showing,you can get the value of the last picture. I hope you can get my mean. ...Show All

  • .NET Development Fail to serialize object of control by Dot Net XMLSerializer -- Form.Site member is an interface.

    I want to allow runtime editing the layout of UI, save and retrieve. So I try serializing the top UI form to XML file by standard Dot Net XML Serializer, it fails at serializing a member Form.Site due to it has a type of interface, ISite. Will Microsoft modify the standard Dot Net XML Serializer to skip serializing member having type of interface instead of just throws Exception when entercounter should interface type member I have finished writing my XML Serializer of "Object" to XML file. It is suppursingly short. However, I still stuggle in writing the Deserializer to build the "Object" back from XML file. Furthermore, some properties of Dot Net control should be "Runtime Changable and auto recorded& ...Show All

  • SQL Server case expression plus outer join in ole db source

    I'm trying to generate the data for a 2-column table, where both columns are defined as NOT NULL and the second column is a uniqueidentifier. In SQL Server Management Studio, this works fine: insert into table_3(column_a, column_b) select table_1.column_a, (case when table_2.column_b is NULL then newid() else table_2.column_b end) as column_b from table_1 left outer join table_2 on table_1.column_c = table_2.column_c That is, column_b of the SELECT result has no NULL values, and all 35,986 rows are successfully inserted into a previously empty table_3. (If I comment out the INSERT INTO clause and project table_2.column_b instead of "(case ... end) as column_b", the SELECT result includes 380 rows with a NULL in column_b ...Show All

  • Windows Live Developer Forums "Ratemynuts" Worm?

    Can someone please help me out I received a message from my friend when I signed in that read: "lol, wtf! h t t p : / / ratemynuts. net/nuts.php msn=myemail@hotmail.com" With my own email address replacing "myemail" and there were no spaces (I just didn't want to make the link clickable, just in case). Has anyone heard of this worm I tried looking it up, but I couldn't find anything. Please help! -Sarah This link is contained in a popup window that otherwise looks identical to the one that notifies you when someone on your list signs in to Messenger. If you click on this link, it will automatically send the same popup message to everyone on your Messenger list, and they w ...Show All

  • Smart Device Development Camera API's stopped working

    My camera capture method below, no longer seems to works on my i-mate SP5 (HTC Tornado).. The code worked and ran perfectly for the last few months, on both NETCF2..0 and the Beta of NetCF2.0 Service pack 1, but since I upgraded my device today to the new release candidate (non Beta), it no longer works and throws an InvalidOperation Exception on CameraCaptureDialog.ShowDialog(); method. The .Net themselves seem to work alright, except the camera functionality no longer works /********************************************************************** * METHOD: startCamera **********************************************************************/ public String startCamera(CameraCaptureMode incCaptureMode) { /*** ...Show All

  • Visual C++ VS2005 cannot add ATL Simple Object into a ATL Project?

    This is really weird and annoying me. In my VS2005 Team Edition for Developers(8.0.50727.42), I cannot add a ATL Simple Object into a ATL Project. The "Add Classs" dialog just show diabled name & Location. If I select "ATL Simple Object" and click "Add" button. It pops up a error dialog "ATL classes can only be added to MFC EXE and MFC Regular DLL projects or projects with full ATL support.". I don't think I am the only person who meet such situation. Google and MSN search doens't get me any helpful info. I searched local file and found the error message is in file "...\VC\VCWizards\1033\common.js". After one hour of trying to hack these javascript wizard, I failed and gave up. ...Show All

  • Visual Studio Express Editions pointer to memory location

    In VC++ Express is there an instruction which returns a pointer to the physical location ie the actual memory location in ram of a variable I need to work on a bitmap file loaded into the project. The & operator gives the address of the variable. int n = 1; int *p = &n; n is 1. p is the address of n. p points to n. EDIT: Here is a list of operators http://msdn2.microsoft.com/en-us/library/x04xhy0h.aspx The address of operator http://msdn2.microsoft.com/en-us/library/64sa8b1e.aspx ...Show All

  • SQL Server SSIS FTP Task Variable Remote Path invalid

    I am working on the SSIS FTP Task that transfer file from one FTP server to local location, rename the file name, and finally transfer the renamed file to another FTP server. So I defined 2 FTP tasks. For the FTP file receive operation, I need the remote path to be updated by a script and pass to the user define variable. So I set TRUE to IsRemotePathVariable. In the RemoteVariable, I set User::FTPSourcePath where the variable is set in the script with "/DMFTP/filename1.jpg" For the FTP file send operation, I set TRUE to IsRemotePathVariable. In the RemoteVariable, I set User::FTPDestPath where the variable is set in the script with "/DestFTP/" After all the setting, the FTP Task box show me the error as " ...Show All

  • Windows Forms Handling NoNullAllowedException

    Hi, I get the above exception when the user clicks Save, on the code: Try Me .PropertyTableBindingSource.EndEdit() Catch ex As Exception MsgBox(ex.Message) End Try ex.Message displays "Column 'OrgName' does not allow nulls." I want to leave focus on the text box bound to column OrgName. How should I do this Or am I going about this completely the wrong way Thanks, Keith. Hi, There will be a number of fields on the form that could generate this or similar errors. I want to display a user-friendly error message, then leave focus in the appropriate field. But I can't see how to identify the field / column that generated the error. I could parse the ex.Mess ...Show All

  • Visual Basic what type of collection to use?

    I have a collection of type System.Collections.Specialized.NameValueCollection, which is great for getting the value of each item using either the Key or Index. However, I also need to be able to get the Name of a Key using it's index, and this doesn't seem possible with this type of collection. The only way I can see to do it is by keeping two collections going, the second with the name of the key in the first collection, that can't be right! Anyone out there who knows about collections can tell me a better way Thanks While setting up an example of the inherited class I noticed that the namevalue collection has a getkey(byval Index as integer) method which will return the name of the key by index...is ...Show All

  • SQL Server Add fixed columns to a matrix

    I have received a request for a report that has a variable number of columns that can be generated with a matrix, and then two columns that are fixed, i.e. one per group. Here is what I mean: Sect 1 Sect 2 Sect 3 Score Time ------ ------ ------ ----- ---- Person 1 X X 50% 8 Days Person 2 X 12% 3 Days Another page-level group could have 2 Sections or 8 Sections. There should only be one Score and Elapsed Time column. How can I add these fixed columns to a matrix Thanks for any help. ...Show All

©2008 Software Development Network