473,543 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

0
16,707
Curtis Rutland
thread by: Curtis Rutland | last post Dec 6 '08 by: Curtis Rutland
Here are the guidelines for where to post your .NET questions. Any post having to do with ASP.NET goes in the ASP.NET Answers Forum, regardless of the language used. If it's not ASP.NET, put your question in the forum for the language you are using: C# questions go to the C# Answers forum. VB.NET questions go to the VB.NET Answers...
0
16,132
Curtis Rutland
thread by: Curtis Rutland | last post May 12 '10 by: Curtis Rutland
Remember that the people here helping you are not getting paid. They have no real incentive to help you beyond the desire to help others. So, if you make it difficult for them to help, there is a good chance they will just skip your thread and go on to the next one. So, how do you ask a good question? There are a few rules: Clarity --...
0
8,567
thread by: kurtcobain1978 | last post Sep 7 '05 by: kurtcobain1978
-------------------------------------------------------------------------------- I need to do the exactly same thing in VB.NET. Load a unmanaged C DLL dynamically and then call a function in which I pass the callback function as an argument. My C function being called callback as type _cdecl. Does anybody have any ideas? Here is what I am...
0
2,391
thread by: Sean | last post Nov 19 '05 by: Sean
Hi I have this XML file, and i am not sure how do i read this xml file and read it to an arraylist, for which i use to fire some SQL statements. I want to be able to pick only xml attributes, say, which belong to Section="two-4" and put them into an arraylist and similar for the rest of the Section attributes. i had got the code below...
0
1,457
thread by: alien2_51 | last post Nov 19 '05 by: alien2_51
I have a simple question for the right person, is there a way to unload an application (the resources held by a single virtual directory) from some GUI maybe IIS console, w/o having to reploy or over writting the files in \bin. command line tool maybe...?
0
1,613
thread by: VB Programmer | last post Nov 19 '05 by: VB Programmer
I have a public array (in a usercontrol) defined as: Public arrWebServers(0) As WebServers ' FYI: Public Structure WebServers Friend ServerName As String Friend MapIdAc As Short Friend MapIdDc As Short Friend DatabaseName As String
0
2,010
thread by: Ms.net | last post Nov 19 '05 by: Ms.net
Thanks you u for answers...
0
1,512
thread by: Lucas Tam | last post Nov 19 '05 by: Lucas Tam
Hi all, Are there any examples online of non-HTTP web services using protocols such as FTP, SMTP, etc? I would like to build a web service that does not require IIS and could be integrated directly into my VB.NET application. Thanks. --
0
1,425
thread by: Sean | last post Nov 19 '05 by: Sean
Hi, I have an xml file. <cashier> <tag param1="work-14" param1="0" param2="1000199" param3="1" param4="2141690" param5="3" param5="3" param6="011111" param7="4" /> <tag param1="work-14" param1="0" param2="1000199" param3="1" param4="2141690" param5="3" param5="3" param6="033333" param7="4" /> <tag param1="work-16" param1="0"...
0
1,231
thread by: elziko | last post Nov 19 '05 by: elziko
Is there a ccontrol available to display a Help 2.0 file? Note, I dont want to open the file using whatever executable is responsible for this. I actually want to display my help file within a control on a Form. -- Cheers, elziko
0
1,250
thread by: Dan E | last post Nov 19 '05 by: Dan E
I have an application that I have created for the financial department. I am attempting to package it for use in our company. This program uses a database that is provided with the package. I always get the error that MSADO20.TLB cannot be loaded or something to that effect. Any ideas as to how I can successfully package this?
0
3,009
thread by: Mark Sisson | last post Nov 19 '05 by: Mark Sisson
"Daylor" <Daylor@012.net.il> wrote in message news:<3ee62275@news.012.net.il>... > Catch e As COMException > > MessageBox.Show(CStr(e.ErrorCode And &HFFFF)) > > the value i get from -e.ErrorCode And &HFFFF > is the error code the activeX is throw. > > thanks.
0
1,420
thread by: MS Newsgroups | last post Nov 19 '05 by: MS Newsgroups
Hi, I am trying to get my head around remoting. I have managed to configure the samples on MSDN and that is working fine. I have now tried to build my own remoting application to test this and i can't get the application to "Remote" basically what happens is that the client side uses the dll in the same directory instead of the remote one....
0
1,601
thread by: Rade Josovic | last post Nov 19 '05 by: Rade Josovic
Hi, First implementation of WebDAV protocol is here: WebDAV .NET 1.0 from Independentsoft. Go to http://www.independentsoft.de The WebDAV .NET is WebDAV protocol API for Microsoft .NET Framework and Microsoft .NET Compact Framework. Built from same source code all classes and methods support Microsoft .NET Framework and Microsoft .NET...
0
3,695
thread by: Martyn | last post Nov 19 '05 by: Martyn
I just need to insert a delay of, for example, 3 seconds, in my code. For example a loop, loops three times. I want to add a delay of three seconds, so each loop takes three seconds to complete. Please advise (I'm still a beginner)
0
1,076
thread by: Tom Roach | last post Nov 19 '05 by: Tom Roach
Running application uses StandardPrintController to print a file on one local and two network printers. When it prints to the network printers, the SYSTEM writes ("Printer Driver ... was added or updated. Files: RASDD.DLL, RASDDUI.DLL,...") warnings to the System Event Log. Does anyone know how to address this other than by maybe making...
0
1,529
thread by: Cameron Frasnelly | last post Nov 19 '05 by: Cameron Frasnelly
Does anyone know of a simple way to use vb .net code to unlock an AD user account?
0
1,187
thread by: joe lee | last post Nov 19 '05 by: joe lee
Has anyone used Rational Rapid Developer in a .net env.?-- am attending http://www.rational.com/events/forms/webinar-reg.jsp? EVENTID=2774 to learn more about its capabilities, but was wondering if anyone has any experiences/recommandations regarding the product,
0
936
thread by: Mike | last post Nov 19 '05 by: Mike
Many thanks for the replies. There's quite a learning curve going from VB6 to VB.Net and I appreciate your help. Mike
0
2,804
thread by: Stephen Muecke | last post Nov 19 '05 by: Stephen Muecke
To overcome the hard-to-read text associated with a disabled combobox, I have created my own and overriden the OnEnabledChanged method as follows (note the control also includes a DisabledBackColor property) Protected Overrides Sub OnEnabledChanged(ByVal e As System.EventArgs) 'Call base method so delegates receive event (must do this first...
0
1,177
thread by: Michael Sanford [MVP] | last post Nov 19 '05 by: Michael Sanford [MVP]
Hello All, I have a VB.NET Class Library compiled with VS.NET 2003. I'd like it to work whether the user has the 1.0 or 1.1 version of the framework installed. For some reason, the "Change" button in Project Properties -> Build is disabled. How do I achieve this??? -- R. Michael Sanford Windows Installer MVP
0
2,431
thread by: Ahsan | last post Nov 19 '05 by: Ahsan
I am using Datagrid with vb.Net Right now i can click any cell of teh grid. I wan to select the entire row when i click on the grid. need your comments please, Thank you, Ahsan
0
974
thread by: Serge Calderara | last post Nov 19 '05 by: Serge Calderara
Dear all, I have a class1.vb and a form1.vb belonging to a project compile as a library. This belongs for instance from the assembly MyClass. Form1.vb contain a text box and a button Then I have a main application with reference to the MyClass assembly.
0
1,862
thread by: Ville Pirhonen | last post Nov 19 '05 by: Ville Pirhonen
Hi ! I'm doing application with memory mapped file handling. I use mmf to change data between applications. Is dllimport the only way to use those mmf functions in VB.Net? In the application I have multiple threads which all map mmf, is there anyway to "lock" mmf to prevent simultanous writes? I don't know if it is wise to use mmf in .Net...
0
2,168
thread by: Stefan Basler | last post Nov 19 '05 by: Stefan Basler
Hi there, I'm currently working on a VB .NET project in which I need to control the master and / or the line in of the installed sound card. I managed to control the wave volume by using waveOutSetVolume, but not the master. I've found several examples using mixerOpen for VB6, but they don't work correctly with VB.NET. I assume there is a...
0
860
thread by: Patrick | last post Nov 19 '05 by: Patrick
hi all we have like to write a application in vb.NET. what's the best way to make it multi-lingual? do we store the different language versions in a database? thx. patrick
0
1,617
thread by: RdU | last post Nov 19 '05 by: RdU
Hi, I've written a small VB.net 1.1 application. It uses the Webbrowser control (shdocvw.dll). The application loads and saves html pages to disk. The application checks if a document has been completely loaded via the next statement webOCWrapper.webBrowser.ReadyState <> SHDocVw.tagREADYSTATE.READYSTATE_COMPLETE However sometimes I...

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.