| Thread | Last Post | Replies |
|
| Security Issues | 12 Mar 2010 13:27 GMT | 4 |
I have an app that creates and copies files using the System.IO methods. To get this to run on my 64 bit Win7 Pro, I had to adjust the manifest so that it requires admin rights I dont know if there is any better way of doing it, but I havent found
|
| What is best way to read binary file into string? | 12 Mar 2010 02:10 GMT | 6 |
I am now building a routine that reads a small (no larger than 100 bytes) binary file and saves the contents in a string. The file can contain characters anywhere in the
|
| Need Advice ! | 11 Mar 2010 16:24 GMT | 13 |
I need some overall architectural advice... I have a process whereby I would like to accomplish the following... The setting includes many client workstations using a VB.net application that communicates with a database via ADO connections.
|
| VB 2010: DIM... | 11 Mar 2010 05:55 GMT | 21 |
Dim Hundred as Integer Hundred = 100 won't work. What's wrong??
|
| FileSystemWatcher won't fire for directory events | 10 Mar 2010 18:28 GMT | 10 |
I trying to be notified when a directory is created, deleted, renamed or moved. What am I doing wrong? moFolderSysWatch = New FileSystemWatcher(m_WatchDirectory, "") moFolderSysWatch.IncludeSubdirectories = True
|
| How to Rollback transaction | 10 Mar 2010 17:11 GMT | 4 |
I have created a form from the data sources that is generated by a wizard to produce a dataset. Now I just simply drag tables from this dataset to my winforms. I can have two tables in winform with a parent/child form. The binding navigator will create a code below to save the ...
|
| Some concepts of OOP. | 10 Mar 2010 16:58 GMT | 6 |
I need a basic tutorial for OOP in VB.NET (VS 2008), please, and how can I implements it? (Why : public class myClass implements panel doesn't work?)
|
| How do I determine is string is number? | 10 Mar 2010 15:37 GMT | 8 |
Using VB 2008. This seemed like a simple question. To make a short story long... Dim ssTest as string Typed in ssTest<dot> expecting for Intellisense to display something like
|
| Passing a PDF as a parameter | 10 Mar 2010 14:57 GMT | 6 |
Is it possible to pass a PDF as a parameter to a server via remoting? If so is there a resource I can use to learn how? Thank you.
|
| Where is "imports Win32"? | 10 Mar 2010 03:59 GMT | 6 |
Dumb question I know, but after 2 hours googling I give up. What is the easiest/recommended way to access the Win32 API from VB Studio Express? I assumed it would be a simple matter of Imports Win32, or something similar and the whole API would be exposed. Surely I don't have to
|