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

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

LamptonWorm

Member List

vikram kansal
Raulsassaa
Sanchit Bahal
zeifer
pdDallas
Beast Forever
OmegaMan
Drazen Panic
Maxamor
Leonard Lee
Bradley Reynolds
creaturita
Tunca
MagedSalah
pcompassion
Brant Yin
stswordman
rtaiss
ParrotHead
imanish11111
Only Title

LamptonWorm's Q&A profile

  • Visual Studio Installing 32 bit or 64 bit?

    I am not sure which software cd I should install on my pc – the 32 bit, or the 64-bit for MS Visual Studio 2005, the Professional Edition. I already installed the 32-bit, but now I think I may have installed the wrong one, how can I find out which one I should be using Any help would be appreciated! Visual Studio 2005 is a 32-bit application if you install it on your 64-bit Windows platform it will install the 32-bit and 64-bit versions of the .NET Framework. If you have already installed the 32-bit that you are set to go :-) ...Show All

  • Visual Studio Equivalent for <see langword="null"/>

    Hi, NDoc used to have an extremely cool feature that allows you to include phrases like 'null reference ( Nothing in Visual Basic)' in your code without typing it all the time. It's documented in http://ndoc.sourceforge.net/content/tag_see.htm. I have noticed that these special tags don't seem to work in sandcastle. Is there an equivalent feature for this somewhere If not, could this feature be added because it is extremely useful and not just for null. Regards, Michael I'd like to see not only the NDoc "see langword" support as mentioned above, but also the other NDoc 1.3 tags. It's nice that there's an abbreviated set of tags that are "recommended," but I think there are a lot like t ...Show All

  • Smart Device Development resize form CF

    Is it possible to resize a CF form I want my form2 to overlay form1. i pasted ur code in my form2 and change the size of the form in the designer. and still it shows me full screen. namespace DeviceApplication1 { public partial class Form2 : Form { public Form2() { InitializeComponent(); } protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; //if(!titlePanel.mouseDown) //{ base.OnPaint(e); //} Rectangle r = this.ClientRectangle; r.Height -= 1; r.Width -=1; g.DrawRectangle(new Pen(Color.Black), r); } } } ...Show All

  • Software Development for Windows Vista DirectShow Memory Leaks?

    I am trying to complete a media player by DirectShow.To have more functions, I add filter to graph one by one And Release the objects when the it opens next file.But the memory is increases when opens next file,especially when it opens WMV/WMA file,which it opens by DMO.I have release all the objects and interfaces but the problem remains.I am very frustrated!Is there any ways to solve the problem My guess would be there is still something you are failing to release. Are you using smart pointers You do release the graph object itself ...Show All

  • Gadgets How do you change font colors?

    I want to turn the font on my gadget a color. What is the code for this if I'm using a span code for font <span ... style="color:rgb(255,0,0)"> or <span ... style="color:red"> or <span ... style="color:#ff0000"> ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Could C# be the future of gaming?

    Since XNA is using C#, and is is a more intuitive language than C++, is it possible that in the future that C# will dominate, espessially in AAA titles. Could XNA be ushering a new way of programming in the main stream Although I’m a huge C++ fan but.. XNA will be using C#, DirectX is now shipped with many samples tutorials for managed frame work, and the bench mark between C++VS C# graphic applications isn’t noticeable even sometimes its better on C# with all that I guess its time to migrate from C++ to C#... ...Show All

  • .NET Development sharing of textfile (FileShare method not working)

    Hi guys, I'm working on application with multiple instances running in the same machine. In this application I'm accessing file "test.txt" and the other instances also needs this file. But the first application who will get to open the "test.txt" will have the write access and the other instances will only have read access. Below is my code snippet: if (singleInstance) {FileStream fs = File .Open( @"C:\test.txt" , FileMode .Open, FileAccess .ReadWrite, FileShare .Read);} else {FileStream fs = File .Open( @"C:\test.txt" , FileMode .Open, FileAccess .Read ) } When I tried running my application, I open the test.txt in the notepad and I can open it but can't do any mo ...Show All

  • .NET Development Query about DataSet

    Hi, Since we all know dataset is a form of disconnected recordset, wherein it connects to a database using an adapter, gets the data in the form of a tables(s) and then disconnects from the database. The user can do any number of manipulation on it, and the data can be updated to the database at one go. Now my question is, in a distributed environment, suppose the dataset has some data in it,a nd before its updates itself to the database, if someone else changes that same data in the database, how does it synchronize itself. How does this thing work. Regards, Bhaskar I could be wrong but I believe whoever updates their dataset to the database, gets commited over writting whatever data already existed. the dataset ...Show All

  • SQL Server UK SQL Server User Community BI Evening

    Just to let any of you who are based in the UK know, the UK SQL Server User Community is holding another BI-themed evening on November 29th. On the agenda we've got topics such as using Visio 2007 to visualise data, using the SQL 2005 BI stack with data from SAP, and the lowdown on PerformancePoint; of course it'll also be a great opportunity to gossip, network and generally hang out. You can sign up here: http://sqlserverfaq.com/ eid=83 ...Show All

  • Visual Studio Express Editions Save

    How do I Save a file with out calling the dialog box, at the moment I can SaveAs the file(with dialog box) but what I'm after is when you click just save it just saves the file that is opened in its original format with any alterations that have been made. The program is a cut down version of a text editor. When you use the dialogbox you presumably have something like: If SaveFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then ' some code to save the file End If To save it without the dialogue then just put the code you run there into your Save button click event, replacing the dialog.filename property with the name of the file you opened originally. Or am I missing the poin ...Show All

  • SQL Server AggregateFunction -- Does "None" Work?

    Does the AggregateFunction of "None" actually work I have a fact table with a single related dimension. The dimension is for a set of products, with a four-level user hierarchy. The fact table has a measure that only makes sense at the lowest level of the product hierarchy. Thus, when designing the measure group, I created a measure from the fact table and set the AggregateFunction on the measure to "None". I expected to be able to browse down the product hierarchy and see the value of the measure at the lowest level of the hierarchy. Unfortunately, I don't see any values (everything appears to be Null). To ensure the values were getting read, I created a second measure in the measure group using the AggregateFunc ...Show All

  • SQL Server Export Database as a sql file

    I am using SQL Server 2005 Express with SQL Server Management Studio Express. I do not find a tool in SQL Server Management Studio Express to convert a database into a sql file. I want a TSQL command to export a database as a sql file. Advance thanks. Nope, there really aren't. Scripting the database is doable, and the tools are there in SSMS as well as SQL Server managment objects (SMO). You could also use SMO to script the data if you wanted. ...Show All

  • SQL Server Extracting Data from lotusNotes into SQL SERVER

    I have a form in Notes that is huge. I need to extract a part/field from that form into SQL SERVER. If I use NotesSQL Thru SQL DTSPackages, I am afraid it will run very long. Is there any other option on that Any help is appreciated. you need the right connector to be able to deal with the Notes as a source/destination. Please check our Data Sources matrix in our connectivity wiki to see possible alternatives for Lotus Notes integration: http://ssis.wik.is/Data_Sources ...Show All

  • Visual Studio Team System DataDude at PASS

    Hi, Will there be much going on around DataDude at PASS this year Will any of the DataDude team be there Thanks Jamie Dmitriy_Nikonov_MSFT wrote: We will be present at PASS. Cameron Skinner will have a presentation introducing the product, Gert Drapers will deliver a presentation "Managing and Deploying Your SQL Server Schemas with Visual Studio Team Edition for DB Professionals" and Sachin Rekhi will have a talk on Testing and Refactoring. In addition, there will be few other folks on the floor and around to talk to. Best Regards, Excellent. I'm looking forward to a datadude-centric 3 days. -Jamie ...Show All

  • Windows Forms How do I create a copy of a datatable - and the copy not have any reference to original?

    I would think the clone method could get me a copy of the datatable, but does it copy data too I want to mess with the copied datatable, without ever affecting the original. Any ideas Thanks. you can also use datagridview to relize copying --------------------------------------------------------------------------- // Copy from the results of a Select method. foreach (DataRow MyDataRow in DataTable1.Select("Region = 'WA'")) { DataTable2.ImportRow(MyDataRow); } Console.WriteLine(DataTable2.Rows.Count); Console.ReadLine(); // Copy from the results of a DataView. DataView1 = DataTable1.DefaultView; DataView1.RowFilter = "Region = 'WA'"; for (int i = 0; i <= DataView1.Count - 1; ...Show All

©2008 Software Development Network