Hi:
What are the best methods available for the selfstudy of VB.net? Books?Courses? Can someone make recommendations.
How do I get that common dialog that allows you to go through and select a file, then it returns the path and the filename that was selected. I see the FolderBrowserDialog but I need somethin...
Is it possible to have a program open and send variables to quickbooks? If so, how? Or am I wasting time trying to find a way?
Hi,
I'm trying to display a Dataset in a Datagrid using a DataGridTableStyle. I call my routine SetDataManagerGrid() when the form instance is created. The data gets displayed but the style...
Hi,
I have a Unix server that we connect remotely with Telnet. I am just about sick & tired of adding DOS commands to do what I want it to do, like adding a printer etc. For this I need to ...
I am brand new at VB.NET. I have urgent need of converting VB6 code to work.
I have tried the wizard, but got loads of warning messages. Here is the sample code. As I have never worked wit...
Does anyone know of vb.net code that can ping VERY fast? I have a class from mentalis.org but it is not fast enough.
Thanks!
I am unable to debug my app , I am getting the following comming up on the breakpoint
"the breakpoint will not be hit .No symbols have been loaded for this document "
How do I resolve this?
I have a class Application, which has a collection containing Applicants attached to it.
In the property for the collection, I have the following:
Get
If _Applicants is Nothing then...
Pretty self explanatory, but there is alot of code here because its my first time picking up VB.NET Active Directory functions... Basically I have the same kind of code base that was done in P...
I am into a CTI application development using TAPI3 in VB.NET.
I am able to initialize the Tapi as follows:
Dim tap As New TAPI()
tap.Initialize()
I get the Device ...
Hi....Help
I have a form in a windows app with a datagrid attached to it which gets its data from the datatable which i build through some XML data. Problem is when i want to go back into ...
Hello,
I have a .WMA file and if you open it with notepad you can see some header information like the date, time started, time ended etc.
Is there a way to import this file into VB kind o...
vb.net
private void button1_Click(object sender, System.EventArgs e)
{
ResourceManager rm=new ResourceManager("HelloWorldGlobed.myRes",typeof(Form1).Assembly);
string message=rm.GetString(...
Hi,
First, thanks for clicking.
Have a ParentForm - Form1 - have set MidContainer = True
Have a ChildForm - Form2
Have a button on Form1 that has this click event
Dim ChildForm1 A...
I would like to be able to resolve a shell link ("shortcut") to find out what it's target filename is. I have code that does this in C using the COM shell routines. I don't know how to write a...