(I'm using VS 2003 with Framework 1.1.) I'll bet this is about as simple a question as it gets, but for the life of me I cannot find the equivalent C# statement to the simple VB.NET statment:
End
All I want to do is end the application. If, say for instance, validation fails, I want the...
I’m completely new to C# but have a couple years experience with VB.NET, and I’m trying to get my first C# project off the ground. My C# books are good; however they don’t answer the questions I have at this point in my project.
My project will be a Windows application that does not need a...
Hello. I'm tasked with changing an existing VB.NET 2003 Windows application. (I've coded only a little .NET, lots of VB6.)
I need to change the configurations, not only the properties of the existing configurable items, but also to add more configurable items.
This app gets its...
We have a VB.NET 2003 application which reads an Excel .xls file, manipulates the data, and then writes to a new Excel .csv file. The original programmer is no longer with the company.
I'm a .NET beginner and have never done any .NET/Excel programming. I have no experience with...
VB.NET 2003, SQL Server 2000
Can someone explain to me in a nutshell what is integrated security and what is a trusted connection? When would I choose one over the other? Thanks.
Hello.
I'm pretty new to VB.NET, and I'm trying to get my .NET code to execute a SQL Server stored procedure and return the recordset. The stored procedure is executing, but no rows are returned into the DataReader as indicated by my message box. Can anyone tell me what I'm missing? Thanks...
Hi. I created a Windows service which uses the FileSystemWatcher and also the server-based Timer control to monitor changes to a specific directory, and I've installed the service on the test server.
The FileSystemWatcher component watches for changes to the directory and reacts when they...
I've created a Windows service (VB.NET 2003). I've been installing/uninstalling/testing the service on my local PC. I've used the FileSystemWatcher to watch a directory on the C: drive. When a file lands in the watched directory, I create a new file in another location on the C: drive, and...
Greetings!
I'm writing a Windows service in VB.NET 2003, and I cannot find where to change or verify the StartMode. I think the default is Manual, but I'd like to verify that before installing and testing my service. Also, once the testing is completed, I'll need to change the StartMode to...
I'm VERY new to .NET, and I've inherited a .NET project that was written but never completed last year. Needless to say, the person who wrote it is no longer with the company. We don't have anyone here who was cross trained on this code, and I'd say it's a pretty large project (relative to my...
Hi. I've never used VFP before, but I'm tasked with exporting all data from a table (including memo fields) into a text file. I found a great article at microsoft.com called "How to export memo fields with other field types to a text file with Visual FoxPro." It contains program code, which...
I’ve placed some logic (in progress) in a Windows Application Form because I’m new to .NET and I knew I could test the logic there. My goal is to place the same logic in an independent Class to be called from Windows Application.
Later, when I’m confident the logic in the Class is correct –...
Hi. I’m a VB6 coder (intermediate level,) but very rusty after 22 months of software support and no new development. I’m totally new to VB.NET, and after all this time I’m expected to hit the ground running using VB.NET. No crawling before walking, walking before running, etc.
I have some...
I’m a newbie to VB.NET and need some advice in planning a small application. I have a solid VB6 background but haven’t done any new development in 22 months -- I’ve been repairing and enhancing third party software (not .NET.)
At long last, I have a small programming project in VB.NET 2003...
I'm brand new to SSRS, and I am using a SQL query as the dataset for my report. I have an Order By clause in the SQL which seems to have no affect on the order the records are shown in the preview. I've tried adding a group to the report to order it that way, and again it seems to have no...
Hello. I'm preparing to download the free SQL Server 2005 Express Edition on my home PC. Can anyone give me a thumbs up or thumbs down on this product?
Step 1 says that I have to download and install Windows Installer 3.0. However, the instruction notes that Windows XP SP2 already has...
Hi. I'm new to VBA, and I cannot find the answer to the following puzzle. When I run this code, I'm prompted to enter MyDate and Today. (No wrappiing in my DoCmd line.) Why does it not use the dates assigned to the variables? Thanks. Tracey
MyDate = (Date - 60)
Today = (Date +...
Hi. (VB6, CR8.5)
I'm creating a program to loop a list of Crystal Reports through a Set Location procedure to change the server location, but I'm not off to a very good start. I've seen this done before and know only enough to be dangerous. I did add the reference Crystal Reports 8.5 ActiveX...
Hi. I need to create a form that will take all the report files in directory C:\Program Files\AAA\BBB\Report Files and list them out in a VB6 Listbox. They are Crystal Reports and have the .rpt extension. Is there any way I can do this? Thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.