Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score My Quiz Program
DAL - 18 Feb 2006 10:38 PM - 5 messages
I want to build my kid a program that cycles through questions (using a label for the question), and lets him choose one of two radio buttons for the right answer. How do I get every set of questions and answers to cycle ...
Score Program and Sub Main
Sam - 18 Feb 2006 8:39 PM - 2 messages
Hi all Would anyone help me with the following? Does every vb program need a sub Main to run? If I create a project with one single form, Form1, and make it the startup form, does VS generate its sub ...
Score deleting all files inside a folder
Meshuggah - 18 Feb 2006 6:48 PM - 6 messages
Hey All, Could somebody please tell me how to delete all files inside a folder using Visual Basic .NET 2003? (I know this may be basic, but forgive me, im newbie) Thanks in advance, 'Meshuggah' ...
Score Trying to send mail with an attachment
Robert Dufour - 18 Feb 2006 6:33 PM - 3 messages
I tried using (vs2003 Vb.Net) Public Sub SendEmail( _ ByVal Recipient As String, _ ByVal Sender As String, _ ByVal Subject As String, _ ByVal Message As String, _ ByVal Server As String, _ Optional ByVal Attachments As String = "") ...
Score BackGroundWorker for .NET 1.1?
Mitchell Vincent - 18 Feb 2006 6:22 PM - 9 messages
I just read my MSDN magazine from last month and was very pleased to see an article about performance and the small(er) things you can do to improve it. I have a pretty big database driven winforms application that I've been ...
Score WMI Path Problem
vbnetdev - 18 Feb 2006 6:01 PM - 17 messages
hi all, This code works to add a nameserver to a container in DNS using vb.net and WMI. Howeer the code below that to add host records such as WWW and to add an MX record does not. It ojects with "invalid path" complaints. Any ideas ...
Score sub Main
Brian Shafer - 18 Feb 2006 4:24 PM - 13 messages
Hi, In VB Classic I used a sub main() in all my programs.   How do I do that in VB.net without setting the application type to Console application?   Looks like when I set it to console it disable some of the properites ...
Score CStr() vs. .ToString()
Sean - 18 Feb 2006 3:49 PM - 102 messages
Book I am reading says that Cstr() is best method for efficency and safety however it doesnt compare that method of the .ToString() method. Which is best. Thanks ...
Score ASCII Character Codes Chart 2
Marcel Saucier - 18 Feb 2006 2:45 PM - 19 messages
Hello, I want to use the above characters codes chart but I dont know how to set the typeface (documentation: The characters that appear in Windows above 127 depend on the selected typeface). For example, when I print the chr(205), I am not getting the one shown in ...
Score Tabs and accessing child controls
lazlo - 18 Feb 2006 9:44 AM - 2 messages
hi can anyone tell me how to do this: if you have 7 dynamically-created tabs, and within each you have a dynamically created webbrowser control, how do you make back, forward etc events work with ONLY the selected tab and webbrowser? Childindex features ...
Score Opening a different database
Devlei - 18 Feb 2006 9:38 AM - 2 messages
I use the FileOpen dialog to allow users to select a different database (same structure) to open and use.  Currently I change the connection string then open the selected database, but it seems so slow.  Is there a better way of doing this? ...
Score Https: with VB
David B - 18 Feb 2006 3:19 AM - 4 messages
I'm looking for guidance to show developers information about implementing https using VB so that an application which needs to transfer files securely from within a VB client app can do so using https: I'm aware the capability is available but need some guidance about where to ...
Score Image Rollovers with the Hyperlink Control
Nathan Sokalski - 18 Feb 2006 1:28 AM - 9 messages
I have several System.Web.UI.WebControls.HyperLink Controls which I want to display as rollover images. I know how to make these manually using the <a> and <img> tags or the <a> tag and a System.Web.UI.WebControls.Image Control ...
Score HELP -- BarCoder Reader --- COM PORT I/O or HID USB I/O
neilphan@gmail.com - 18 Feb 2006 1:09 AM - 2 messages
Thanks Everyone For your Help !!! I've figured out how to resolve the Barcode Project.  I've have to Redirect the I/O to use a COM Port or USB HID port. I am able to retreive data from the barcode reader via the com port in my ...
Score Integer Functions that return Nothing?
gregory_may - 17 Feb 2006 10:37 PM - 9 messages
Is it possible to return "nothing" from an Integer function?  This seems to give me "0" rather than "nothing". Private Function MyFunction() As Integer Return Nothing End Function ...
Score Data Grid View Column Names
Joe Griffith - 17 Feb 2006 9:26 PM - 3 messages
I'm using a Win Forms Data Grid View control in unbound mode. When I add columns using the wizard the first item is the column name. Everything works fine. However, if you return to the columns collection and look at the ...
Score Late binding problems?
gregory_may - 17 Feb 2006 8:30 PM - 4 messages
I want to prevent late binding of this statement: MyServerConnections(Myindex).client = Value But when I try with the code below, I get an editor error: "Expression is a value and therefor cant be the target of an assignment" CType(MyServerConnections(Myindex), PrivateServerConnectionStruct).Client = ...
Score Array element Pointers?
gregory_may - 17 Feb 2006 7:53 PM - 3 messages
Is there a way in VB.Net to declare a local variable that will manipulate an array element .... kind of like an item pointer to a global array? ...
Score Right Click | Save As
michael.blaustein@gmail.com - 17 Feb 2006 6:39 PM - 3 messages
I have a MSHTML.IHTMLWindow2 in an InternetExplorer object with a MSHTML.HTMLLinkElement in it that I would like to Right Click | Save Target As... on.  Does anyone know a way that I might do this?  Thank you, ...
Score Tab key trapping in VB.Net 2005
Aaron Smith - 17 Feb 2006 6:30 PM - 5 messages
How do you trap the tab key in a textbox? I have tried all the key events, and none of them seem to work right with the tab key. It seems when you press the tab key in one textbox, the keyup event of the next ...
Score Missing - Imports System.Management
Jason - 17 Feb 2006 4:48 PM - 3 messages
I'm trying to work with the WMI class in the System.Management namespace with Visual Basic.Net. I copied and pasted some example code from Microsoft that contains the following namespace imports: Imports System Imports System.Management Imports ROOT.CIMV2.Win32 ...
Score VB.NET 2003 DataGrid
OhWhite - 17 Feb 2006 3:40 PM - 2 messages
How do I set a datagrid cell's font to bold and the background colour of a column? Thanks. ...
Score my reusable class
ari - 17 Feb 2006 3:37 PM - 3 messages
hey all, i have a reusable email class and was wondering... the line of code that will be calling my email class; how do i make it where when you are entering the parameters for the call and you press the space bar or something and it ...
Score Simple: how to add speaces to a string
Joe - 17 Feb 2006 3:28 PM - 3 messages
Hello All: I have a simple question: how do I concatenate spaces to a string?  Say I have "John Doe" as my string and I want "John Doe               " with 15 ...
Score Dynamic Controls - referencing
msdev - 17 Feb 2006 2:51 PM - 8 messages
Hello, I am creating my own webbrowser to learn VB .Net. I am stuck on an issue with regards to dynamically-created controls, in this case tabs on a tabcontrol and webbrowsers created within each new tab. Using AddHandler in a class, I can get the delegate Sub to display the name ...
Score Screen resolution w/ 2 monitors
Darin - 17 Feb 2006 2:48 PM - 3 messages
In my program I save the position of the form so the next time the user logs in and gets to that form it is in the same place. This works great. But I have run into an issue. Some users have 2 monitors so they slid ...
Score Form Shake
pmclinn - 17 Feb 2006 2:06 PM - 3 messages
I have a splash screen that boots with music in the background.  I want the splash screen to look like it is shaking, or is being shaked.  What is the best way to do this? ...
Score howto pull info. from registry?
igul222 - 17 Feb 2006 1:35 PM - 3 messages
the installer of my vb.net app creates a registry key based on user preferences. how do i pull data from it? ...
Score running application using vb.net
Lynn - 17 Feb 2006 1:07 PM - 7 messages
Hi, I use the following code to run xcopy, but my application hangs after the copying has finished. What could be wrong? Dim psi As New ProcessStartInfo() psi.FileName = "xcopy" psi.Arguments = "c:\abc d:\abc" Process.Start(psi) Process.GetCurrentProcess.WaitForExit() ...
Score Can I ignore xxxChanged events while data binding?
Larry Lard - 17 Feb 2006 12:16 PM - 3 messages
Here's the scenario: Show the user a list of Things. User picks one, and the Thing edit frame is populated with the details of the Thing they picked. This frame has Save / Discard buttons that are initially disabled. When the ...
Score Treeview drives me crazy!
Martin - 17 Feb 2006 11:38 AM - 5 messages
I have a treeview control, which is docked on a panel. When I call the procedure to fill this treeview from the load event it works fine. It loads all nodes, and displays them nicely. However, when I call the very same procedure at a later stage (after a ...
Score Deleting configurations
NickP - 17 Feb 2006 9:51 AM - 3 messages
Hi there,     I have a solution that I have created quite a few different configurations for through it's lifetime.  Even though I have removed them from the solution they get left in the individual projects, this is fine and ...
Score Data Types and structure Memory Usage?
James - 17 Feb 2006 9:19 AM - 4 messages
Hi, I need info about how much memory different data types (particulary bitarrays, listarray, ...) and structures uses (including overhead). Is there any place where I can find that info (article, paper, ...). Thanks, James ...
Score Chat through internet
ajaywinds - 17 Feb 2006 9:07 AM - 2 messages
Hi,   I had made chat client and Server application in VB which works properly in LAN. But I like to chat with my client application through internet. How I can make this possible? Ajay ...
Score Pattern for handling method-call-hang ??
Søren M. Olesen - 17 Feb 2006 8:49 AM - 2 messages
Hi I'm creating an application which calls another application using COM, however sometimge this other application hangs, and my call never returns or fail. Is there a god pattern for handling thise kind of situations?? What I'd like ...
Score Windows XP Style
Maurice - 17 Feb 2006 7:50 AM - 3 messages
Hi, I'm having some GUI troubles. When the application is run on a Windows XP environment my controls all look very nicely shaped. When the same application is run on Windows Server 2003 environment these controls don't look that nice anymore. ...
Score How to load hierarchical Db data in treeview??
Don - 17 Feb 2006 6:38 AM - 3 messages
In a previous version of vb I used to save and load hierarchical data from an Access db into a treeview. But, I never found a very satisfying or elegant way to do it. I used a flat file approach with ...
Score Implicit Conversion from Bitmap to Image?
The Confessor - 17 Feb 2006 3:53 AM - 2 messages
The following code: MapGraphics(ListBox_Graphics.SelectedIndex - 1).MapBitmap = System.Drawing.Bitmap.FromFile(OpenFileDialog_SelectFile.FileName) incurs the following error: Option Strict On disallows implicit conversions from 'System.Drawing.Image' to 'System.Drawing.Bitmap'. MapGraphics.MapBitmap is earlier declared as follows in a module: ...
Score Different Approaches to Saving settings: Which is better?
Martin the Third - 17 Feb 2006 2:30 AM - 5 messages
Okay, I have a program that has many optional windows. Its not mdi or anything, it just has alot of windows that you can choose to have that would add extra features to the program. Now, I need to have the properties of these windows to stay when the ...
Score emulate tab key
Starbuck - 16 Feb 2006 10:00 PM - 3 messages
HI In a edit form which has text boxes is it possible to emulate TAB and Shift-TAB with the UP & DOWN keys Thanks in advance ...
Score Avoiding Implicid Conversion?
gregory_may - 16 Feb 2006 9:48 PM - 3 messages
I am using a threadpool to process UDP broadcast messages.  I cant figure out how to type the threadpool call back.  Below is a snip of my code.  The "process_UDP_Message" needs to pass a byte array ....  but the Call Back ...
Score Replace Selected Text
jvb - 16 Feb 2006 8:49 PM - 5 messages
Can anyone tell me why this isn't working in VB.NET 2003? And no, the problem lies between the keyboard and the back of the chair is not a valid answer!!!!         Me.TextBox1.SelectionStart = 0 ...
Score printing problem with dotmatrix printer using vb.net
sukhsinghin - 16 Feb 2006 8:49 PM - 5 messages
Hi, I am trying to print a invoice form with data from dataset using vb.net and printer is dot matrix. Invoice is a continues paper with pre-printed headers like First Name, Last Name, SSN# etc. and after each header their are some blank block like for SSN# 9 small box. I hv ...
Score Activating Windows Forms
simchajoy2000 - 16 Feb 2006 8:10 PM - 3 messages
Hi, Let me see if I can explain this, I have noticed that when I create new windows forms (within my larger window form which serves as the primary interface with dropdown menus etc) that sometimes you can activate more ...
Score Properties of a Property
OpticTygre - 16 Feb 2006 7:47 PM - 4 messages
Is it possible to detect if a property of a class is Readonly, WriteOnly, or Read/Write? ...
Score Open then Close Explorer directory using Process.Start
Mike Kober - 16 Feb 2006 7:21 PM - 2 messages
I'm having difficulty getting this to work. Any help would be appreciated. What I'm trying to do is to open Explorer onto the Windows/fonts directory and then close it. I've added a font programmatically to the directory and ...
Score BindingSource.AddNew
Leonardo - 16 Feb 2006 7:09 PM - 2 messages
Hi. I'm trying to build my first application with database access using VB 2005. I'm a VB 6 programmer and learning everything again has been challenging. I managed to write a code using some tips from a book I ...
Score Which collection object to use similar to SortedList\Hashtable
Kiran - 16 Feb 2006 6:25 PM - 4 messages
Hi, I need to store two columns of values in an object after getting the same from a dataset\similar object. 1. I need to sort this data at one place, so I use sortedlist here. 2. In another place, I just need to store the data and pass it to a ...
Score converting Date to long
Brian Shafer - 16 Feb 2006 6:21 PM - 3 messages
In vb 6 i had a something like result = CLng(UserDate) - CLng(MyDate) in vb.net I get an error "Value of tyep 'Date' cannot be converted to 'Long'. How do i get around this? ...
Score Reference to a variable
Rob Nicholson - 16 Feb 2006 6:09 PM - 7 messages
How do you handle references to a variable in VB.NET? Consider something like this: Public Class MyClass     Private m_Widget As MyWidget End Class I realise that if you do something like: m_Widget = New MyWidget The m_Widget holds a reference to the new MyWidget object. If you then do ...
Score Context Menu
tm - 16 Feb 2006 5:30 PM - 2 messages
I have added a ContextMenuStrip to my form and assigned several controls to it. My question is how can I retrieve the menu item that has been clicked with in the ContextMenuStrip1_Click event and also how do I find the calling control that clicked the menu item? ...
Score need help on DateDiff function!
Learner - 16 Feb 2006 5:03 PM - 6 messages
Hi ,    I am trying to use DateDiff to get the date after subtracting 60 days from today. Please help thanks -L ...
Score by default, public or private?
prefersgolfing - 16 Feb 2006 4:35 PM - 12 messages
I'm trying to find on MSDN, or someplace, that speaks to variables being public or private by default. Anyone know where? Thanks. ...
Score IFrame With DataView
Brian Shafer - 16 Feb 2006 4:27 PM - 2 messages
Hi, I am creating a web app, and using a dataview.  I want to be able to put an iframe on around the dataview.  How do I do this? Brian ...
Score Getting current user name
Steve Enzer - 16 Feb 2006 4:09 PM - 14 messages
How can I get the login name of the user currently logged into Windows as a string? Thanks, Steve Enzer ...
Score Getting Color Depth / Quality of display adpater / screen
hayworth@hotmail.com - 16 Feb 2006 4:07 PM - 6 messages
How do I get the color depth of the screen/display adapter with vb.net 2003? Background: We're having transparency problems (long side story and known Windows "bug") that requires our systems to have the Color Depth or "Color Quality" (bits per pixel) of the display adapter (screen) to ...
Score Property of List of Classes
zacks - 16 Feb 2006 3:44 PM - 3 messages
I asked this question before but got no responses. Let me rephrase the question. I have a class that as a property defined as a list of classes. Public Class ClassA Public Property Prop1 as List(of ClassB) In a code segment, I can add an instance of ClassB to the Prop1 ...
Score Treeview,
Marc R. - 16 Feb 2006 3:28 PM - 7 messages
Hi all, newbie one again. In a treeview how can I get the selected one to still be "reverse"  (as Selected) went control lose focus ? That Will help me to see on which record I work ! Marc R. ...
Score Is it possible to have different columns of a datagrid bound to different datatables?
Thomas Beyerlein - 16 Feb 2006 2:57 PM - 3 messages
Is it possible to have different columns of a datagrid bound to different datatables? I am working on a project and the specks have suddenly changed. Now a item can have multiple reports/ versions assigned to it. But they like ...
Score TripleDES class - Suggestions Requested.
d4v3y0rk@gmail.com - 16 Feb 2006 11:51 AM - 2 messages
i have a class i found/wrote (meaning i found it originally and tinkered with it to make it mine) and i would like some suggestions on how to make it better. i am looking for things i need to add, ...
Score Transparent Label
Martin - 16 Feb 2006 11:32 AM - 3 messages
I've been complaing about the VB2005 Help-Information (or rather the lack of it) before, but when I was looking how to set the backstyle of a label control to "Transparent" I found that the VB2005 documentation has reached ...
Score Can't WaitHandle.WaitAll in an STAThread ?
Larry Lard - 16 Feb 2006 10:43 AM - 2 messages
[the xpost is justifiable, I think] Just now I translated Jon Skeet's WaitHandle.WaitAny / .WaitAll (<[link]) from C# into VB.NET, and after the first go I ran into trouble: ...
Score Transparent splash screen
JJ - 16 Feb 2006 10:32 AM - 4 messages
I remember reading somewhere that transparent forms will not display correctly on some systems. The Microsoft help says the about the opacity setting: "Windows 2000, Windows Server 2003 family Platform Note:  This property has no effect on platforms that cannot display layered windows." ...
Score How is it possible ...
Alison Givens - 16 Feb 2006 9:21 AM - 14 messages
....... that nobody knows the answer. I can't imagine that I am the only one that uses parameters in CR. So, my question again: I have the following problem. (VB.NET 2003 with CR) I have a report with a multiple-value discrete value and a rangevalue. ...
Score Determine disabled status
James - 16 Feb 2006 9:08 AM - 3 messages
vb.net 2003 i read the msdn documentation on Const ADS_UF_ACCOUNTDISABLE = &H2 how do i use the above to determine whether my account is disabled ? The following does not work. select case userAccountControl     case ADS_UF_ACCOUNTDISABLE         console.write ("account is disable") ...
Score VB.NET : Show print dialog before printing Word object
rija - 16 Feb 2006 8:28 AM - 2 messages
Hi all, I would like to know how can I do to display print dialog so that the user can choose printer when printing word document object. Basically, I download rtf document on the HD and open it with VB.NET ...
Score Edanmo Shell Extension: How to Install it?
Pieter - 16 Feb 2006 8:07 AM - 7 messages
Hi, I'm trying to use the Edanmo Shell Extension Library ([link]) to make a Context Menu in the Windows Explorer with VB.NET 2005. It seems realy easy ...
Score Compiling Dependancies into a .NET APP???
Jason Myers - 16 Feb 2006 7:21 AM - 3 messages
Hi I've just wtritten a desktop app using VB.NET 2005 Express Edittion. It makes use of the MS Word 10 Com Components, andsome ZIP libraries that I have. I need the appropriate DLL's to be built into the solution so that ...
Score Problem with Excel.Application.Workbooks.Open()
Arunabh - 16 Feb 2006 7:08 AM - 2 messages
Hi I try uploading an excel in one of my ASP.NET application where I uplopad data from excel. I find the application works fine, as a whole but when I try to upload one particular excel, the application hangs ...
Score Carriage Return and Line Feed Syntax
Captain Frog - 16 Feb 2006 4:19 AM - 5 messages
Hi All, Could anyone tell or point me to the correct syntax for a carriage return and line feed? I've tried vocal in a fixed size array and all I get is a single line text box even though the multiline property is set to true VB ...
Score need help reading contents of a file into an array...SKYPE ME.
Jason - 15 Feb 2006 11:45 PM - 5 messages
Could anyone spare some time and try to help me out. I've got a .txt data file with a name, pin, balance seperated by commas.  I am opening the file and using Split to split it between the ,'s  I need to ...
Score Unmanaged DLL Callback - Program Unexpectedly Quits
FishingScout - 15 Feb 2006 11:18 PM - 5 messages
I am re-writing an MS VC++ 6.0 application in Visual Studio 2005 VB.NET.  In order for my new application to communicate with some hardware (an RFID reader) I need to communicate with a DLL that was ...
Score tab function in a multiline text box
amruta - 15 Feb 2006 11:06 PM - 4 messages
When Iam doing the following:                 TextBox19.Text &= objReq.Name & ControlChars.Tab                 TextBox19.Text &= objReq.Number & ControlChars.Tab ...
Score Interface creation in VB.Net 2005
John Mason - 15 Feb 2006 10:41 PM - 3 messages
Is it me or has the way interfaces created changed in VB 2005? I have to create a class file and then create the Interface within that, e.g.: to create an Interface called IOrders, I create a class file called ...
Score Moving Rectangle within a PictureBox Control
fripper - 15 Feb 2006 10:40 PM - 5 messages
I am a real novice when it comes to the graphics class in VB 2005.  I have a windows app with a large picture box control with a black background ... except for a small rectangle that has an image in it.  A timer fires every ...
Score Problem using mixed-mode DLL from VB.NET
Doug Belkofer - 15 Feb 2006 9:49 PM - 3 messages
We have created a fairly complex mixed-mode DLL that we want to use from VB.NET. The mixed-mode DLL is written in C++, and does use the standard C runtime libraries. An unusual thing is happening in that when we look at ...
Score Flash (swf) in VB.net??
Tim Dixon - 15 Feb 2006 9:30 PM - 3 messages
Hi, Just a quick question... Has anyone used VB.net to play a flash file? and how is it done? All I need to do is get my VB.NET application to play a flash file until it gets to the stop command within the flash file ...
Score Multi Line Text box
amruta - 15 Feb 2006 9:17 PM - 2 messages
I need to write something like this in the multi line text box dynamically as the value is obtained. how can i do it example: abce         1232        qwert      asdfg     qwqw ...
Score Imports at file level vs Project level
Alec MacLean - 15 Feb 2006 9:01 PM - 2 messages
Hi all, Can anyone tell me if there is any functional difference between declaring an Imports at the individual file level compared with doing it once on the project properties? ( - Other than the scope of the declaration) Thx. Al ...
Score .NET 2.0 DataGridView
dm1608 - 15 Feb 2006 8:58 PM - 4 messages
Hello, I'm manually populating a DataGridView instead of using Data Binding. How can I clear the contents of all the rows and/or header quickly?  My current method is to loop thru the grid backwards and delete each row ...
Score Windowed command prompt AX component in VB6 ?
Marc - 15 Feb 2006 8:53 PM - 2 messages
Is there an ActiveX object that exists that would allow a legacy MS-DOS program to run in a "windowed" state, but from within a form ?  I have found a number of utilities that allow VB to modify the "shell" ...
Score Com+ and asp.net?
Dav - 15 Feb 2006 7:43 PM - 5 messages
these com+ objects to .NET (VB.NET) do I still need MTS or does the ..NET framework handle the object pooling and other features of MTS? So, instead of a bunch of COM+ objects on MTS that my asp.net can ...
Score array - how do you get the number of dimensions?
Mad Scientist Jr - 15 Feb 2006 7:08 PM - 12 messages
I want to check that an array passed in has a certain number of dimensions - is there a way to check for this in framework 1.1 ? ...
Score Barcode Reader Application -- HELP
neilphan@gmail.com - 15 Feb 2006 6:54 PM - 6 messages
Hi all, I have an application that uses input from a barcode reader via a USB port.   My application works fine only if the application HAS FOCUS. If the user opens up another application (not mines) such as ...
Score Connection Properties Dialog Box?
DaveS - 15 Feb 2006 6:52 PM - 2 messages
Hi!  I am creating a Windows app in VS2005 which will allow the user to choose from different SQL data sources.  I could hardcode a selection of connection strings, but I'd rather not (in case a new database is ...
Score Lost Toolbox pin, how to autohide?
John - 15 Feb 2006 6:36 PM - 2 messages
I pinned the toolbox window down and moved it around, right clicked and selected "Tabbed document" and changed it back to "Dockable". While attempting to move it back to the left side, it did not want to snap back and dock there. It also lost the pin. It simply "sits" there! Autohide ...
Score Opening word with Process.start
Thomas Beyerlein - 15 Feb 2006 6:21 PM - 2 messages
I am trying to open word with process.start but when it opens word it give me a error that says: Word experienced an error Try suggestions: * check the file permissions * Make sure there is sufficient free memory * Open the file with the text recovery ...
Score Resize problem (in IDE)
Galen Somerville - 15 Feb 2006 6:11 PM - 8 messages
My original program was targetted to Win98 when 800 x 600 was popular. Now converted to VB2005 pro and minimum will be 1024 x 768. I know about the autoresizing at run time but I want the form designer to be ...
Score DimeAttachment save to disk
Lee Blue - 15 Feb 2006 5:31 PM - 4 messages
I've been having difficulty in finding a good example of how to save a DimeAttachment out to disk in VB.Net. I've got past getting the attachment into my <WebMethod> from a VB6 Soap Client using the low level API. Now it's ...
Score split a string into an arraylist?
Mad Scientist Jr - 15 Feb 2006 5:30 PM - 3 messages
If I try splitting a string into an arraylist         Dim arrList As New ArrayList         arrList = Split("a,b,c", ",") I get this error: Value of type '1-dimensional array of String' cannot ...
Score New bee:How do i make an .exe file in VS 2005?
Learner - 15 Feb 2006 5:29 PM - 4 messages
Hi there,   Ours is an automotive inspection business. All our inspectors inspect the vehicles and took picures as need and upload them to the webserver from where every body will have access to these pictures on the web.   As pictures are bieng added on to the webserver onto the webserver ...
Score Windows Services works for years/months/weeks, then chokes
Trevor - 15 Feb 2006 4:09 PM - 4 messages
This is driving us mad - please help! Back in 2003, I coded a Windows Service in VB.NET for framework v1.1.4322. I deployed it in Nov. 2003, and it worked fine until the end of May 2005, when it choked (see below).  We restarted it, and it worked fine for another ...
Score Using a Structure in a Class
Ren - 15 Feb 2006 3:49 PM - 4 messages
Hi all, I'm still rather new to .NET so I hope you'll bear with me as I try and explain my question. I am writing an ASP.NET application using VB.NET.  I am accessing a web method ...
Score Broken References
Bill Schanks - 15 Feb 2006 3:37 PM - 8 messages
I created an Excel Automation Windows Application (VB.Net 2003) and it works on the development machine fine. However when I run it on another machine I get this error: System.IO.FileNotFoundException: File or assembly name Microsoft.Office.Interop.Excel, or one of its dependencies, was not ...
Score Zoom in Cephalometric system
Ricardo Furtado - 15 Feb 2006 3:09 PM - 2 messages
I've been with a problem for about two months and i've bought books and search the internet for an explanation, and haven't found one. I'm developing a cephalometric software, that needs to capture an image from ...
Score Illegal characters in path
al jones - 15 Feb 2006 2:46 PM - 2 messages
As a learning exercise in VS 2005 - BASIC, I'm working on a program which may be run on any of the (hopefully) later versions of Windows - assume 98 - XP. Is there a quick / dirty way to determine which is the invalid character in ...
Score Problems with Excel Object Library
Sergio Gallardo Contreras - 15 Feb 2006 2:28 PM - 2 messages
Hi, I´m using Microsoft Excel 11.0 Object Library in an ASP.NET web application to generate a XLS file. It works fine but sometimes the EXCEL.EXE process remains in the computer, and when I try to kill it, ...
Score Count lines in multi-line textbox
zoneal - 15 Feb 2006 2:07 PM - 5 messages
I have a multi line textbox with word wrap enabled. Is it possible to write code to check if the text of the textbox has continued into the next line and then count the amount of lines? If not possible in a textbox is it possible in a richtextbox? ...
Score Can't Figure Out Correct Syntax
Wayne Wengert - 15 Feb 2006 2:03 PM - 3 messages
I am trying to code a Sub to store some custom values in a profile for a new user registration (ASP.NET 2.0 environment). I copied the basic code from an example I found in a great article ([link] ) but one of ...
Score check point inside "cirkle" (basketball)
Peter Proost - 15 Feb 2006 1:48 PM - 4 messages
Hi group, I've got this bit of code (see below) which draws a basketball field in a picturebox (width:198, height:368) but now I was wondering what would be the easiest way to check inside the picturebox mouseup event if I clicked inside or outside the 3point area, ...
Next » 2 3 4 5 6 7 8 9 10