microsoft.public.dotnet.languages.vb Archive - June 2004
Post a message to this list
Messages
Page: 1234567891011121314151617181920
2122232425262728293031
Positioning of forms at runtime (5 replies)
microsoft.public.dotnet.languages.vb
Hello, I have a form with a single button on it. I want to press the button and have another form popup either to the left/right/top/bottom, the position depending on where the button is positioned (ie if I've moved the parent form right down to the bottom of the screen, I don't want to display my new form below it as no one could see it, I'd want to display it above and to the left es this is eff...
API Calls and Marshalling (3 replies)
microsoft.public.dotnet.languages.vb
I need help on passing the MIDIOUTCAPS structure with vb.net. First, passing that structure byval (as the originall declaration) fills no data in the structure. Second, passing it byref, fills most of the data but the szPname and sometimes crashes the program. I know I probably need some kind of marshalling, but i have no idea of how. Could anyone help me? Thank your very much.
writeXmlSchema to MS-Access (3 replies)
microsoft.public.dotnet.languages.vb
Hi, I would like to know how should I proceed for the following I got a dataset and datatable from SQL database displayed in a datagrid How do I create a Table now in MS Access base on my Table displayed Like I want to export this datagrid table design and data to an ms access database I will have previously create a blank database in my bin folder Thank for your help. Nicolas
setting Icon for usercontrol (2 replies, VIP)
microsoft.public.dotnet.languages.vb
I am developing a usercontrol... how do I set a Icon for it..? the property in Project Proeprties in greyed out.. VJ
Are there two ways to do a carrage return...? (6 replies, VIP)
microsoft.public.dotnet.languages.vb
Recieving data from an IRC server the controlchars.newline works to seperate some pieces of data into their own lines. However it doesnt always work and some whole pices of dat are LEFT OUT of the string array. is there a known bug in the split function, or are there two ways to do carrage returns? (new lines)
How do I add a column of buttons to a bound DataGrid control? (5 replies)
microsoft.public.dotnet.languages.vb
I have been trying to do this for hours with only limited success. I have no idea why MS makes something that should be so straight forward a real pain. Can anyone point me in the right direction?
Catching "Came from Row" on a RowChange in Datagrid? (2 replies)
microsoft.public.dotnet.languages.vb
I need to capture some sort of a rowchange (or datasource row change) and what I need in that Event is info from the row I came from not the row I'm changing to... a tricky for me.. I have no idea of what Object I should be looking for events for. Best Regards /Lars
.NET Application Updater Component: how to handle an OCX? (4 replies)
microsoft.public.dotnet.languages.vb
Hi, I have an VB.NET application that uses an OCX for some control. I integrated the application with the .NET Application Updater Component (http://windowsforms.net/articles/appupdater.aspx) to copy automaticly new versions of the application to the clients. The problem is: it copies the OCX, but the OCX isn't registered. Everything works fine until the the directory of the old version is deleted...
How to Split a XML file to multiple small XML Files (2 replies)
microsoft.public.dotnet.languages.vb
Hello, I am trying to split a XML file to multiple small xml files in vb.net and am trying to get the best possible approach to this. Any help on this will be great... Sample example on what I am trying to do... Any help on this will help me a lot. Thank you KB Source XML document ?xml version "1.0" standalone "yes"? SynchronizationObjectsDocument ApplicationArea DocId dea9593b 4c60 4c1a ab7f 004a...
vb.net to c# (6 replies, VIP)
microsoft.public.dotnet.languages.vb
TDHelp.Text " a href # span style ""CURSOR: hand"" onClick ""window.external.AddFavorite('" & HDLabBBS.Forum Info(1) & "', '" & HDLabBBS.Forum Info(0) & "')"" souchang /span /a br a href ""mailto:" & HDLabBBS.Forum Info(5) & """ lianxi /a br a href ""boardhelp.aspx?boardid " & HDLabBBS.BoardID & """ help /a " Could somebody help me convert it, Please. vb.net to c# thx From: loveThGame HB Posted by...
How to run this when the button is pressed? (2 replies)
microsoft.public.dotnet.languages.vb
Hello, I am working in ASP.net / VB with Access Database. i have a Multipage in my web site with the Submit button as the last button. When the Submit button is pressed i want the form values to be added to a database and sent by email. 1. I have the code which submits the form values to the database. (See at end) 2. I have the script which sends the email using AspNetMail (See at end) 3. I have t...
Deployment question (5 replies)
microsoft.public.dotnet.languages.vb
I have a non web VB.net applicaiton that I have written. I have written it on a client machine of a local area network. The solution is on the local hard drive of this client machine with the back end database (SQL Server) on the file server of the network. How do I now make this applicaiton available to other machines on the local area network? There are about 10 other machines all running XP wit...
Theory question (3 replies)
microsoft.public.dotnet.languages.vb
Can anyone tell me why (not accusing .Net, just wondering) if I make a property on a form Public, then inherit from that form, then I can see the property in the form's property window (good), but if I make the property protected, I can't (bad)? I'm trying to see the logic in that...and I haven't found it yet. Matt
Will VB.NET Whidbey has a break statement? (2 replies, VIP)
microsoft.public.dotnet.languages.vb
I am in dire need of a break statement in VB.NET language. I have several pieces of code that would have much cleaner look and much less deeper if/else/endif nests IF VB.NET HAS A BREAK STATEMENT OR SOMETHING SIMILAR. Will VB.NET has a break statement in the coming Whidbey release?
How to use the "SendMessage" function? (2 replies)
microsoft.public.dotnet.languages.vb
In order to use "sendMessage" of "findwindowex" functions , think "user32.lib" must be declared. but In vb.net , i can only reference .dll 's. how am i going to user these functions , or similer functions in .net?
How to run this when the button is pressed? (5 replies, VIP)
microsoft.public.dotnet.languages.vb
Did alreayd someone said that your time was wrong today?
Horizontal Gray line in menu? (4 replies, VIP)
microsoft.public.dotnet.languages.vb
How do I add a horizontal gray line in the menu to separate differenet "logic" parts of the menu.. I for exampel want a line just over my Close option on the file menu! regards/ Lars
Module or Code file ? (4 replies, VIP)
microsoft.public.dotnet.languages.vb
I want to write a program with many sub method. for example, 1)method :company search(code) which return name,addresss...etc 2)method:currency(code) which return the current exchange rate....etc ..... manys Should I write it use module ??? or in code file ?? What is the difference about it ? Thanks From Agnes
Handling Enumerations (2 replies, VIP)
microsoft.public.dotnet.languages.vb
Enumerations are pretty useful. But the one recurring problem I have had with using them is the inevitably, the list of options being enumerated grows. Then the program has to be recompiled to account for the new options. For cases like this where the list of options can change over time, is there an alternative to the enumeration that captures the same functionality? Thanks, Joe
Coolbar in VB.Net? (3 replies, VIP)
microsoft.public.dotnet.languages.vb
Is it possible to use a Coolbar in VB.Net? I've added the control to my toolbox, and onto my form, but I can't put a Picturebox or Panel into the Coolbar. The Coolbar requires some kind of container in each band. I'm assuming that this is because the Coolbar is an old ActiveX control and the Picturebox and Panel are newer DotNet components. Is there a DotNet equivelent to the Coolbar? Are there Ac...
Ask about the resource file (2 replies, VIP)
microsoft.public.dotnet.languages.vb
Hi, I would like to ask while a resource file is added to a form. Can the resource file be shared by other forms? Thanks a lot, Ray
Set a icon to a web application (15 replies, VIP)
microsoft.public.dotnet.languages.vb
Hi, I would like to set an different icon, than explorer icon, to my web application. When we visit a web page, usually in address bar appears IE icon before the address. What I want is to substitute that icon to another, like happens when we visit, for example, http://www.codeproject.com . How can I do that? Programming ASP.NET with VB.NET Thank's (if you try to help me) Hope this help you (if I ...
Multi-Lingual application (3 replies, VIP)
microsoft.public.dotnet.languages.vb
Hello, I need to support multiple languages in a product package being developed in both ASP.NET (vb.net) and WinForm .net (c#). I was wondering if there are any best practice guides, application blocks, resources, tutorials, or just general advice that someone could recommend to get me started. What is the best way to approach a multi lingual asp.net application? Same for a WinForms.Net app. Than...
TCP/IP Connections (4 replies)
microsoft.public.dotnet.languages.vb
Hi all, i'm trying to make an application that have a server component that open a socket waiting for client connection. I'm having this problem: when the execution reach the statement that put the server socket in listening (using synchronous or asyncronous communication mode), it stops and wait until happens a connection request. This way is different from the old winsock that i used in vb6, bec...
Need to include original DLL with Interop? (2 replies)
microsoft.public.dotnet.languages.vb
Hi, I have developed a VB.NET app that is referencing and using an old ActiveX component. When I add that reference to .NET, it of course generates an interop file. My question is: If I include the interop file with the application when deploying, do I need the original .dll object? For example, say I am including an old ActiveX component called OldActiveX.dll. .NET will generate an interop.OldAct...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com