Answer Questions
Lior Canetti Create a comment snippet
Hi, I would like to create a snippet for comments. This is easy for static data but I want to add the sub or function name dynamically so wherever I insert the snippet it should add the name of the function or sub that I'm currently in. Guess it would look something like: ' <Procedure name> ' ' Objective : ' ' Parameters : ' ' Author : ' ' History : And obviously I want the Author and Procedure name tags to be filled ...Show All
kieseennaam VB6 IDE Mouse Wheel - Disappearing editor windows?
Anyone else seen the frustrating Disappearing windows which frequently occur when a VB6 developer touches the Mouse wheel We use: VB6 SP6 , MS Mouse Intellipoint 5.2 08/17/2004. We we use and are fairly happy with the MS's fix VB6IDEMouseWheelAddin.dll which was released Oct 2004, except for the IDE's disappearing editor windows. Quite frustrating... ...Show All
Dmitriy Yukhnovskiy Excel Control in VB2005
Hi All: Is there a Table Control similar to Excel work sheet (can do drag copying from cells to cells, etc.) in VB2005 Thanks. I use the Farpoint spread component. I believe www.FarpointSpread.com is the web site. I consider the tool excellent. It is superior to Excel in many ways. Fred Fred Herring wrote: I use the Farpoint spread component. I believe www.FarpointSpr ...Show All
JeffM ClickOnce update
I have created my project by clickonce technolgy, my project size is 10 MB, My main EXE file is 8 MB, now when I have to update small thing as an other refreneced file , the update should download all 10 MB again ... that is a probelm because my project is going o be 40 MB, Is there any soultion to download the small file changes because EXe file need to download each time :( I would need to know more about what type of pr ...Show All
Sam Kong ListView without text
Hi, i would like to display square images in a list view, without any text and I would like the images to touch each other. If I use the tile view, I still get a blank space between each "column" even if I do not have text. Does anybody has an idea on how to do that Thanks Note, that when you say you want a Grid, I assume you want someting that goes 3x3 (like a checker/chess board or plaited pattern). If this ...Show All
Xavier Pillons Change Visual Studios 2005 Startup Page add more RSS
Hi all, is it possible to add more RSS to the startup page. if yes how thks JSB You can change the RSS feed that the VS Start page displays under Tools-Options Then goto Environment-Startup and change the Start Page news channel: Try setting it to http://www.objectsharp.com/blogs/MainFeed.aspx to see how it works. ...Show All
Arvind Venugopal InvalidOperationException
Hi , I know I am missing the obvious , but why am I getting an InvalidOperationException ,when I try and run this code (vs 2005) , further comment to exception " Collection was modified; enumeration operation might not execute." Any Solution with examples will be greatly appreciated ! Dim row As HidWkFlwDataSet.tblPodRow For Each row In Me .HidWkFlwDataSet.tblPod.Rows If row.Verified = False Then ...Show All
Paul D. Murphy Convert a old VB6 project
Hy all, I have a very old VB6 project (a complex one), I need to to convert it to the new .net 2005 platform. I installed VS.2005 and tryed to convert it using the conversion utility, unfortunatly I get several "Error 7: Out of memory" witch I skip and finaly a "The referenced component TXTextControl is missing a design time license" error witch stops my conversion proces. Anybody has any ideeas on this one. Have a nice day, ...Show All
alfeliche How to delete registry SUBKEY
How can I delete registry subkey Sample Example: ======================================= Name Type Data __________________________________________ Sample &n ...Show All
AlexFreitas My.Settings For Multiple Users
Is there a convention for creating seperate My.Settings XML files for different users Example: A user logs in to my app and from there recent documents are stored in a list. When another user logs in to my app, if i pull, say, My.Settings.RecentFiles, then it returns the recent file list for the previous user. I understand the architecture and why this works this way, but is there a way to fire the creation of a new xml settings file for ...Show All
chrisc313 Insert a command result into a text file...
Hi all, I don't know if i am in the right section, but I will try. Let say I have a text file: a.txt ==== <Command>Now.Date</Command> Hi, This is a test. Thank you, Alan, Can I have VB or C# read a.txt file, process what is between <command></command> and output the file like this: a.txt ==== 5/12/2006 12:00:00PM Hi, This is a test. Thank you, Alan, Thanks, Alan, ...Show All
RonGaf DLL Files
I wrote a text to speech Windows application program in VS.NET using VB on my computer at work. I have followed all of the steps on my work's computer- it worked fine. Now when I have tried to create the same application at home (using the same code and steps); I am getting errors when I try to run the application. I do not receive any build or task errors. Please advise what I should do. I have already installed t ...Show All
Lajash real time database updation
Hi I’m stuck while making this project; I have to import the filename, file size it’s all wave files from particular folder in a Ms Access database. The database has to be updated automatically real time updation which will be shown in datagrid of vb Can anyone tell me where to find some tutorial Or code suggestion Thanks Hi, then write a small server program which has a list of IPs of your clients. Sent the inf ...Show All
Ben Herron Customizing a details view for better data input.
I have had a lot of luck with the new controls in VWD for displaying and editing information. But I'm running into some issues trying to customize the input view. I want certain fields in the input form to fill in automatically. The current date for instance. I accomplished that like this. Please read my commented lines for part of my problem. Protected Sub DetailsView1_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) ...Show All
Aaron Cheng Check extension of file in If Statement - Syntax Issue
I'm trying to check the extension tye of the incoming file. The problem lies here: The code: Sub Main() ProcessFiles("\\sss\\sss_input.txt", "\\sss\mnt_output\") 'ProcessFiles("\\sss\naf_input.mer", "\\sss\naf_output\") End Sub Public Sub ProcessFiles(ByVal sIncomingfile As String, ByVal sOutputDirectory As String) Dim f As New Security.Permissions.FileIOPermission(Se curity.Per missions.P e ...Show All
