473,956 Members | 14,742 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Declaration expected

13 New Member
Hello
I'm getting the error "Declaratio n expected" twice in this code...
Expand|Select|Wrap|Line Numbers
  1. 'Required in all cases when calling API functions
  2. Imports System.Runtime.InteropServices
  3.  
  4. 'Required in this example and any API function which
  5. 'use a string buffer.  Provides the StringBuilder class
  6. Imports System.Text
  7.  
  8. Public Class Form1
  9.     <DllImport("KERNEL32.DLL", EntryPoint:="GetSystemDirectoryW", _
  10.          SetLastError:=True, CharSet:=CharSet.Unicode, _
  11.          ExactSpelling:=True, _
  12.          CallingConvention:=CallingConvention.StdCall)> _
  13.          Public Shared Function GetSystemDirectory(ByVal Buffer _
  14.            As StringBuilder, ByVal Size As Integer) As Long
  15.         ' Leave function empty - DLLImport attribute 
  16.         ' forces calls to GetSystemDirectory to
  17.         ' be forwarded to GetSystemDirectory in KERNEL32.DLL
  18.     End Function
  19.  
  20.     Public Const MAX_PATH As Integer = 256
  21.     'How to call the API function:
  22.  
  23.     Dim s As New StringBuilder(MAX_PATH)
  24.  
  25.         GetSystemDirectory(s, MAX_PATH)
  26.         msgbox(s.ToString(), , "System Directory")
  27.  
  28. End Class
  29.  
..it errors at GetSystemDirect ory and msgbox
I thought it may need another imports statement, not sure
I'm using VB.net 2008 express
Aug 4 '10 #1
1 9313
PsychoCoder
465 Recognized Expert Moderator Contributor
Well change MsgBox to use the MessageBox class (which is native to .Net). MsgBox is a legacy left over function from the VB6 (and older) days.

As for your other error, I copied your code word for word in an existing VB.NET project and it works fine for me, so I'll have to look further into this one
Aug 4 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
16371
by: Ammar_ace | last post by:
Can Somebbody pls help me out here. i am new to .net programming, i am trying to connect to an access database and read, but i get the error message 'BC30188 Declaration Expected' this is what i did 'create the connection object Dim objConn As New System.Data.OLEDB.Connection() .. .. ..
5
4986
by: TJS | last post by:
trying to display pdf file in browser fails on this line: Response.ContentType = "application/pdf" getting an error about no declaration found for "response" what declaration is needed ???
9
5051
by: D. Shane Fowlkes | last post by:
Still learning ASP.NET....(and I was getting so good with classic ASP too!). I'm trying to connect to a SQL Server using a simple connection script. I've checked 2 different books and looked at www.asp.net and still cannot get past this "error". Can anyone see the error? This <script> example is almost line by line from the Sams ASP.NET Unleashed Book. The error is on line 8. Thanks.
1
3530
by: Chuck Insight | last post by:
Another newbie question. While working on a WEB project, I came across some code that looked promising, but retues an error. The code is: Private Sub Form_Load() The error it produced is: error BC30188: Declaration expected. In a nutshell
3
2285
by: rdi | last post by:
The import statements weren't copy/pasted, but everything INSIDE the class WAS copy pasted from the help file. Starting with the myMail.From line and going down to the SmtpMail.Send line, EVERY line results in a "Declaration Expected" error. -- RDI (remove the exclamation from the email address) Imports System.Web Imports System.Web.Mail
3
3403
by: Steve King | last post by:
I've an error in code I got from a walkthrough that should work just fine. I added a reference to DMO that shows up in the references properly. The Dim line shows no errors but the initialized object shows an 'Declaration Expected' error. What could be happening? Dim oSQLServer As New SQLDMO.SQLServer oSQLServer.Connect("(local)", "myServer", "myPassword") -- Steve King
2
2324
by: phil | last post by:
Hi, When executing this (asp.net 2.0), i get the error: Compiler Error Message: BC30188: Declaration expected. Line 9: Dim dtreader As SqlDataReader Line 10: Line 11: db = new Sqlconnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\access\nemi.mdb") Line 12: Line 13:
1
2015
by: Cirene | last post by:
I'm binding a datagrid to my business object. I get an error that the type 'abcshoppingcart'...is not marked as serializable. So, I added a attribute in the class. But then a blue squiggly appears with 'declaration expected'. Any idea why? Public Class abcshoppingcart Public customer As New abccustomer Public product As New List(Of abcproduct)
1
2675
by: shekhardotnet | last post by:
below testing code gives an error "declaration expected" please suggest Imports System.Data.SqlClient Public Class Form1 Inherits System.Windows.Forms.Form 'Create ADO.NET objects. Private myConn As SqlConnection Private myCmd As SqlCommand
0
10226
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
11654
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
11265
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9955
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8324
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7487
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6272
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6397
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
5013
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.