-
- Is Excel Open.
by ExcelMonkey
- 4 Replies
- Last post
by ExcelMonkey
- How can you tell if the Excel Application is open on the user's desktop in VB The idea here being that if it were open, it would be so because the user was working in it prior to runnin the VB script. To complicate this, I guess it could be also open because the VB script opened up an instance or two of Excel. So is it possible to know how may instances of Excel are currently open
Thanks
-
- replace isdate with string.gettypecode?
by cwillsh
- 5 Replies
- Last post
by Riquel Dong ¨C MSFT
- Is this the right .Net equivalent to use for IsDate()
If somestring. GetTypeCode = TypeCode.DateTime Then dosomestuff
-
- how do you rename and/or save as an existing Stored Procedure
by BobInIndy
- 3 Replies
- Last post
by Adam D. Turner
- Using VS05 SP1 SQL Express..
From the Server Explorer tab, how do you Rename or even Save As a Stored Procedure
I thought in VS03 you could simply changed this line
ALTER PROCEDURE dbo.SP_Original_Name
to a new name like
ALTER PROCEDURE dbo.SP_New_Name
and it would either rename or save as the new name (either would work).
But in VS05 you get the following errorm when yo
-
- Shockwave Flash Object
by GlueyMcGee
- 9 Replies
- Last post
by hcovitz
- how do we add a shockwave flash object to visual basic 2005 express edition without the message saying: Failed to import the active-x control. Make sure it is properly registered.
Please help
Thanks
-
- Resources in separate .dll file and access it.
by Tech_Prince
- 4 Replies
- Last post
by Tech_Prince
- 1) How to save all resources in separate .dll file. (Basically Images) 2) How to access those resources from our Application. 3) How to protect those resources (in .dll file) from stealing. (Optional ) Plz tell the easy way. Using vb2005.
-
- Visual Basic 2005 is not intuitive
by Captain!
- 11 Replies
- Last post
by DiverKas
- Speaking as someone who has used a number of different isotopes of Basic over the years, I have to say that I think Visual Basic 2005 is not particularly intuitive. No doubt there are reasons for various changes that hvae been made, probably to do with Net use, but I find that the language seems unecessarily convoluted and is missing many useful commands, features and procedures that were availabl
-
- Pong Game In VB
by User 123456
- 2 Replies
- Last post
by PaulOcchoa
- Could someone teach me how to make a simple pong game in VB. Step by Step.
-
- LoaderLock
by Jupiter13
- 8 Replies
- Last post
by Steve Owens
- Whenever I type anything in any of my programs, I get an error message that says: LoaderLock was detected Message: Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang. I've been using visual basic for a while, and haven't had this problem until today. I've read a
-
- Has any one here had experience with an construction estimating program
by Lukane
- 7 Replies
- Last post
by Lukane
- hi i dont now anything about programing i am a small general contractor i started to make my own estimating program.
i purchase visual studio 2003 and i am using visual basic net. and windows xp. what i want to know is if any one with experience on the subject can helpme out here.
what i need to know is if for each new estimate you have to create instance of the database or you create new ta
-
- Which data type(s) for speed?
by Jake_UK
- 5 Replies
- Last post
by Jake_UK
- OK, at the risk of sounding like a total novice, this is a burning question for me. I have been using VB.net for 18 months, and could not live without the language now I have searched these forums and the net, and only found one article describing the best numeric data types to use for speed of processing.
Basically the majority of programs I code NEVER require precision for numerics of mo
-
- Pulling data into db from these sites
by Bogey1
- 2 Replies
- Last post
by Bogey1
- Weekly we pull data from the National Institutes of Health but we must click the link to download the data. I'm wondering if through vb.net I can do this programmatically.
Here is the link to the web page
http://grants.nih.gov/grants/award/state/state07.htm
This is what each hyperlink is pointing to
http://silk.nih.gov/public/cbz2zoz.@www.fy2007.iowa.csv
thanks.
-
- SQL Server Coonection
by Slloyd
- 1 Replies
- Last post
by boomerflash343
- i have installed visual studio professional trial version.It includes SQL Server.How do i connect application with SQL Server.Thanks
-
- 'Thin Line/Chiseled Line' (_____) for Windows Forms Control
by EastBayCraig
- 8 Replies
- Last post
by EastBayCraig
- Hello,
Is there a simple way to put a thin line, like these:
-
- Identify a person with his picture
by amendez
- 3 Replies
- Last post
by ReneeC
- Hi,
If I have a picture with a person in it how can I separate the person face from the picture
I want to develop an application that can identify a person with his picture. What IĄ¯m thinking to accomplish this is doing some steps:
1. Separate only the personĄ¯s face from the picture and draw it in points and lines. This will help find a match that is similar with points and
-
- Automatically activated form event
by AngelinaPerez
- 6 Replies
- Last post
by PEng1
- Hello, I have got a piece of VB code behind a form, and this code should activated at a particluar date and time stored on the database table. I have been going about this by clicking a button, but I would prefer that this is automatically activated by a form event or a simple VB code, rather than a click of a button. Would anyone please let me know how to go about this Thanks.
-
- How can I add the contents of richtextbox1 to richtextbox2 ?
by MrGibb
- 2 Replies
- Last post
by MrGibb
- OnClose I need to add the contents of richtextbox1 to richtextbox2 and then save, The saving part works fine but can't add richtextbox1 to richtextbox2. Using VB 2005 Private Sub OnClose(ByVal sender As Object, ByVal ea As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
' I Thought This Would Do It RichTextBox1.AppendText (RichTextBox2.Text)
RichTextBox2.SaveFi
-
- Missing A Namespace?
by Joshizzle
- 6 Replies
- Last post
by Bruno Yu - MSFT
- I cant seem to find the Microsoft.VisualBasic.CompilerServices namespace, its just not there. any ideas i even repaired the framework
-
- Code to convert time in seconds to hh:mm:ss - able to go over 24 hours
by ddebd
- 8 Replies
- Last post
by Spidermans_DarkSide - MSP, VSI
- Hello,
I am trying to find code to use in Reporting Services to format time in Seconds to hh:mm: ss. The problem with RS time formatting is that it won't return the time correctly if the hours go over 24. I tried the following but it only returns minutes and seconds....
Function Seconds2mmss(ByVal seconds As Integer) As String Dim ss As Integer = seconds Mod 60 Dim mm As Integer
-
- Count() of CheckBox.Checked in DataGrid to TextBox
by j1e1
- 3 Replies
- Last post
by j1e1
- Newbie-
I have a Datagrid with a Checkbox column and a Textbox on my from.
I would like the Textbox to let me know how many Checkboxes are .Checked in the column.
I can use the Dataset if thatĄ¯s the way to go.
Thanks,
-
- programatically read xml nodes seperately
by Flame.e
- 2 Replies
- Last post
by Flame.e
- currently i am using this code to read the value of books.xml to textbox1.text
Code Snippet
Dim textReader As IO.StreamReader
Dim reader As Xml.XmlTextReader
Dim xmlDoc As New Xml.XmlDocument()
If My .Computer.FileSystem.FileExists( "books.xml" ) = True Then
Dim fs As IO.FileStream
fs = New IO.FileStream( "books.xml" , I
-
- If a key is pressed
by Adman500
- 3 Replies
- Last post
by Adman500
- hi, my question is this, i am writting a small game type program, and I want to know what i have to do if i want the program to display a message box when a key on the keyboard is held down or just pressed
e.g.
If TheUpArrowKey = pressed Then...
I hope this is possible,
Thanks in advance.
-
- AddIn not appearing in Tools Menu
by Saranya Rajagopalan
- 0 Replies
- Last post
by Saranya Rajagopalan
- Hi friends,
I m Saranya.I created a Tools Menu AddIn and when i installed it on my pc it worked out fine.when i installed it on some other pc it worked out well.After some time i did some modification in my connect.vb and i again installed in other pc.The addin which i created is not appearing in my Tools menu.its working fine in my pc no matter of how many times i installed it.but in some sys
-
- Me.Controls issue! Help!
by Paul Bidwell
- 14 Replies
- Last post
by Paul Bidwell
- Hi, I am fairly new to OOP and .net in general and I am having an issue with Me.Controls, probably due to my lack to total understanding. Basically, I have a set of text boxes, and want to enable/disable a row of them depending on the number in my NumericUpDown control. There are no errors or warnings and all compiles. The issue arises when I press an arrow on the nud. All text boxes are on form1
-
- Reading XML Attribute to text box
by john1million
- 1 Replies
- Last post
by Martin Platt
- Hello all, I am having trouble reading an xml attribute to a text box. The xml file I am wanting to read I am using as an "settings" file. My xml file is: < xml version="1.0" encoding="utf-8" > <root>
<caldat away="1.000" right="2.000" elev="3.000" scale="1000.000" /> <datadir dir="C:\" />
-
- need help looping
by Flame.e
- 2 Replies
- Last post
by Flame.e
- ok i have a program that will check to see if a file exists and if so it will copy to a new location but i need it to only copy once a day incase the computer is left on but i want it to keep running here it is
Code Snippet
Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load
Dim Files As String
If 9 <