active questions tagged visual-basic - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T01:41:42Zhttp://stackoverflow.com/feeds/tag/visual-basichttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1811657/log-in-and-password-using-vb6-and-access-20070Log in and password using VB6 and access 2007studentnoob357832009-11-28T05:17:03Z2009-11-28T05:56:57Z
<p>hello again, im trying to create a vb6 application linking to microsoft access 2007. im going to save account names and passwords on access 2007. Im using vb6 as front end. would somebody help me on the connection string and the codes to store and check the account names and passwords. </p>
http://stackoverflow.com/questions/1794709/visual-studio-2008-start-debugging1Visual Studio 2008 - Start debugging?bochur12009-11-25T04:51:50Z2009-11-26T21:03:44Z
<p>Using VB 2008
When I press the F5 or Start Debugging it does a rebuild even when I have made no changes since the last time. Where is the setting to tell it to only do a rebuild if there are changes? </p>
http://stackoverflow.com/questions/1766712/can-i-embed-an-image-on-my-asp-send-mail0Can i embed an image on my asp send mail?Silent2009-11-19T21:31:54Z2009-11-25T08:06:55Z
<p>hello all
i have a client that has old school asp. Is it possible to edit the asp file to embeded an image? i only have the asp file and inside that asp file it has an auto response form like this</p>
<pre><code>body = "Dear " & cName & "," & vbcrlf & vbcrlf & "Your request for the " & vehHeader & " (" & FormatCurrency(vehPrice)& ")" & " has been received and will be reviewed promptly." & vbcrlf & "We will contact you shortly to verify your information." & vbcrlf & vbcrlf & "Thank you for using ClassicShowcase.com."
AppSendMail AppSupportMailto, cEMail, "Confirmation of vehicle request...", body
AppReportError "CUBid.asp: Error sending confirmation e-mail."
AppSendMail AppSupportMailto, AppSupportMailto, "Web bid for the " & vehHeader, "Check Administration Center for details."
AppReportError "CUBid.asp: Error sending confirmation e-mail."
</code></pre>
<p>i do not have the VB files or the solution file how would i be able to embed images from the server so when the user gets the auto response email he can view some images </p>
http://stackoverflow.com/questions/1727369/how-do-i-update-a-single-table-of-a-dataset-using-a-tableadapter-without-hard-co2How do I update a single table of a DataSet using a TableAdapter, without hard-coding the table name?Billious2009-11-13T05:48:50Z2009-11-24T13:49:20Z
<p>This seems like a really basic thing that I'm doing, yet I'm tearing my hair out trying to make it work. </p>
<p>My situation is this: I have a project which contains a large number of lookup tables, and I have all of these lookup tables represented in a single typed DataSet, which contains TableAdapters for each lookup. I've designed an editor for these lookup tables, which should allow editing of one of these at a time. My front-end is written in VB and WinForms, the back-end is a SOAP web service; I can successfully pass the changes to the DataSet back to the web service, but can't find a way to use a TableAdapter to update the single table that has been changed.</p>
<p>What I'm trying to do is instantiate the appropriate TableAdapter for the updated DataTable by sending the name of the table back to the web service along with the DataSet, then referring to the TableAdapter with a dynamic name. The normal way to instantiate a TableAdapter is this:</p>
<pre><code>Dim ta As New dsLookupsTableAdapters.tlkpMyTableTableAdapter
</code></pre>
<p>What I'd like to do is this, but of course it doesn't work:</p>
<pre><code>strTableName = "tlkpMyTable"
Dim ta As New dsLookupsTableAdapters(strTableName & "TableAdapter")
</code></pre>
<p>Is there any way to achieve this, or am I taking the wrong approach altogether? My other alternative is to write separate code for each table, which I'd prefer to avoid!</p>
http://stackoverflow.com/questions/1783587/visual-basic-script-that-control-a-date-format0Visual basic script that control a date formatsimone2009-11-23T14:49:35Z2009-11-23T14:57:13Z
<p>Hi all,<br> i would like to control a string if is in the dd/mm/yyyy format and if the dd number is between 1 and 31 and if mm is between 1 and 12<br>
Someone can help me?<br>
thanks</p>
http://stackoverflow.com/questions/1782560/ms-access-2003-vba-for-select-query-and-only-choosing-specfic-record-for-form0MS Access 2003 - VBA for SELECT query and only choosing specfic record for formJustin2009-11-23T11:27:41Z2009-11-23T12:40:50Z
<p>Okay so on this form, I create a grid, almost looks like a bar chart with little "cells" stacked by month. Each of these "cells" are square sub forms, and I create the little square forms that I use as the sub forms.</p>
<p>So what I wanted to know is, what is the code (VB) for running a select query, and only working with specific records within that query? For example, each one of these little "cell" like forms that become the sub-forms, represent a organization, and if I run a top Nth query I get the 10 Top store by whatever....so the idea is to use each little form as a representative of each record from that query. So for the first cell I want to run the SELECT query, get the results, and work only with the first record. Then on the second form, run the exact same query, and work only with the second record, and so on!</p>
<p>Its a little weird I suppose, but it will give them exactly what they want, and the only part I am not sure about, is the "defining exactly which record I want to use in the VBA"</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1603673/how-do-you-setup-a-db-data-source-in-a-visual-studio-2005-deployment0how do you setup a db data source in a visual studio 2005 deployment phill2009-10-21T21:11:03Z2009-11-21T17:00:02Z
<p>I'm working on deploying a visual studio 2005 windows application executable with an embedded crystal report using visual basic. It seems to install everything just fine, however, the system dsn isn't being setup. </p>
<p>How do you configure a setup project to setup the system dsn during the installation?</p>
<p>thanks in advance </p>
http://stackoverflow.com/questions/1347291/retaining-alpha-channel-on-buttons-in-outlook-toolbar0Retaining Alpha channel on buttons in Outlook ToolbarScott Lundberg2009-08-28T14:19:31Z2009-11-20T07:00:06Z
<p>I am developing a COM Add-in using VB.NET in Visual Studio 2008 Pro for Outlook 2003 and am having trouble assigning images to custom toolbar buttons.</p>
<p>In a nutshell, I am having to convert from an Icon type to a stdole.IPictureDisp type so that I can assign my buttons a picture.</p>
<p>The picture displays, but it loses the Alpha channel and the background is no longer transparent. I can verify that before the conversion to IPictureDisp object, that the PixelFormat property is set to Format32bppArgb (2498570). I am using a coding technique suggested here: <a href="http://msdn.microsoft.com/en-us/library/ms268747%28VS.80%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms268747%28VS.80%29.aspx</a>.</p>
<p>For C# users, this link blogs.msdn.com/andreww/archive/2007/10/10/preserving-the-alpha-channel-when-converting-images.aspx (sorry I am newbie and can't post more than one link! Dumb rule BTW) shows how to modify the IPictureDisp one pixel at a time and rebuild the transparency, but I can't find similar functions in VB.NET...</p>
<p>I would appreciate any advice regarding this. Thanks.</p>
http://stackoverflow.com/questions/1713313/winform-textbox-cangrow0Winform Textbox CanGrow ? bochur12009-11-11T05:50:18Z2009-11-18T14:36:09Z
<p>I don't find a CanGrow property on the Textbox control. This is common in some other controls, and what it does is expand the control to acomodate more data. Anyway to get this feature in the TextBox? </p>
http://stackoverflow.com/questions/1727079/is-it-practical-to-learn-and-use-visual-basic-6-as-a-2nd-year-bsit-student2Is it practical to learn and use visual basic 6 as a 2nd year BSIT student?irvine092009-11-13T04:07:36Z2009-11-16T17:14:55Z
<p>Hi. Is it wise to learn and use visual basic 6 in these days? Because many powerful programming languages are emerging. If no, then why and what is the best programming language to use as a Bachelor of Science in Information Technology student?</p>
http://stackoverflow.com/questions/1640647/xsl-using-external-vb-functions-with-xsl0XSL: Using external VB functions with XSLBen2009-10-28T22:50:33Z2009-11-16T15:36:26Z
<p>I have a visual basic file with a number of functions I want to use inside my XSL. I can build it as a dll and reference in my XSL project but I don't know how to reference it in my XSL file. I am using visual studio.</p>
<p>I get the error "Cannot find the script or external object that implements prefix..."</p>
<p>I want to do something like:</p>
<p>xmlns:mylib="urn:extnlib.dll"</p>
<p>Has anyone done this?</p>
http://stackoverflow.com/questions/1740162/need-help-with-visual-basic-net-program-2Need help with Visual Basic.NET Program [closed]sassy_geekette2009-11-16T05:04:44Z2009-11-16T07:53:02Z
<p>I need to develop a computerized hardware / software inventory system. This systems has to also record / track / update inventory based on purchase requisition processed.</p>
<ul>
<li>Develop in a relational data base
environment.</li>
<li>A graphical menu driven system with
error message support. </li>
<li>Manage data files with: Add,
Update, Delete data access via
database connection.</li>
</ul>
http://stackoverflow.com/questions/1678507/output-access-table-to-xml-with-node0Output Access Table to XML with node Maureen2009-11-05T05:20:33Z2009-11-13T15:16:15Z
<p>I'm trying to output data from an Access table as XML.</p>
<p>The output looks like example <code>A</code>, what is required looks like example <code>B</code>.</p>
<p>My current code to do this is shown below at example <code>C</code></p>
<p>If anyone could help it would be greatly appreciated.</p>
<p><strong>Example A:</strong></p>
<pre><code><inlineData inlineDataId="1">
<date>24 AUG, 2009</date>
<regis>123456</regis>
<Field15>10000</Field15>
<Field17>10000</Field17>
<Field19>0</Field19>
<Field21>0</Field21>
<rego1>123123</rego1>
<rego2>123124</rego2>
<rego3>123125</rego3>
<rego4/>
<rego5/>
</inlineData>
</code></pre>
<p><strong>Example B:</strong> </p>
<pre><code><inlineData inlineDataId="1">
<date>24 AUG, 2009</date>
<regis>123456</regis>
<Field15>10000</Field15>
<Field17>10000</Field17>
<Field19>0</Field19>
<Field21>0</Field21>
<vehOwned>
<rego1>123123</rego1>
<rego2>123124</rego2>
<rego3>123125</rego3>
<rego4/>
<rego5/>
</vehOwned>
</inlineData>
</code></pre>
<p><strong>Example C:</strong></p>
<pre><code>''// next we go through each record in the recordset, these elements are named
''// according to the field name.
''// note Nz(varItem.Value, "-") in the code - null values here can
''// cause problems on occasion...
rs.MoveFirst
While rs.EOF = False
Dim counter
counter = 1
Do While Not rs.EOF
strXML = strXML & _
"<dataSource>" & vbCrLf & _
"<" & strRoot & counter & "'>" & vbCrLf
For Each varItem In rs.Fields
strXML = strXML & " <" & varItem.Name & ">" & _
Trim(Nz(varItem.Value, "")) & "</" & varItem.Name & ">" & vbCrLf
Next varItem
strXML = strXML & "</inlineData>" & "</dataSource>" & vbCrLf
rs.MoveNext
counter = counter + 1
Loop
Wend
</code></pre>
http://stackoverflow.com/questions/1728427/doubt-in-using-crystal-report-in-vb6-00Doubt in using crystal report in VB6.0unknown (google)2009-11-13T10:35:59Z2009-11-13T12:37:16Z
<p>Hi, I'm using Crystal Reports in my VB6 project, but I'm facing error while loading the report in <code>crystalreport1.action=1</code>; Please give me some solution for this problem. It is showing the error as <code>Error in 20728-F</code>. I am attaching the code below. So please reply to my query...</p>
<pre><code>cryStockReport.ReportTitle = "Total Stock Report"
cryStockReport.SQLQuery = "select * from Tr_stockcenter,ma_product where sc_productcode=pr_productcode and sc_yearcode=" & intyearcode & " order by sc_Productcode"
cryStockReport.ReportFileName = App.Path & "\stock.rpt "
cryStockReport.WindowTitle = "STOCK REPORT"
cryStockReport.WindowState = crptMaximized
cryStockReport.DiscardSavedData = True
cryStockReport.Action = 1
</code></pre>
<p>Thanks in Advance. Velu</p>
http://stackoverflow.com/questions/1724219/how-do-you-determine-what-element-of-a-form-is-the-one-responsible-for-an-autopos1How do you determine what element of a form is the one responsible for an autopostback in ASP.NET VB?Mobius2009-11-12T18:04:08Z2009-11-12T18:05:52Z
<p>I have a number of dropdown lists that I'm trying to chain together and they all have autopostback. How can I tell which one of the dropdown lists was the one responsibe for the autopostback? I'm very new to ASP.NET and visual basic so any suggestion, no matter how elementary, is appreciated.</p>
http://stackoverflow.com/questions/1716135/deleting-rows-from-a-table-using-a-loop0Deleting rows from a table using a loopd03boy2009-11-11T15:57:40Z2009-11-11T17:13:46Z
<p>Why does my <code>Do Until</code> loop try to run <code>raw.Delete</code> even though <code>raw.EOF</code> is true? If I have an empty table, this crashes. Why?</p>
<pre><code>Dim raw As Recordset
Set raw = db.OpenRecordset("tblSampleRaw")
If raw.RecordCount > 0 Then
raw.MoveFirst
Do Until raw.EOF
raw.MoveFirst
raw.Delete
Loop
End If
</code></pre>
http://stackoverflow.com/questions/1715058/what-tutorial-you-would-recommend-to-study-power-point-vba-free-on-line1What tutorial you would recommend to study Power Point VBA? (free on line)brilliant2009-11-11T13:04:01Z2009-11-11T13:10:40Z
<p>I feel I lack some real basics and I feel I would waste your time if ask all those basic questions here. Can you please recommend a good Power Point VBA tutorial that would explain basics to me. A tutorial povided with examples is prefered. </p>
http://stackoverflow.com/questions/614488/textbox-validation-in-vb-net-and-windows-forms0TextBox Validation in VB.NET and Windows Formsrenu2009-03-05T12:02:33Z2009-11-11T05:20:42Z
<p>I'm using the following code to validate the text entered by user. It works perfectly fine. But I want to add the backspace feature so as to allow the user to delete the wrongly entered number.</p>
<p>I have tried a couple of things and they worked but before last digit (after the decimal point) i.e. it does not allows to delete after the number has been completely entered.
number is being entered in the format: 12313213.45</p>
<p>What shall I do?</p>
<pre><code>Private Sub TextBox5_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox5.KeyPress
'validation '
Dim KeyAscii As Short = Asc(e.KeyChar)
If Not ((KeyAscii >= System.Windows.Forms.Keys.D0 And KeyAscii <= System.Windows.Forms.Keys.D9) Or (KeyAscii = System.Windows.Forms.Keys.Back) Or Chr(KeyAscii) = "." Or (Chr(KeyAscii) Like "[ ]")) Then
KeyAscii = 0
TextBox5.Focus()
End If
If KeyAscii = 0 Then
e.Handled = True
End If
If TextBox5.Text.IndexOf(".") >= 0 And e.KeyChar = "." Then
e.Handled = True
End If
If TextBox5.Text.IndexOf(".") > 0 Then
If TextBox5.SelectionStart > TextBox5.Text.IndexOf(".") Then
If TextBox5.Text.Length - TextBox5.Text.IndexOf(".") = 3 Then
e.Handled = True
End If
End If
End If
End Sub
</code></pre>
http://stackoverflow.com/questions/1712425/write-mac-os-x-apps-with-visual-studio1Write Mac OS X apps with Visual StudioKevin2009-11-11T01:27:24Z2009-11-11T04:03:53Z
<p>Hey guys,</p>
<p>I just came upon this article here which can turn your day to day visual basic app to run on mac os x. Here is the link: <a href="http://mac.sillydog.org/dev/visual%5Fstudio.php" rel="nofollow">http://mac.sillydog.org/dev/visual%5Fstudio.php</a> The thing I don't get is that the author doesn't tell us specifically what to download, and where to get all the files. He's a bit vague... Can anyone make this clearer to me?</p>
<p>BTW: I am using VB.NET although the author uses C#. I think it will still work though.</p>
<p>Thanks,</p>
<p>Kevin</p>
http://stackoverflow.com/questions/1693093/visual-basic-2008-file-search0Visual Basic 2008 File SearchKevin2009-11-07T13:54:29Z2009-11-08T23:53:57Z
<p>Hello</p>
<p>I need a file search for my Visual Basic 2008 program. Do you guys know a way to start off? I've heard that you need admin priveledge for some file searches, but I don't want any of those kind of things since it would be a bug to the user.</p>
<p>Thanks,</p>
<p>KEvin</p>
http://stackoverflow.com/questions/1697721/directories-that-exist-visual-basic-20080Directories that exist - Visual Basic 2008Kevin2009-11-08T20:00:17Z2009-11-08T22:39:02Z
<p>Hello</p>
<p>How would I be able to make a variable that holds the value of the directories that exist in the C:\ Simple question to answer...</p>
<p>Thanks</p>
<p>Kevin </p>
http://stackoverflow.com/questions/448374/association-end-is-not-mapped-in-ado-entity-framework2Association end is not mapped in ADO entity frameworkSean2009-01-15T20:39:36Z2009-11-06T21:47:53Z
<p>I am just starting out with ADO.net Entity Framework I have mapped two tables together adn receive the following error:</p>
<pre><code>Error 1 Error 11010: Association End 'OperatorAccess' is not mapped. E:\Visual Studio\projects\Brandi II\Brandi II\Hospitals.edmx 390 11 Brandi II
</code></pre>
<p>Not sure what it is I am doing wrong</p>
http://stackoverflow.com/questions/1681222/ms-excel-2003-vba-is-there-a-way-to-define-a-group-of-shapes-object-into-a-gro1MS Excel 2003 VBA - Is there a way to define a group of shapes/object into a "group"Justin2009-11-05T15:19:19Z2009-11-05T16:00:35Z
<p>So I have this global mapping scheme, and each country on it are individual shapes. I learned how to manipulate colors/fill based on certain criteria. So the way I do this, or the way I know how is one shape/object at a time.</p>
<p>For example USA is "C_USA", Canada is "C_CAN", etc.</p>
<p>So is there a way I can define countries into groups?? ie. I would like to put USA, CAN and MEX into a NorthAmerican group so that I can just call a sub for the group instead of all three individually.</p>
<p>It really stinks when I am over in Europe! :)</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/693203/moving-keyboard-focus-away-from-listbox0Moving keyboard focus away from listboxSveFro2009-03-28T17:49:32Z2009-11-04T19:00:02Z
<p>Hi!</p>
<p>I'm developing a program in WPF (VB) that relies on keyboard navigation only.</p>
<p>In my program, I have a listbox that displays up to 20000 items.</p>
<p>What I want is that when the listbox has keyboard focus, and I move to the bottom item that is visible (using ArrowDown), I want the focus to move to the next item outside the listbox. I'm using PgUp and PgDown to scroll the listbox contents, and text search to jump to items.</p>
<p>Is there a way to detect if the focused/selected item is the last/first visible item in the listbox?</p>
<p>If so, I could just use:</p>
<pre><code>ListBox1.MoveFocus(New TraversalRequest(FocusNavigationDirection.Down))
</code></pre>
http://stackoverflow.com/questions/1671426/ms-excel-2003-simple-unselect-question-in-excel-vba-when-dealing-with-shapes1MS Excel 2003 - Simple unselect question in Excel VBA when dealing with shapesJustin2009-11-04T02:41:06Z2009-11-04T17:50:54Z
<p>So I have an excel workbook that has a global mapping scheme in it. So I have a shape for each and every country in excel. Depending on the region select, relative to the data/query, it will shade regions/countries in various ways.</p>
<p>So I know how to manipulate each shape in terms of colors, gradient shading, etc....</p>
<p>What I don't know how to do is "unselect" the shape at the end of the sub routine. My code looks like this (real simple)</p>
<p>sheet1.shapes("CountryName").select
selection.shaperange.fill.solid
selection.shaperange.fill.visible = true
selection.shaperange.fill.forecolor.rgb=rgb(110,110,110)
selection.shaperange.fill.onecolorgradiend msogradienthorizontal, 2, 0.45</p>
<p>ok so from one shape/country/region to another the "unselect" is not that big of a deal because focus jumps, but at the end????</p>
<p>i have guessed/tried a bunch of stuff but alas no luck</p>
<p>thanks!</p>
http://stackoverflow.com/questions/1667397/accessing-dynamically-loaded-dll-with-loadlibrary-in-visual-basic-60Accessing dynamically loaded DLL (with LoadLibrary) in Visual Basic 6simon2009-11-03T13:40:51Z2009-11-03T17:36:58Z
<p>I have a need to create a wrapper for a DLL, loading and unloading it as needed (for those interested in the background of this question, see <a href="http://stackoverflow.com/questions/1662075/how-to-work-around-memory-leaking-3rd-party-dll-no-source-code-accessed-by-tomc">http://stackoverflow.com/questions/1662075/how-to-work-around-memory-leaking-3rd-party-dll-no-source-code-accessed-by-tomc</a>) . I'm doing it in Visual Basic 6, and the loading and unloading with the following example works:</p>
<pre>
<code>
Private Declare Function FreeLibrary Lib "kernel32" (ByVal hLibModule As Long) As Long
Private Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long
Private Sub cmdTestLoadingDLL_Click()
Dim lb As Long, pa As Long
lb = LoadLibrary("D:\projects\other\VB_DLLs\TestDLL\TestDLL.dll")
Msgbox "Library address: " + lb
FreeLibrary lb
End Sub
</code>
</pre>
<p>I can see using <a href="http://technet.microsoft.com/de-de/sysinternals/bb896653.aspx" rel="nofollow">Process Explorer</a> that the DLL is loaded to memory when the messagebox is displayed, and is discarded afterwards. However, calling the method is naturally not enough - I need to access the methods within the dynamically loaded DLL. </p>
<p>How can I achieve this? I would like to call the method getVersion in class mainClass, which is in TestDLL, like this:</p>
<pre>
<code>
Private Declare Function FreeLibrary Lib "kernel32" (ByVal hLibModule As Long) As Long
Private Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long
Private Sub cmdTestLoadingDLL_Click()
Dim lb As Long, pa As Long
Dim versionString As String
lb = LoadLibrary("D:\projects\other\VB_DLLs\TestDLL\TestDLL.dll")
versionString = "- From DLL: " + mainClass.getVersion
MsgBox versionString
FreeLibrary lb
End Sub
</code>
</pre>
<p>However, the line </p>
<pre>
<code>
versionString = "- From DLL: " + mainClass.getVersion
</code>
</pre>
<p>throws an error "Object required".</p>
http://stackoverflow.com/questions/1656484/how-can-i-parse-xml-data-using-visual-basic0How can I parse XML data using Visual Basichubby2009-11-01T05:32:18Z2009-11-03T14:20:23Z
<p>I have XML data like this:</p>
<pre><code><search ver="3.0">
<loc>Birmingham, AL</loc>
<loc>Gulf Shores, AL</loc>
<loc>Alabama, NY</loc>
<loc>Abbeville, AL</loc>
<loc>Abernant, AL</loc>
</search>
</code></pre>
<p>I would like to return the name of the places. How may I extract this data using Visual Basic?</p>
http://stackoverflow.com/questions/1560130/whats-the-best-way-to-remove-or-ignore-script-and-form-tags-in-html0What's the best way to remove (or ignore) script and form tags in HTML?Pwninstein2009-10-13T13:06:12Z2009-11-03T03:13:33Z
<p>I have text stored in SQL as HTML. I'm not guaranteed that this data is well-formed, as users can copy/paste from anywhere into the editor control I'm using, or manually edit the HTML that's generated. </p>
<p>The question is: what's the best way of going about removing or somehow ignoring <code><script/></code> and <code><form/></code> tags so that, when the user's text is displayed elsewhere in the Web Application, it doesn't disrupt the normal operation of the containing page.</p>
<p>I've toyed with the idea of simply doing a "Find and Replace" for <code><script></code>/<code><form></code>with <code><div></code> (obviously taking into account whitespace and closing tags, if they exist). I'm also open to any way to somehow "ignore" certain tags. For all I know, there could be some built-in way of saying (in HTML, CSS, or JavaScript) "for all elements in <code><div id="MyContent"></code>, treat <code><form></code> and <code><script></code> as <code><div></code>. </p>
<p>Any help or advice would be greatly appreciated!</p>
http://stackoverflow.com/questions/1655058/sql-and-visual-basic-2008-queries0SQL and VISUAL BASIC 2008 QueriesKevin2009-10-31T17:41:39Z2009-10-31T18:15:20Z
<p>Hello guys,</p>
<p>How can I write a sql query that takes information from a database, and then put in the text in a label? I'm not really sure how to do this so please give me a good explanation! :)</p>
<p>Thanks,</p>
<p>Kevin</p>
http://stackoverflow.com/questions/1654281/vba-public-array-how-to0VBA Public Array : how to ?Julien2009-10-31T12:45:30Z2009-10-31T14:59:02Z
<p>Hi folks !
So today's problem is getting me mad because that should be easy and i can not find the answer :</p>
<p>How to declare a public array in VBA ? I'm using an array with the letters A, B, C,... because i'm working with Excel cells, and i don't want to declare it in every function i create, right ?
I've tried to look on the web first and i read that you have to declare it in a different module, so that's what i've done :</p>
<pre><code>Public colHeader As String
colHeader = Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L")
</code></pre>
<p>But Visual Basic doesn't like it...</p>
<p>So what shall i do ?</p>
<p>Thank's a lot :)</p>
<p>Edit : the problem is more about asigning values to the array than to declare it</p>