mayoz's Q&A profile
.NET Development Template Collection.
Baislcy I'm attempting to create a custom control which shows the following in source view: < cc1 : ExampleBase ID ="ExampleBase1" runat ="server"> < cc1 : ExampleItem runat ="server"> Bla1 </ cc1 : ExampleItem > < cc1 : ExampleItem runat ="server"> Bla2 </ cc1 : ExampleItem > < cc1 : ExampleItem runat ="server"> Bla3 </ cc1 : ...Show All
.NET Development What a Laugh
I could not help laughing when reading my server logs, besides the usual traffic, there are a few trying to launch games (none on my site) run perl scripts (no perl on my server) and hunt for some linux oriented folders etc. All I can say is good luck, because the server is secure, and the firewall prevents anything but port 80 requests in. www.greenrelations.com Now, the x64 machine I use is now doing better. Been upgrading the site, with ...Show All
Visual Basic Pardon my ignorance.. Visual Basic ".NET" ?
I've been out of the development loop for over 4 years. What is this Visual Basic ".NET" Is it a different version of Visual Basic I've seen Visual Basic 6 and Visual Basic 2005. What is the latest version, and how does Visual Basic ".NET" fit into all of this I didn't see a ".NET" version of VB for sale.. Clearly I'm missing something. Any help or links to more info appreciated! .N ...Show All
Windows Forms SortCommand event handler does not fires for dynamically added columns in datagrid
Hi, Could somebody help me please with this problem: SortCommand event handler does not fires for dynamically added columns in datagrid. Main settings: Me.dgBrowser.AllowSorting = True Me.dgBrowser.AutoGen ...Show All
.NET Development rename xml node
I need to rename an xml node in a large xml document from <Item>Item</Item> to <xItem>Item</xItem>. I have no control over the design of the xml file so I need to do this change when I receive the documents. Any ideas how I can do this with .net Thanks Danny You'd need to read the xml document into the XmlDocument class first of all, you cannot change the name of a node us ...Show All
Visual C# thnaks
hi how i can use peer-to-peer connections with c# application and how i can send file to other application or computer There are so much articles, example and tutorials on the net. Take a look at some of there articles: Real Time TCP/IP using C# - The Code Project - C# Programming Introduction to TCP client server in C# VB.NET TCP Client - Server Socket Communications Client Server Multithreading Applic ...Show All
Windows Forms Does ClickOnce uninstall Isolated Storage files?
I have a program that I am trying to decide where to store a config file. I am thinking about storing it in the isolated storage store, but does ClickOnce uninstall Isolated Storage files when the program is uninstalled If you create files using GetUserStoreForApplication the answer is yes. Files/dirs created using this API are stored in the data directory which is scavenged after the app is uninstalled. Thansk, Sameer ...Show All
Windows Forms Form border
Hi, I would like to display a help form using which is created using these lines Help help = new Help(); help.Show(); I would like this form to be without the top that includes the Form name and the minimize, maximize and exit buttons. Just th ...Show All
Visual C# how could I define I m coming to the end of a rtf box?
I've thought for ages and maybe its just something simple missing that I cant see. What I want to do is 'do something' when I m coming to the end or at the end of a rtf box when typing (either way not bothered) in a way like below: private void defineendofrtf(richtextbox rtf) if ( 'end of rtf is coming - code I need here' ) { do something; } Anyone have any ideas anything to do with rtf.lines ...Show All
Visual Basic Share Folders
I am interested in how to create a share folder structure ie. multiple folder level, in vb code that does not involve windows authorizaton and security for access. Here is my problem. In a company network environment I wish to run client vb software that accesses a puclic share folder on a server for data. I wish the client software to handle all sucurity with regard to folder access and totally disingage Windows Authori ...Show All
Windows Forms DataGridView Combobox Column
I Have a simple datagridview bound to a database. One of the columns is a comboxcolumn. When i try to drop down the combobox in any row i get the following error. "Getting the Size property of a cell in a shared row is not allowed.&qu ...Show All
SQL Server To Boost Performance
We are designing the database for a high load web application . We used 4 techniques. 1.No outer joins,No Unions, > only in reports 2.No joins in main forms 3.Choose the smallest dataTypes possible. 4.Used a single instance for all users. Are there any additional MAJOR ones DId you had a look on www.sqlserverperformance.com Additional options would be to define the right indexes, use of index views, etc. You find all this ont his si ...Show All
Visual C# Is there a sample which make images as EXE file and can be play as slide show?
I heard there is a software which can package many images as a EXE file, when you launch the EXE file, the images can be displayed one by one, just like slide show. Could you give me a sample thanks! It is trivial to piggyback data with an executable. You can attach any data at the end of a PE and it will be ignored by the PE loader. So, in your case, you will want to invent your own data structure to store multiple images and then s ...Show All
Software Development for Windows Vista A workflow application from Visual Studio hosted in Sharepoint 2007
Hi all, I intend to build my own workflow application that should be hosted by WSS 3.0. Unfortunately I haven't found any information how to do this. If I create an application in Visual Studio what should I do next Thanks in advance. Greez, Flo Unfortunately this forum is not the correct place for your question. Please take a look at this post for more information http://forums.microsoft.com/MSDN/ShowPost.aspx ...Show All
Visual Studio Team System TFS Clients other than Team Explorer?
We are currently using TFS as our source control solution for .Net projects and it works great. However, our install team wants to use TFS to host InstallShield projects and a bunch of install binaries. I want to host these files as flat files. Primarily, my question is How do I host flat files (non-dotnet files) on TFS I see that there is a open-source project, TortoriseVSTS, in action. However, it is only in planning stages. Are there mo ...Show All
