|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
Paul Hadfield -
1 Apr 2006 11:26 PM - 7 messages
Hi Guys, Real simple question here I'm sure. I'm trying to display a JPEG in a picture box (VB.NET 2003). pb.Image = Image.FromFile("C:\pic.jpg") Then, later in the program I need to delete the image file from the disk. ...
Scott -
1 Apr 2006 7:14 PM - 4 messages
I know in some other languages there is a simple standard deviation function (sdev(1,2,3,4,5,etc...)). But I'm unable to find a suitable alternative for vb.net I'm assuming it's there somewhere. Can someone tell me the how to call ...
Siv -
1 Apr 2006 3:43 PM - 10 messages
Hi, I am trying to find a wrapping routine for text and not having much luck. The reason I need one is that I am producing a report where the text that was stored in the database was written into a multi-line text box, so it ...
suresh -
1 Apr 2006 2:42 PM - 6 messages
Our Team need to Develop one application In inventory. The objective is need to develop a application in VB.NET. For that i am doing SRS. While starting the SRS Customer need that application IN VB.NET and Back end ...
Allen -
1 Apr 2006 1:44 PM - 4 messages
The code below appears in my thread code. I'm unable to use WriteOnly Property because of signature unmatch. WriteOnly Property ButtonAbortFolderVisible() As Boolean' does not have the same signature as delegate 'Delegate Sub SetBooleanCallback(value As Boolean) Is there any way around that? ...
Savas Ates -
1 Apr 2006 1:37 PM - 2 messages
I created App_GlobalResources directory and I put my Resource file which is named WebResources.resx It includes one record name value Button1 isbuluyorum and other fields are empty. ...
Paul Ilacqua -
1 Apr 2006 11:55 AM - 3 messages
All, I'm using VB Express 2005 and for the life of me I cannot locate the "Last Position" right mouse button choice or menu item for when you are navigating through a large module or class. ...
Peter Eriksson -
1 Apr 2006 11:47 AM - 6 messages
I have made an application that downloads images from a website with code like this: Dim Client As WebClient = New WebClient() imageUrl = [link] Client.DownloadFile(imageUrl, dest) This works fine but the website returns a defaultimage if the image is ...
kenny -
1 Apr 2006 9:28 AM - 5 messages
I have a binary file and I want to view it completely in hex. I tried it with following code...: Private Function getHex(ByVal str As String) As String Dim enc As New UTF8Encoding ...
Simon Verona -
1 Apr 2006 9:26 AM - 5 messages
I'm a little confused I have a string that contains a number eg 11 that I want to format into a 4 character string with leading zeros ie 0011 I guess I need to use the "format" function.... ie ...
Hayato Iriumi -
1 Apr 2006 9:15 AM - 5 messages
Hello folks, I'm dynamically loading assembly by looping through types in the assembly. But I want to load the types that implements a interface. So the issue I'm having is whether I can check a type implements an ...
Rob Willaar -
1 Apr 2006 7:12 AM - 3 messages
Hi All, Like to get less code. Can i get this to work without having de default handlers. Private Sub GetDescription() Handles LB2.KeyUp, LB2.Click ...
Ori :) -
1 Apr 2006 5:10 AM - 3 messages
Hi Guys, I need to be able to perform cop/cut/paste in any textbox of the application i have focus on USING a button (not key combination). how can I invoke the ^C, ^X and ^V programatically? I tried something like: ...
John -
1 Apr 2006 4:03 AM - 8 messages
Hi We can get the current logged in user's name but is it also possible to get the default email form outlook of the currently logged-in user as well? The reason for this is that I need to email the users warnings from time to ...
TyBreaker -
1 Apr 2006 1:11 AM - 2 messages
I notice in VB 2005 that I can set a form to be double-buffered just by setting that option to true in the Form properties. I have a panel on that form but there doesn't appear to be a double-buffered property for ...
mike -
31 Mar 2006 11:21 PM - 4 messages
Hi all, I am using StreamWriter class to save string var into html file but somehow when I open the html file all formats are lost. I want to keep all formats(spaces, newline and so on)For example, I have sFunc in ...
DaveP -
31 Mar 2006 11:02 PM - 3 messages
I've got to be missing something very simple here, but I'm stumped. I have a DataGrid control on a form. The form allows search of a database and display of resulting rows in the DataGrid. ...
Vijay -
31 Mar 2006 9:12 PM - 23 messages
With the option strict On set..... Dim fs As FileStream = File.OpenRead(strFile) With fs Dim buffer(fs.Length) As Byte ' <--- Option Strict On disallows implicit conversions from 'Long' to 'Integer'. ' other stuff.. End With been a while i did VB code... can somebody help me what I am doing wrong ...
helpful sql -
31 Mar 2006 8:42 PM - 9 messages
Hi, I have 2 radio buttons on my Windows form control. The radio button's CheckedChanged event disables or enables other controls on the form based on the value of the Checked property. When the form loads, I want to check off one of the radio buttons. So I ...
James Robertson -
31 Mar 2006 7:26 PM - 2 messages
Issue is that I really do not know diddly. Copying and trying to learn as much as I can about VB and ASP2.0. Now the question I have is I created an E-Mail form the sendmail properties in the VB side are ...
SteveS -
31 Mar 2006 5:51 PM - 8 messages
I'm attempting to close EXCEL from within my VB.NET application. Using the excel object library to write data to my spreadsheet is working fine but when I try to quit application object it does not work. I know this ...
Andy G -
31 Mar 2006 5:26 PM - 4 messages
In the below snippet of code how can I write the line, else if (c.ContainsFocus) in vb? Thanks. foreach (Control c in controls) { if (c.Focused) { ...
Andreas Kammann -
31 Mar 2006 5:13 PM - 3 messages
Hi , how can i get the current memory usage of my program (like the memory usage of the task manager ) greetings ...
James Robertson -
31 Mar 2006 4:49 PM - 4 messages
I am new to the ASP and VB thing so be kind. Question I have is that I have created an ASPX web site to use as an E-Mail page. But I want to use this for a lot of users. Can I create the link on the WEB site ...
Brian Henry -
31 Mar 2006 4:27 PM - 3 messages
In programs like Hyena, you can use AD to view programs installed on systems. How could I do something like this in .NET? I know there is a directory control, but im not sure how to query AD to get the installed ...
Jonathan Smith -
31 Mar 2006 2:38 PM - 2 messages
I have the following VBScript: Const cComputerName = "SC-Mail" Const cWMINameSpace = "root/cimv2/applications/exchange" Const cWMIInstance = "ExchangeServerState" Dim ExchangeServerList Dim ExchangeServer Set ExchangeServerList = GetObject("winmgmts:{impersonationLevel=impersonate}!//" & cComputerName & "/" & cWMINameSpace).InstancesOf(cWMIInstance) For each ExchangeServer in ExchangeServerList ...
Ben -
31 Mar 2006 2:28 PM - 11 messages
Hi Im trying to get the value from a listbox, i have the below code to get the text: txtEntity.Text = ListBox1.Text But do not seem to be able to retrieve the data that i set as the value ...
Amy -
31 Mar 2006 1:12 PM - 5 messages
I have an ASP.NET (VB) routine that imports a lot of data from an Excel spreadsheet into a OleDbDataAdapter, and then into a database table. The import has been working fine until now, but my latest spreadsheet has a column ...
Joris De Groote -
31 Mar 2006 11:31 AM - 3 messages
Hi I am busy trying to create a VB.NET program. I want to give the program an argument in the shortcut I created for that program (for example: program.exe argument). Now I just can't find how I can read that argument in my VB.NET program. ...
G .Net -
31 Mar 2006 10:57 AM - 3 messages
Hi Can anybody help me with setting the allowable Max and Min date for a DatePicker? I would like to restrict the possible date selections to a given month. So for example, if I were to specify Jan 06 the datepicker could not display ...
Siv -
31 Mar 2006 10:50 AM - 7 messages
Hi, I am getting into printing with VB.NET 2005 and want to implement the usual capability that a user can select a selection of pages. I have a report that is generated by my application that if the user wants all pages will ...
Søren M. Olesen -
31 Mar 2006 10:46 AM - 4 messages
Hi I've created a Class library (myClasses.dll), and added a settings.settings to it using designer. However when I use this class library, it doesn't seem to read the settings myClasses.dll.config file, instead I just get then initial values I used ...
Chris Strug -
31 Mar 2006 9:51 AM - 5 messages
Hi, I'm working with VB 2005.net and have managed to get my head around passing values between forms by creating properties of the relevant form classes. However, say that I have a number of values which I wish to exchange (for ...
Søren M. Olesen -
31 Mar 2006 9:46 AM - 3 messages
Hi How is the settings.settings supposed to be used??? If I add it to a class library, I get a app.config file with a <applicationSettings> section, containing my settings. However if I include this class library in a web-project, it seems like I have to copy this ...
Jim Hubbard -
31 Mar 2006 8:48 AM - 10 messages
I am looking for patterns for a distributed .Net application for a small retail chain. The owner wants the stores to have access to all data (no matter which store it comes from) in real time. In the case of an internet outage, the store ...
dev.amit -
31 Mar 2006 8:42 AM - 3 messages
Hello Friends I am a new bee to the world of vb. I have an appication in the MS Access and now i have to convert it to the Vb. I am having problem creating multicolumn Listbox in the vb form. ...
M O J O -
31 Mar 2006 7:58 AM - 3 messages
Hi, I need to to get the caption of all open windows. Not only for my application, but for all running programs. I know it has something to do with Win32 EnumWindows, but I've tried some examples, but can't make it work. ...
Pieter Coucke -
31 Mar 2006 7:52 AM - 7 messages
Hi, With my VB.NET 2003 application I want to generate reports in Word 2003. I should be able to: - use eventually some template (with the header of the company etc) and ad my info to the document - be able to add an image ...
anilkoli -
31 Mar 2006 7:21 AM - 2 messages
Whether all VB.NET applications are implemented using layered approach e.g. GUI,Business layer, Data Access layer and Back-end. I come to know that at professional level, some projects are implemented by using more than four layers, in that case how ...
anilkoli -
31 Mar 2006 6:51 AM - 2 messages
When object are serialized they are stored physically in a file(e.g. XML). But if I want to deal with remote computers I have to provide details about file where object is serialized or send that file physically. Instead of serializing an object to a file I want alternative and I ...
RichG -
31 Mar 2006 5:10 AM - 10 messages
In VB 5 I could have a form named frmTest and open it with frmTest.Show Now in VB.net I have to Dim frm as New frmTest frm.show The problem is I only want one instance of frmTest open, not a new one each ...
Devlei -
31 Mar 2006 4:20 AM - 2 messages
Can anyone point me to articles that detail how to correct deployment problems to Windows 98? For example, how do I know what is supported and what is not. Any assistance will be greatly appreciated!! Dave ...
Stanley -
31 Mar 2006 4:14 AM - 3 messages
Hi all, is it possible to send raw packet in vb.net like the following: 00 50 DA B8 A2 E4 00 08 75 00 00 54 88 64 11 00 00 19 00 12 C0 21 05 07 00 10 ...
Michael Hesse -
31 Mar 2006 4:01 AM - 4 messages
Hi, I need to call a DLL. During development, I have had no problems using "Declare" statements, but in production, I don't want to hard-code the path. I would like to read the path fron an ini file and then load the DLL. Is ...
Mark Berry -
31 Mar 2006 1:53 AM - 4 messages
Hi, I'm moving from VB6 to VB 2005. Two questions: 1. One book I'm using has syntax like Dim testConnection as SqlConnection = New SqlConnection(connectionString) However, the Help for the Dim statement says, "If you use New, you do not ...
MSDN -
31 Mar 2006 1:25 AM - 3 messages
Hi, I have a folder with many different document types ( .doc, .xls, .pdf, .jpg, ..etc ) how do I print them all? I need to do this loop print next document endloop what are the ways of programmatically telling, M.S. Word for example, to ...
Bill Nguyen -
30 Mar 2006 11:41 PM - 3 messages
I need sample code to insert binary file (mappoint map file) into a varbinary column using VB.NET. Please help! Thanks Bill ...
Dustin Davis -
30 Mar 2006 11:01 PM - 5 messages
I'm hoping there is a TWAIN expert lurking here somewhere :) I'm writing a very customized application. The software will be set up in multiple location and will always have two types of scanners attached to the computer. The scanners are microfilm/fiche and a flatbed. ...
pamelafluente -
30 Mar 2006 10:27 PM - 2 messages
Hi, While for the various NET types: Boolean, Decimal, ... , String, Char, BYTE [] , I have seen them sometines appear as a result of a SELECT from a Database, I would like to ask, given a generical OLEDB connection to a database, ...
Joseph Ferris -
30 Mar 2006 10:09 PM - 3 messages
Hello, Is it possible to retrieve and set the sort order for a DataGrid control on a WinForm? I had a user request this functionality, and I can't seem to find a place to set and retrieve it from. Am I missing ...
hharry -
30 Mar 2006 9:48 PM - 2 messages
hi all i have the following class: <Serializable()> _ Public Class MVR_Inputs Public FirstName As String Public MiddleName As String Public LastName As String Public Suffix As String ...
aolson -
30 Mar 2006 9:39 PM - 6 messages
First of all i am pretty new to VB .NET as a whole so my answer may be silly as may my questions. Here is what i would like to do. I would like to open potentially multiple word documents for viewing only in a tab control. Each Word ...
Tom Bianchi -
30 Mar 2006 9:28 PM - 4 messages
Hi, I have a Panel with the AutoScroll property set to True and many TextBoxes into it, with only some of them positioned in the visible portion of the panel. Is there a Panel event that I can handle when I tab from textbox to textbox ...
Dwight -
30 Mar 2006 8:01 PM - 2 messages
The place I'm working for has a need to sort an excel spread sheet the contains data from bill of materials. The spreadsheets can be up to 60,000 records. We had a process that did it in a macro but didn't do it correctly. ...
juvi -
30 Mar 2006 7:43 PM - 3 messages
Dim myGraphics As System.Drawing.Graphics Dim buffer As Bitmap Dim fr_bm As Bitmap Dim to_bm As Bitmap Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As ...
Brian Cahill -
30 Mar 2006 7:17 PM - 5 messages
Hello, I am trying to write a function that returns two values but I can't figure out the syntax or if it's even possible. Private Function CTXScanner(ByVal mfSvr As String, ByVal xmlstr ...
Cerebrus -
30 Mar 2006 6:22 PM - 6 messages
Hi, Answer #1) I don't think you can do this, or if it is possible, it would require unnecessary code. After all, the whole point of using such an enumeration is to be able to test values using common names. Remember ...
mrmagoo -
30 Mar 2006 6:16 PM - 3 messages
Dim cn As SqlConnection = New SqlConnection("<ConnStr>") cn.Open() Dim cmd As SqlCommand = New SqlCommand("scsp_Stored_Proc", cn) cmd.CommandType = CommandType.StoredProcedure ...
Squigge -
30 Mar 2006 5:09 PM - 7 messages
Hello, I've been trying to serialize a custom object for transfer to a web services and I'm running into a lot of problems. First of all, I'm wanting to serialize the entire object, both private and public ...
helpful sql -
30 Mar 2006 5:00 PM - 10 messages
Hi all, I have a DataGridView control in my Windows Forms application. I am binding it to a DataTable in another assembly. The name of the assembly is ActivityListDALC. I want to bind my grid to ActivityListDataSet.ActivityListDataTable in this assembly. I selected this ...
Savas Ates -
30 Mar 2006 4:51 PM - 8 messages
I want to built a web page which is gonna have multiple languages. Which one is the best way ? Using a Xml file to store languages and their corresponding fields or Using a MS-SQL Database ? What do you recommend me to have best performance about multilanguage ...
Galen Somerville -
30 Mar 2006 4:36 PM - 15 messages
My current screen resolution is set to 1024 x 768. My form size always comes up as 1032 x 748. I have tried the help sample ' Retrieve the working rectangle from the Screen class ...
Bill Nguyen -
30 Mar 2006 4:30 PM - 5 messages
I converted a VB 03 app to VB 05 app successfully. It worked fine on my machine at home. I made a complete copy of the folder, copied to the machine at work and loaded the solution .SLN. I got the error "The application for project ...
Ben -
30 Mar 2006 3:35 PM - 7 messages
Hi I need to check that a mapped drive is connected before continuing some code. How can i do this? Many thanks B ...
George -
30 Mar 2006 3:11 PM - 2 messages
Hi all, I currently have a combobox that is filled with names and that works great. I am using the SelectedIndexChanged event to see when the user clicks/selects an existing entry in the combobox. When that happens, a sub is called to ...
Monty -
30 Mar 2006 2:31 PM - 8 messages
Silly question: If I return an object from a property, is it returned ByRef or ByVal? Is there a way to specify one way or the other? For instance, will the code that calls the MyObject() property below get a cMyObject as ByRef ...
Jonas -
30 Mar 2006 2:12 PM - 4 messages
Hi! I have a general error logging routine that takes a parameter of type Exception. But if I send in a SqlException, I loose all the Sql-specific information as the variable is casted to an ordinary Exception. How do I ...
cj -
30 Mar 2006 1:27 PM - 9 messages
I asked this question a couple of days ago but am just now looking at it again. I used to use the textbox gotfoucs event to have all the text in the textbox selected when it gotfocus. That doesn't seem to work in .net ...
campbellbrian2001 -
30 Mar 2006 1:25 PM - 2 messages
Thanks in advance to anyone who can tell me how to programmatically keep a user from changing a form size. I need to do this in code rather than from the properties menu. Thanks! ...
mkeggen -
30 Mar 2006 1:23 PM - 4 messages
Unfortunately due to project constraints I have to code in VB.NET of which I have little experience with. I have a C# assembly referenced which contains an object where the + and - operators have been successfully overridden and in my other C# projects the following code ...
Tim -
30 Mar 2006 12:34 PM - 10 messages
hi all If I pass a form to a sub as a parameter: eg call mysub(me) how can I call methods on that form? eg sub mysub(FRM as system.windows.forms.form) x=FRM.getxvalue() end sub ...
hulkko123 -
30 Mar 2006 11:46 AM - 6 messages
Hello people! I got a nice task, upgrading a VB 6.0 project to VB.NET. I opened VB 6.0 project file with VS.NET 2003 and a new project was created. But, of cource there were tons on errors or warnings. ...
Chris Strug -
30 Mar 2006 11:24 AM - 5 messages
Hi there, Possibly something of a simple question but I was wondering is anyone could provide a few pointers or links. Given that I have two forms, a main (frmMain) and a child (frmChild). From frmMain, I create an instance of frmChild and show() it. The child form ...
Stanley Sin -
30 Mar 2006 9:07 AM - 5 messages
Dear all , Could anyone suggest some good 3rd party grid control of visual basic.net 2005? Any free? Thanks in advance. BR, Stanley ...
briancfk -
30 Mar 2006 8:54 AM - 5 messages
I now converting vb6 code to vb.net code Let me descrip my problem first i got a Function e.g. Public Function Method1(Byval ar as object, Optional ByVal strWHFrom As String, Optional ByVal strWHTo As String) as string ...
Jonathan Smith -
30 Mar 2006 8:38 AM - 15 messages
I am trying to develop an app using ADSI. I have the following code: Dim ADSUser As IADsUser ADSUser = GetObject("LDAP://CN=jonsmith,CN=users,DC=domain,DC=com") MessageBox.Show(ADSUser.EmailAddress) ...
Richy -
30 Mar 2006 7:29 AM - 3 messages
Hi All, I am trying to create and application that when launched appears on the power bar with out launching a dialoge box. When double clicked it produces a dialogue box. I can't seem to find away to launch it just on the power ...
rj -
30 Mar 2006 6:59 AM - 7 messages
Hi All, I am kind of new to .Net. I have a web page created in Access (data access page), and i wish to view it on a form created in VB.Net. I dont want it to open in a new ...
Larry -
30 Mar 2006 3:02 AM - 19 messages
I am using VB.Net 2003, IDE. When I type a variable name that already has been Dim'd, The IDE doesn't make the variable name Capitalized, even though the variable name definition in the Dim is capitalized. VB 6 will do this. ...
gator -
30 Mar 2006 2:32 AM - 2 messages
Can anyone help with this? I need to be able to get the UNC from a path such as: "q:\anyfolder\anotherfolder\" ... returns the full UNC path on a LAN There are several examples in this group but none of them work ...
J. Clay -
30 Mar 2006 12:34 AM - 3 messages
Developing in VS 2005 I have WinForm app that utilizes several class objects and is databound to a couple of objects. One of the classes uses a timer to query an in memory database every second for changes (Calls from an external application). ...
philip -
29 Mar 2006 11:42 PM - 3 messages
I use a WebControl on my form, and I write some Html Code to show some data of my Access Database. I prefer use WebControl than FlowLayoutPanel, because the first is faster. After writing HTML string, I send the string to the property DocumentText of ...
mrmagoo -
29 Mar 2006 11:34 PM - 2 messages
Is it possible to view enum values in the order that I have defined them? Public Enum Size Small Medium Large Biggest End Enum I love Enums because they make my life easier, but, because they are ...
Dustin Davis -
29 Mar 2006 11:00 PM - 6 messages
This might be a pipe dream, but here goes... I'm writing an application many users will be working on and saving files to USB flash drives. When they click the save button, I would like to have the default save path be the flash drive, if one exists. The ...
mrmagoo -
29 Mar 2006 10:32 PM - 3 messages
How do I stick an list item from a combobox into the text property of it? Let's say I want the first item in the combobox list to display. With cbo If .Items.Count = 1 then ' Display that item in the combo ...
dave m -
29 Mar 2006 10:11 PM - 10 messages
I have a small application that launches an application via the shell function when a listening socket receives data from another PC. This works fine using a WinForms environment. However, I want this listing app to run in the background as a service. ...
L0rd DarkF0rce -
29 Mar 2006 10:04 PM - 4 messages
I have an application that basically runs a timer and when it expires it logs the user out, if the X button is clicked (Form.Close) the user is logged out, but if I open TaskManager and go to the Processes tab and select ...
Bill Nguyen -
29 Mar 2006 10:01 PM - 3 messages
I receive data in an XML file with the following date/time format. While I can parse the date & time using string function, I would like to know if this is some sort of datetime in SQLserver that I can use directly: ...
vsr -
29 Mar 2006 9:23 PM - 8 messages
I am calling one Method in Common class from different classes and i want to know from which object the call is coming from.. is there any way? ...
TyBreaker -
29 Mar 2006 9:01 PM - 4 messages
Hi, I'm iterating through the folders on my system and am getting an exception with "System Volume Information". Obviously it's a region I'm not supposed to access so I'm trying to filter it out by checking for ...
George -
29 Mar 2006 8:24 PM - 5 messages
Hi all, I am having trouble with updating my data in an Access database. here is my code: Imports System.Data.OleDb Dim AppPath As String = Mid(Application.ExecutablePath, 1, Len(Application.ExecutablePath) - 14) Dim strConn As String = "Provider=Microsoft.JET.OLEDB.4.0;Data Source = ...
kafi -
29 Mar 2006 6:02 PM - 3 messages
Hi All; I am trying to find a way to make my locked control more visible on a web form. When I lock a control and display it on a web form (ASP.NET) the control is barely visible and it is hard for users to see it. Is there a way to make the ...
jwray -
29 Mar 2006 5:50 PM - 3 messages
Hello All, I am migrating some scripts to .NET. This has been a learning experience to say the least. The whole script pull a list of computers through an LDAP call to AD. It then writes the computer names to a file. The file is then read, pings the ...
Jim Fox -
29 Mar 2006 5:45 PM - 2 messages
I have an .MHT file which I would like to display in a WebBrowser control. This should be pretty simple, since I can open the MHT file in IE without a problem. However, I cannot seem to find a way to do this with the control. ...
Smile -
29 Mar 2006 5:38 PM - 3 messages
Hi Friends, I have just started to write an application using VB 2003. The application has 5 modules and I created 5 projects for them. I created a frmLogin in Project A, after the user logined, how can I ...
Jameson King -
29 Mar 2006 5:07 PM - 2 messages
We know that MS has a reliable way of getting thumbnails of webpages because of IE7. If they are not going to include it in the dotnet framework they should at least tell us the API call(s). ...
Brian Henry -
29 Mar 2006 4:53 PM - 2 messages
Does .NET have any existing classes for things like soundex? SQL Server already has this built in, does .NET also? or will I have to code it? I already have the algorithm. ...
helpful sql -
29 Mar 2006 3:57 PM - 4 messages
Hi, I am working on an app that will display the list of all scheduled call records in our database to the users. All users of the application will see the same list of call records and will select any record and try to call the ...
valeria.audivert -
29 Mar 2006 3:41 PM - 2 messages
I'm trying to implement a Calendar control using the OnDayRender to get event information from an XML file. For the days that have special events, I'd like to make the day bold red and show a tooltip with the ...
Instance of derived class does not show public methods or properties that are not in the inherited c
Next » 2 3 4 5 6 7 8 9 10 |
|||||||||||||||||||||||