How to move a file and append todays date to it using visual basic
I have a report that produces an .rtf file with the same name daily. I want to move that file to a shared network location and append the date to the file so the old files remain when they are moved, plus the date will make it easier to search. How do i do that [...]
Answer Question
| June 22, 2010 8:45 PM
File management, Visual Basic, Visual Basic Functions, Windows XP Pro
I have a report that produces an .rtf file with the same name daily. I want to move that file to a shared network location and append the date to the file so the old files remain when they are moved, plus the date will make it easier to search. How do i do that [...]
Business Case to Upgrade to SharePoint 2010
Right now, we use SharePoint 2007 for collaboration and as an application platform – can you help me build a business case to sell to my boss for why we should upgrade? What are the key differences in 2010 that would help SharePoint better serve us?
Answer Question
| July 22, 2010 8:22 PM
SharePoint 2007, Sharepoint 2010, sharepoint 2010 Upgrade, Visual Basic
Right now, we use SharePoint 2007 for collaboration and as an application platform – can you help me build a business case to sell to my boss for why we should upgrade? What are the key differences in 2010 that would help SharePoint better serve us?
PAGES ASPX visual basic IE
How can I see in IEXPLORER pagess written in Visual Studio type *.aspx
Answer Question
| June 10, 2010 3:59 PM
Internet Explorer, Visual Basic, Visual Studio, Windows XP SP3
How can I see in IEXPLORER pagess written in Visual Studio type *.aspx
visual basic help
if tax >= 1 then (tax * .0825) is there a way to make that work?
Answer Question
| June 7, 2010 4:01 PM
Visual Basic
if tax >= 1 then (tax * .0825) is there a way to make that work?
How do I change shortcut targets via .vbs?
I asked a similar question in the past and think I am close to an answer going the scripted route. Simple phrase of the question, I need to redirect shortcut “.lnk” items in a users profile from “\oldfolderfolderanything” to “\newfolderfolderanything”. I have a script to do that, but when I click on the remapped link, [...]
Answer Question
| May 26, 2010 6:45 PM
Visual Basic, Windows Server 2003, Windows XP Pro SP3
I asked a similar question in the past and think I am close to an answer going the scripted route. Simple phrase of the question, I need to redirect shortcut “.lnk” items in a users profile from “\oldfolderfolderanything” to “\newfolderfolderanything”. I have a script to do that, but when I click on the remapped link, [...]
Visual Basic question
I made a database and to get around security issues. I made forms that will open when someone opens the database. I want to build a visual basic code to look for the computer name and based off the computer name a form will open. I have the forms made and the table to put [...]
Answer Question
| May 20, 2010 6:45 PM
Access 2007, Visual Basic, Visual Basic developers
I made a database and to get around security issues. I made forms that will open when someone opens the database. I want to build a visual basic code to look for the computer name and based off the computer name a form will open. I have the forms made and the table to put [...]
Adding to numbers in VB6
Hi, Please i need for adding to number with decimals in vb6 from a textbox. that is, dim txt as double dim txt2 as double dim result as double txt=val(text.text) txt2=val(text1.text) result=txt + txt2 ‘case 1 if text.text=5 text1.text=6 result=11 but when text.text=5,6 text1.text=6,7 result=11 instead of 12.3 thanks for helping. Dex
Answer Question
| May 10, 2010 9:44 PM
VB6, Visual Basic
Hi, Please i need for adding to number with decimals in vb6 from a textbox. that is, dim txt as double dim txt2 as double dim result as double txt=val(text.text) txt2=val(text1.text) result=txt + txt2 ‘case 1 if text.text=5 text1.text=6 result=11 but when text.text=5,6 text1.text=6,7 result=11 instead of 12.3 thanks for helping. Dex
Visual Basic how to make Panel which in Disable into little Dark in color
Hi sir I have application where their are 5 panels.I have to make like if we press one button on form which got 5 panels then its just focus on particular 1 panel n rest all panel became disable with little dark in color.
Answer Question
| April 8, 2010 4:19 AM
Visual Basic
Hi sir I have application where their are 5 panels.I have to make like if we press one button on form which got 5 panels then its just focus on particular 1 panel n rest all panel became disable with little dark in color.
Needleman-Wunsch Algorithm
I am trying to implement Needleman-Wunsch algorithm in VB. unfortunately I get lot of runtime errors. could someone help me to solve this. The code is given below. Public Class SequenceAlignment Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As _ System.EventArgs) Handles Button1.Click ‘declare Score variables Dim MatchScore As Integer [...]
Answer Question
| March 12, 2010 8:38 AM
Bioinformatics, Needleman-Wunsch Algorithm, sequence alignment, Visual Basic
I am trying to implement Needleman-Wunsch algorithm in VB. unfortunately I get lot of runtime errors. could someone help me to solve this. The code is given below. Public Class SequenceAlignment Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As _ System.EventArgs) Handles Button1.Click ‘declare Score variables Dim MatchScore As Integer [...]
Using Visual Basic and Access – having problems with other programs sharing memory
Hi folks I have written a Point of Sale program which uses an access database. The program runs beautifully at sites where the the computers are dedicated specifically to running the software, but I am having nightmares at sites where the clients allow their staff to play games, download all sorts of garbage and stay [...]
Answer Question
| March 11, 2010 9:48 PM
Microsoft Access, Shared Memory, shared memory problem, Visual Basic
Hi folks I have written a Point of Sale program which uses an access database. The program runs beautifully at sites where the the computers are dedicated specifically to running the software, but I am having nightmares at sites where the clients allow their staff to play games, download all sorts of garbage and stay [...]
How do I save as XLAM Excel add-in
I have some code that I want to use in Excel as an add-in. I have Excel 2007 and VB Express 2008 installed on XP Pro SP3. I see everyone saying to “save as XLAM Excel add-in” on forums and sties, but can’t find that option anywhere on my apps. What am I missing?
Answer Question
| May 8, 2013 8:41 PM
Add-in, Excel 2007, Visual Basic
I have some code that I want to use in Excel as an add-in. I have Excel 2007 and VB Express 2008 installed on XP Pro SP3. I see everyone saying to “save as XLAM Excel add-in” on forums and sties, but can’t find that option anywhere on my apps. What am I missing?
Visual Basic – Search for the drive locations instead of me setting it (BEFORE compilation to .exe)
This is under console application. After the compilation I take the .exe file and put it in my flash. I tried it when I specify the drive and the location, so F:workcp.bat, works great. So I want to make it so that I don’t have to specify a drive F:, because it might not be [...]
Answer Question
| March 1, 2010 6:13 PM
Visual Basic
This is under console application. After the compilation I take the .exe file and put it in my flash. I tried it when I specify the drive and the location, so F:workcp.bat, works great. So I want to make it so that I don’t have to specify a drive F:, because it might not be [...]
VB ?
First VB class, can someone tell me the error in this code? Dim sngNum1 As Single Dim sngNum2 As Single Dim sngSum As Single sngNum1 = txtNum1.Text sngNum2 = txtNum2.Text sngSum = sngNum1 + sngNum2 lblSum.Text = sngSum.ToString
Answer Question
| February 23, 2010 12:24 AM
VB, VB 2008, Visual Basic, Visual Basic 2008
First VB class, can someone tell me the error in this code? Dim sngNum1 As Single Dim sngNum2 As Single Dim sngSum As Single sngNum1 = txtNum1.Text sngNum2 = txtNum2.Text sngSum = sngNum1 + sngNum2 lblSum.Text = sngSum.ToString
How to print and report in VB 6.0
I can report data from M.s Access in VB 6.0, But my hard copy in Certificate in Landscape Paper. so I can’t do. I want to ask! How print Data from Access to VB 6.0 that can change position of Paper (Portriat and Landscape). I think in Crystal Report, but I can’t. Please help me.
Answer Question
| February 11, 2010 1:01 PM
VB 6, VB 6.0, Visual Basic
I can report data from M.s Access in VB 6.0, But my hard copy in Certificate in Landscape Paper. so I can’t do. I want to ask! How print Data from Access to VB 6.0 that can change position of Paper (Portriat and Landscape). I think in Crystal Report, but I can’t. Please help me.
Linking Visual Basics and SQL database
I wish to know a code that can enable me to link visual basis and SQL database in an organisation.
Answer Question
| February 9, 2010 1:52 PM
SQL Database, Visual Basic
I wish to know a code that can enable me to link visual basis and SQL database in an organisation.
Packaging Tools in VB 6
hi…… I have been using vb packaging and deployment wizard to package my apps . but lately i was unable to install any packages i have created . These apps works well in my PC but does fail in other systems .. , without showing any specific reason. Could u pls help me with this [...]
Answer Question
| May 16, 2010 7:29 AM
VB 6, VB 6.0, Visual Basic
hi…… I have been using vb packaging and deployment wizard to package my apps . but lately i was unable to install any packages i have created . These apps works well in my PC but does fail in other systems .. , without showing any specific reason. Could u pls help me with this [...]
Control with value/visibility on on last page of datareport vb6
I am making a project in which Invoice s to be printed. Invoice could be of more than one page. I need to have totals of Invoice such as No of pieces, Total Sale amount in Page footer and not in Report Footer. If i do like this it shows the values for all totals [...]
Answer Question
| February 3, 2010 12:47 PM
VB 6, Visual Basic, Visual Basic 6, Visual Basic Data Report
I am making a project in which Invoice s to be printed. Invoice could be of more than one page. I need to have totals of Invoice such as No of pieces, Total Sale amount in Page footer and not in Report Footer. If i do like this it shows the values for all totals [...]
refresh crystal reports XI using vb6
i am currentl developing a system using vb6 and crystal report, but i found out that crystal report doesn’t refresh or automatically updated unless i close the system. can u help me in my problem? please?
Answer Question
| February 2, 2011 12:51 PM
Crystal Reports, Crystal Reports XI, VB 6, Visual Basic
i am currentl developing a system using vb6 and crystal report, but i found out that crystal report doesn’t refresh or automatically updated unless i close the system. can u help me in my problem? please?
how to use key press event in Visual Basic 6
Hellow sir, i want to know about the key press event to toggle throught text boxes , combo boxes ,list boxes etc.plz tell me all about the key press event details and simple code to execute it .
Answer Question
| October 17, 2011 7:32 AM
VB, VB 6, Visual Basic
Hellow sir, i want to know about the key press event to toggle throught text boxes , combo boxes ,list boxes etc.plz tell me all about the key press event details and simple code to execute it .
date count down in VB 6
with vb6 i an event set with date to count down the days till the date is due
Answer Question
| January 21, 2010 10:50 PM
VB 6, Visual Basic, Visual Basic 6
with vb6 i an event set with date to count down the days till the date is due





