Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score TreeNode - find the keys of the node.
Mr. X. - 5 Jun 2010 12:18 PM - 2 messages
How can I search a treenode, and get the a specific key & value of the current searched node. Thanks :) ...
Score Image index.
Mr. X. - 5 Jun 2010 10:52 AM - 2 messages
Hello. I want to use imagelist. The nodes on the image list has connected to an itemlist, which I have added some pictures on it. On runtime - everytime I select a specific node, the image is changed to : imageIndex. I cannot see a way to avoid that situation. ...
Score Final Color of cell in DataGridView
DIOS - 4 Jun 2010 6:58 PM - 5 messages
VB2005 - I have a DataGridView with cells of various background colors set with various methods. In the end I want to determine a color for an individual cell, ie what the user sees. According to MSDN there is a hierarchy of how the cell gets colored. Is there one function that ...
Score User ID and Logon for Database
BGCSOCAL - 4 Jun 2010 6:41 PM - 2 messages
I am thinking of changing a very old program so that the user now has to enter a user ID and password. My VB skills are really beginner level. Can someone suggest a good article on how to do this, preferably with code ...
Score Simple Deploy Question
BGCSOCAL - 4 Jun 2010 6:40 PM - 3 messages
I just had to amend a many year old program, including converting it to VB2005. It seems to be working and now I want to create a release package so the users can install it. VS2005 is way different. I tried looking through ...
Score How to find Visual Basic version of an exe file
K - 4 Jun 2010 7:31 AM - 5 messages
I have an application lunch exe file.  Is there way that I can find out that in which Visual Basic version this application been designed or made.  I have found few sultions from internet but they only give ...
Score What replaces this group?
Harry Strybos - 3 Jun 2010 9:42 PM - 5 messages
Hi All Sad to see this group fold up. After considerable pain I managed to get the NNTP Bridge work.... What is the equivalent of this group. Currently I can see Msdn.en-US.vbgeneral and Msdn.en-US.vblanguage ...
Score pass array as a function parameter
DIOS - 3 Jun 2010 4:16 PM - 4 messages
In VB2005 I have a function that takes an array of integers Private Sub MyGroups(ByVal grpVals() As Integer)     'blah End Sub I can call the function no problem with two variables Dim myvals() As Integer = {var1, var2} ...
Score option strict?
Andy B. - 3 Jun 2010 12:29 PM - 3 messages
What exactly does option strict do and what is the best setting for it? ...
Score Good bye...
Armin Zingler - 3 Jun 2010 10:44 AM - 7 messages
The impacts are coming closer.... More and more groups are dieing.... So, good bye fellows! Was a long and interesting time. I've learned a lot! Thank you all for the discussions and support - and for the questions also. :-) Put a "_" between the "no" and "spam" if you want to write me a mail. ...
Score Binding to a column that is integer.
Mr. X. - 2 Jun 2010 10:48 PM - 4 messages
Hello. I am binding a TextBox to an integer column. The textbox cannot have empty value, even the column can assign to null. How can I force empty value on the textBox, that is of integer type (not zero). Thanks :) ...
Score Help converting a vb6 function to vbnet.
Sara - 2 Jun 2010 2:10 AM - 5 messages
Hello, I am new to vbnet and have only worked with text files thus far. I've converted the ENC() & Encode() calls from this function already. Any help would be much appreciated. ========= Private Sub uuencode(ByVal filename1 As String, ByVal filename2 As String) ...
Score Enable Visual Styles after application has started
JB - 1 Jun 2010 9:55 PM - 6 messages
Hi All, I want to dynamically change the Application.EnableVisualStyles flag. I have an application that uses a startup form (.Net Framework 2.0) and if I set the EnableVisualStyles in the Application.Startup event it doesn't work. The only way it works is if I set this flag at design time in the ...
Score Calling unmanaged C dll from managed code
Dennis - 1 Jun 2010 9:10 PM - 2 messages
Can someone point me to a good tutorial on how to call an unmanaged C dll from managed code? I am experimenting with using libiptcdata from a VB.Net project. libiptcdata comes with the source code if that makes any ...
Score vb.net share data
aaron - 1 Jun 2010 1:14 PM - 6 messages
Since I am new to vb.net 2008, I have the following question to ask:   Since a solution (.sln file) can have several projects in it, can one project file work with another project file? In other words, can 'object a' in 'project ...
Score Passing Values between forms
Robbie - 1 Jun 2010 2:09 AM - 7 messages
Hi, I have a "keyboard" form that I would like to reuse through out my application... Let's say in Form1 I have a text box or property I want to populate... I want to be able to call the "FormKeyboard" which has a textbox that gets ...
Score Add new event manually to a control of mine.
Mr. X. - 31 May 2010 5:31 PM - 3 messages
Hello. I want to make a new event manually to a control of mine. I overrided the control : DataGridView, and want to add a new event (and also call the event on some of my methods). How can I do the above ? ...
Score Convert from network name to ip address
Roidy - 31 May 2010 12:56 PM - 7 messages
I have a function that reads a file but fails if I pass it a network device name instead of an ip address eg:- ReadFunction("\\NAS\Myfolder\Myfile.txt")  <--- Fails ReadFunction("\\192.168.2.2\Myfolder\Myfile.txt")  <--- Works ...
Score How do I copy file from resources to C:\Notes?
Mark B - 31 May 2010 2:59 AM - 4 messages
How do I programmatically copy SpecialNote.txt from my VB.NET app's project resources to C:\Notes\ on user's PC at runtime? ...
Score make a dll
- 31 May 2010 12:45 AM - 2 messages
Hi Stupid question I am sure, but is it possible to still make dll's in vb.net 2008??? And when the dll is compilied is it just a case of copying the dll tothe client pc or do Ij have to have like an installation setup project to ...
Score Disable a Textbox default context menu
Roidy - 30 May 2010 7:44 PM - 3 messages
How do I disable the default contextmenu on a Textbox? I want a user to be able to right click a textbox and have an action happen but even if I set the contextmenustrip property for the textbox to (none) I still get the ...
Score Print from console application
Frank GTL - 30 May 2010 12:04 PM - 3 messages
Hi I am trying to make my program send a page to a printer from my console application. I want to print the content of a string variable. I have tried the following to print from a text file: Dim myPrint as New PrintDocument ...
Next » 2 3 4 5 6 7 8 9 10