|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
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 :) ...
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. ...
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 ...
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 ...
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 ...
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 ...
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 ...
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} ...
Andy B. -
3 Jun 2010 12:29 PM - 3 messages
What exactly does option strict do and what is the best setting for it? ...
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. ...
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 :) ...
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) ...
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 ...
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 ...
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 ...
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 ...
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 ? ...
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 ...
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? ...
-
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 ...
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 ...
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 ...
|
|||||||||||||||||||||||