VB.NET project setup.
how to prepare exe file of a vb.net project
Answer Question
| March 10, 2010 3:38 PM
VB.NET, VB.NET 2003
how to prepare exe file of a vb.net project
Problem in separating ToolStripMenuItems
Hi evry1 I’m working with vb.net and wud like to know how to separate ToolStripMenuItems
Answer Question
| January 22, 2010 6:21 AM
VB.NET
Hi evry1 I’m working with vb.net and wud like to know how to separate ToolStripMenuItems
Email Notification
Hey i am creating an application front end = vb.net and back end = sql server db!! the application helps assign staff to jobs and when an assignment occurs i would like the staff to recieve an email informing them that they have been assigned to a job… can anyone help me out with how [...]
Answer Question
| January 23, 2010 12:09 AM
SQL Server database, VB.NET
Hey i am creating an application front end = vb.net and back end = sql server db!! the application helps assign staff to jobs and when an assignment occurs i would like the staff to recieve an email informing them that they have been assigned to a job… can anyone help me out with how [...]
Migration from Paradox to MS Access or VB.Net/MS SQL
We have a department that has several applications running on Paradox 11. They need assistance migrating their tables and application UI/code to another platform. Any feedback or guidance would be appreciated.
Answer Question
| January 23, 2010 9:11 PM
Access 2003, Microsoft Access, Paradox 11, SQL, VB.NET, VB.NET 2008, Windows Server 2007, Windows XP
We have a department that has several applications running on Paradox 11. They need assistance migrating their tables and application UI/code to another platform. Any feedback or guidance would be appreciated.
sending mails to other domain
I want to send the mails that are accumulated in c:inetpubmailrootqueue to a desired user having a mail id such as name@gmail.com or yahoo or any other domain name.Can please guide me the code in C# or vb.net?
Answer Question
| January 23, 2010 4:26 AM
C#, Multiple email domains, VB.NET
I want to send the mails that are accumulated in c:inetpubmailrootqueue to a desired user having a mail id such as name@gmail.com or yahoo or any other domain name.Can please guide me the code in C# or vb.net?
vb.net listbox problem
vb.net related questoin. i have 3 items in listbox. At one of list item i have applide method that on selectedvaluechanged open a combobox but when i click on the blank space in listbox other than listbox items, the combobox appeared still. means the selectedvaluechanged is called again. how to stop this functon call when [...]
Answer Question
| October 30, 2009 5:50 AM
ComboBox, ListBox, VB.NET
vb.net related questoin. i have 3 items in listbox. At one of list item i have applide method that on selectedvaluechanged open a combobox but when i click on the blank space in listbox other than listbox items, the combobox appeared still. means the selectedvaluechanged is called again. how to stop this functon call when [...]
Sound from .net
how can I save and retrieve sound wav files to and from sql database using vb.net?
Answer Question
| January 23, 2010 4:53 AM
.NET, .NET 2.0, SQL, VB.NET
how can I save and retrieve sound wav files to and from sql database using vb.net?
How can I create or send Smtp multiple attachments in email using VB.NET 2008
I am working on vb dot net code which is used to send email from the desktop application, it is not working CORRECTLLY. I need your expertee help Please !!!!! The main problem arises when I tried to attach multiple files or i tried to attach a file in the array and for loop. Below is [...]
Answer Question
| October 22, 2009 2:54 PM
SMTP, VB.NET, VB.NET 2008 Studio
I am working on vb dot net code which is used to send email from the desktop application, it is not working CORRECTLLY. I need your expertee help Please !!!!! The main problem arises when I tried to attach multiple files or i tried to attach a file in the array and for loop. Below is [...]
Why do multiple requests fail in my .NET Web Service?
I have a web service whose only exposed method instantiates a DLL. The DLL’s only job is to query a database to get a filepath to an image then return the image base64′d. I also have a test client to make requests to the web service. It has a field in which the user enters [...]
Answer Question
| October 16, 2009 8:04 PM
.NET Framework 2.0, VB.NET, Web services
I have a web service whose only exposed method instantiates a DLL. The DLL’s only job is to query a database to get a filepath to an image then return the image base64′d. I also have a test client to make requests to the web service. It has a field in which the user enters [...]
Replication Causes Client Application to Hang
I’ve got 25 Sites that are running an application that connects to MS SQL 2005, All the sites have their own copy of a database and have one similar database that holds information gathered from the different sites, now what is happening is that if a client registers at one institution and then later visits [...]
Answer Question
| October 9, 2009 8:56 AM
SQL 2005, VB.NET
I’ve got 25 Sites that are running an application that connects to MS SQL 2005, All the sites have their own copy of a database and have one similar database that holds information gathered from the different sites, now what is happening is that if a client registers at one institution and then later visits [...]
vb.net 2008 and sql server 2008
How can i connect to the sql database using the app.config file over a network and also have the ability to edit the app.config during installation or when the application is installed on another machine on the lan
Answer Question
| January 23, 2010 12:00 PM
ADO.NET, SQL Server 2008, VB.NET, VB.NET 2008
How can i connect to the sql database using the app.config file over a network and also have the ability to edit the app.config during installation or when the application is installed on another machine on the lan
Textbox input to a a sql dataset table in Vb.net
How do I input data from textboxes in Vb.net to …a table in a data set ….and then display generated data back to some more textboxes ???? I am using sqlexpress ….Thx. mace100
Answer Question
| January 23, 2010 3:24 PM
data input, SQL, SQL Data Set, VB.NET
How do I input data from textboxes in Vb.net to …a table in a data set ….and then display generated data back to some more textboxes ???? I am using sqlexpress ….Thx. mace100
sql .net 2005 deployment
I am trying to connect my desktop application to sql server on a lan but the clients are being recognised as guest how do i enable ny appplication to run on the lan. I am using windows authentication.
Answer Question
| September 29, 2009 1:07 PM
LAN, SQL, VB.NET, Windows authentication
I am trying to connect my desktop application to sql server on a lan but the clients are being recognised as guest how do i enable ny appplication to run on the lan. I am using windows authentication.
Error when insertin.g data into SQL table
I’m using SQL Server 2005 Express edition as the Database and Microsoft VB.NET 2005 as the programming language for my project. At the moment I’m having a problem of inserting data into one of the tables in my database through my VB.NET application. I did successfully inserted data through my [...]
Answer Question
| September 28, 2009 10:31 AM
Microsoft Visual Studio, SQL Server 2005, SQL Server 2005 Express, SQL Server tables, SQL tables, VB.NET, VB.NET 2005, VB.NET 2005 programming, Visual Studio 2005
I’m using SQL Server 2005 Express edition as the Database and Microsoft VB.NET 2005 as the programming language for my project. At the moment I’m having a problem of inserting data into one of the tables in my database through my VB.NET application. I did successfully inserted data through my [...]
How to commnicate with a PDA built-in scanner using vb.net smart device?
I am developing an application to run on a PDA. The PDA is running on Windows CE 5.0 and has a barcode scanner integrated. I am using Framework 3.5 VB.Net 2008 smart device project to develop my application. Now, my question is about opening the barcode scanner to read scanned barcodes into my PDA application. [...]
Answer Question
| June 19, 2010 7:45 AM
Framework 3.5, PDA barcode scanner, Smart Device, VB.NET, VB.NET 2008, Windows CE 5
I am developing an application to run on a PDA. The PDA is running on Windows CE 5.0 and has a barcode scanner integrated. I am using Framework 3.5 VB.Net 2008 smart device project to develop my application. Now, my question is about opening the barcode scanner to read scanned barcodes into my PDA application. [...]
How to load an Image from an SQL Server 2005 database using VB.NET 2005 coding?
After a lot of trying and hard work I finally manged to store an image into an SQL Server database using a byte array. But now I’m stuck at how to retrieve it back into my application’s picture box control. This is what I need [...]
Answer Question
| March 21, 2011 2:18 AM
SQL Server 2005, VB.NET, VB.NET 2005, VB.NET 2005 programming
After a lot of trying and hard work I finally manged to store an image into an SQL Server database using a byte array. But now I’m stuck at how to retrieve it back into my application’s picture box control. This is what I need [...]
CLR Assembly in MS SQL 2008
I have a problem with COM-objects which i create in CLR-assembly in VB.NET via CreateObject. When I compile this assembly as console project and run loging under any account on server, it works ok. But when i run this file from MS SQL, it can not create object. What may be reason for this?
Answer Question
| September 3, 2009 7:28 PM
CLR, SQL, SQL Server 2008, VB.NET
I have a problem with COM-objects which i create in CLR-assembly in VB.NET via CreateObject. When I compile this assembly as console project and run loging under any account on server, it works ok. But when i run this file from MS SQL, it can not create object. What may be reason for this?
word document in vb.net
[strong]how to set a particular font to the word document from vb.net.and howto send the word document directly to the default printer from the application [/strong]
Answer Question
| August 31, 2009 5:51 AM
Fonts, Microsoft Word, VB.NET
[strong]how to set a particular font to the word document from vb.net.and howto send the word document directly to the default printer from the application [/strong]
Can tab pages in a tab control can be individually enabled or disabled?
In my project developed using VB.NET 2005 there is a tab control with 4 tab pages. I need to call a method which will enable/disable those tab pages according the some boolean values referring to each tab page. For example if boolean value 1 is true the tab page 1 is enabled and users can [...]
Answer Question
| November 7, 2009 6:06 AM
VB.NET, VB.NET 2005
In my project developed using VB.NET 2005 there is a tab control with 4 tab pages. I need to call a method which will enable/disable those tab pages according the some boolean values referring to each tab page. For example if boolean value 1 is true the tab page 1 is enabled and users can [...]
How can I find all the mac address on a LAN?
What is the best way to find the mac address of all the computers on a LAN? And if possible can I have the code in vb.net?
Answer Question
| June 25, 2012 6:47 PM
LAN, MAC address, VB.NET
What is the best way to find the mac address of all the computers on a LAN? And if possible can I have the code in vb.net?





