Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
all groups > vb.net > january 2004 > threads for wednesday january 28

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Stuck... what the Syntax of doing...
Posted by eff_kay at 1/28/2004 11:51:10 PM
Hi Can somebody please tell me a simple thingy? How can I declare Indexers in VB .NET ??? MSDN comes up with C# topics indtead of VB thought I have filtered !! Its like ten thousan spoons when I need a knife!! Thanks and have a nice and productive day! mEEE...more >>


ComboBox & AddNew problem
Posted by Mika M at 1/28/2004 10:47:41 PM
Hello! I have Windows Forms application form containing TextBoxes, six ComboBoxes, and DataGrid for details. I have created DataSet with needed tables, and created relations between tables, and bound controls to datatables. Everything is working almost fine including saving data, but when I ...more >>

Breakpoints ??
Posted by fred at 1/28/2004 9:47:09 PM
What has happened to my breakpoints? Whenever I start my application from the IDE in Visual Studio then all of the breakpoints show a "?" and a comment says "The breakpoint will not currently be hit. No symbols have been loaded for this document." Needless to say the program does not stop at the...more >>

VB.NET & *.XLS
Posted by DzemoT. at 1/28/2004 9:41:50 PM
How can I read Excel files with VB.NET? Reply's to mail Thx ...more >>

VB.NET & Upload
Posted by DzemoT. at 1/28/2004 9:41:17 PM
How can I Upload File to ftp server with VB.NET? Replay's to mail Thx ...more >>

Running a client-server interaction program
Posted by Webster at 1/28/2004 9:04:59 PM
Hello, What's the best way to run a client-server interaction using some standardized protocol such as nntp?? That is, should you run a thread that just does a receive loop from the server so that if the server sends anything, it will be received? Or what about if everytime you send data, th...more >>

best way to tell if a queue has items added to it while executeing
Posted by Brian Henry at 1/28/2004 8:25:55 PM
I need to have an app that will have a queue, but sit dormant until something is placed in that queue, when it realizes the queue has items waiting start executeing the processes for thoes items... whats the best way to do this? I tried do loops and some attempts at threats for this... do lo...more >>

DataGrid n PostBack Problems
Posted by Shahram Khosraviani at 1/28/2004 8:21:41 PM
hi, I fire an method to the fetch the user information only once, which I do it like if not ispostback then validateuser() End if Now, there is a datagrid in the same page, ...... <Columns> <asp:HyperLinkColumn DataNavigateUrlField="Cert_ID" DataNavigateUrlForma...more >>



Setting the ConnectionString at StartUp
Posted by Didymus at 1/28/2004 7:59:24 PM
Hi everyone, How would I adjust the following ConnectionString to point to the applications installed path? === Provider=Microsoft.Jet.OLEDB.4.0;Password="";User ID=Admin;Data Source=SOME DRIVE\SOME DIRECTORY\THE DATABASE;Mode=Share Deny None;Extended Properties="";Jet OLEDB:System database=...more >>

access 2000 con string?
Posted by CarpetMnuncher! at 1/28/2004 7:44:35 PM
whats wrong with this ? access 2000 Set Con = Server.CreateObject("ADODB.Connection") Con.Open strCon sql = "Select uName, pword from settings WHERE uname = 'kenney"& session("site_username") & "' AND pword = 'homza"& session("site_password") & "'" set rec = Con.execute(sql) if r...more >>

Nested Classes
Posted by Bob Day at 1/28/2004 6:08:13 PM
Using VS2003, VB.NET, MSDE... I am looking at a demo program that, to my surprise, has nested classes, such as the example below. I guess it surprised me becuase you cannot have nested subs, and I am not sure why you would want nested classes anyway. Is there a URL that explains the advanta...more >>

consuming web service record set
Posted by DC Gringo at 1/28/2004 5:46:44 PM
I'm trying to consume a web service and use xslt transformation to display a simple HTML table with a record set from a SQL database. I have put together the web form using a static xml file full of data. Now I'm trying to draw the data out using a component and an xsd. With this new setup, ...more >>

Converting string to font object (VB.net) ?
Posted by Steven at 1/28/2004 5:28:08 PM
VB.NET Via the FontDialog I have retrieved a font. After saving the font (in an XML document) and retrieving it again, I have a string in the following "format"; [Font: Name=Arial, Size=9, Units=3, GdiCharSet=0, GdiVerticalFont=False] How can I convert this string (back) to a font object?...more >>

Why search help & Index help quit working?
Posted by Woody Splawn at 1/28/2004 4:57:11 PM
For reasons I have not yet identified my Help, Search and Help, Index has quit working. That is, in the VB IDE, from the Help menu, I can select Dynamic help or Contents and things work as expected. But when I select Index or Search, the tabs appear but when I click on the Search or Index tab ...more >>

Data access requirements - which version(s) of MDAC for Access on Windows 98
Posted by Jan Krouwer at 1/28/2004 4:52:40 PM
Let me rephrase a question for which I received no answer. I thought dotnet requires MDAC 2.6 or later for data access. I have a dotnet Windows app that uses Access. It won't run on Windows 98 unless I install MDAC 2.5. Does this mean I need to install both MDAC 2.5 and 2.6? Thanks, Jan ...more >>

ComboBox & XP Styles
Posted by Mika M at 1/28/2004 4:48:31 PM
Hello! I'm using VB.NET 2003 and Windows Forms application type. Question: Why ComboBoxes are not changing their arrearance to XP-Styles look althought other UI Components does when I use the following code in my Sub Main ... System.Windows.Forms.Application.EnableVisualStyles() System.W...more >>

Crystal Reports - Data missing when exporting to PDF
Posted by warlord at 1/28/2004 4:35:07 PM
In order to save typing, I've borrowed the text from a post of nearly 12 months ago.....but the problem still exists. I've been banging my head all day with this, so I'm hoping someone has some suggestions for me: I'm trying to either print or export some Crystal Reports in asp.net web appl...more >>

Controlling Acrobat
Posted by Steve Lang at 1/28/2004 4:05:34 PM
Hi All, What I want to do from a VB/VB.NET application (the steps are appropriate to Acrobat 6.0): 1. Open a specified PDF file. 2. Access the Document | Pages | Crop dialog box and change the crop values and page range to "All". 3. Access the Print Dialog and change the Page S...more >>

Deployment Mediaplayer project
Posted by Sjaakie Helderhorst at 1/28/2004 3:56:06 PM
Hi, I've been fooling around (noob) with VB.NET and put together a remote-controlled Mediaplayer-based 'server'. Had some troubles configuring interop on Windows XP with VS.NET 2003, but eventually things worked. Problem is I can't run the built output on any computer other than my own.... 'e...more >>

OpenFileDialog problem
Posted by deBeuk at 1/28/2004 3:52:09 PM
I am totally confused !! Although I am a novice in VB.NET and PDA programming, coding below appears to be correct. If OpenFiledialog1.ShowDialog.Cancel Then txtTaxcode.Text = "No selection made" Exit Sub End If If OpenFiledialog1.ShowDialog() = DialogResu...more >>

Global exception handler for windows service application
Posted by Adam J. Schaff at 1/28/2004 3:39:24 PM
I would like my windows service application to log all exceptions that occur, on any of its threads, to the windows event log. Is this possible? If so, can anyone give me an example of the necessary code? ...more >>

removing non traditional text
Posted by scorpion53061 at 1/28/2004 3:38:21 PM
This is really weird. I have provided to a client a means for which they can store text in a database and insert into a word document. Originally they entered the text into a textbox. However when they copied and pasted text in there apparently formatting symbols came over as well but they ...more >>

Sub main & application run
Posted by Bob Day at 1/28/2004 3:27:09 PM
Using VS 2003, VB.Net, MSDE... The example below from help shows that the Sub Main contains an explicit Application.Run. Is this required? Are there pros and cons of doing it this way? I have not been using application.run on my Main_Thread (i.e. sub main) and it seems to be Ok. Under wh...more >>

passing data between Dot net and Java components
Posted by jos at 1/28/2004 3:24:03 PM
Hi There, What would be suitable options to exchange data between a Dot net program and a java program? Thanks Jyotsna Sharan ...more >>

Exit multiple nested for
Posted by Crirus at 1/28/2004 3:22:20 PM
Is there any way to exit multipe for nested, instead using goto? -- Cheers, Crirus ------------------------------ If work were a good thing, the boss would take it all from you ------------------------------ ...more >>

directCast
Posted by Crirus at 1/28/2004 3:15:14 PM
Can I use DirectCast to convert a object to it's base or should I use CType? I have a instance of a class as Object. The run-time tipe is a derived of a class, but I need to refer to that instance as to the base class Ex: Class BaseCl Class DerivCl Inherits BaseCl 'R...more >>

Read Data from excel & save to recordset
Posted by Phoebe. at 1/28/2004 2:51:59 PM
Hi, Good Day! How can I read data from excel file and save them into a recordset? Can someone help? Thanks in advanced. rgds, Phoebe. ...more >>

slow listview...
Posted by Roger at 1/28/2004 2:35:41 PM
Hi, I'm trying to insert a large (12 000+) set of items into a listview and it takes forever to do it (maybe 70 sec). Currently I'm using an xpath query to find the nodes I need from a large xml doc and add each item found in a for each.... loop. Is there any way to speed things up? Rega...more >>

calculating across a row in a datagrid
Posted by coleenholley at 1/28/2004 2:33:10 PM
I have an ASP table that I need to convert to a datagrid, but I have calulations like this: row1.cell1(column1) X row1.cell2(column2) = row1.cell3(column3) I also need to get grand totals in the footer - I've found articles on how to do this in VB, so am good to go with the grand t...more >>

Newbie Splash Screen
Posted by lisahenkel NO[at]SPAM monad.net at 1/28/2004 2:24:49 PM
I'm a VB.Net Newbie who has previously used VB6. How do you make a Splash Screen with a Continue button, where the Continue button calls up the next form of the program (and then the Spash Screen disappears). In other words, how do you make a button that shows a new form, then hides itself....more >>

How Microsoft sees this newsgroup
Posted by Cor at 1/28/2004 2:08:11 PM
This are the people who are awarded for ther work in the newsgroup 2003-2004 http://mvp.support.microsoft.com/default.aspx?scid=fh;en-us;mvpaward&style=toc Except Herfried you see nobody on this list who is real active in this farmost largest developer newsgroup As Fergus Cooney once said"...more >>

Web applications, client restrictions and server requirements
Posted by Michael Dovel at 1/28/2004 1:51:14 PM
I am looking for what the server requirements and client restrictions will be for applications run from a web server using web forms. (I have not upgraded yet, am still using VB 6 Professional Ediiton). For example, in VB 6 you have either DHTML or IIS internet applications. DHTML runs on the cli...more >>

Events registered with AddHandler not firing
Posted by thiago.arrais-usenet NO[at]SPAM qualiti.com at 1/28/2004 1:46:46 PM
I am writing a VS .NET Addin and I need to create menu items (CommandBarButtons) at run-time. I can do that but the event handlers do not work. They are registered using AddHandler (wich was created for that, isn't it?), but I think I am using it wrongly, because only the last registered button ...more >>

Very Simple Problem
Posted by Merlin at 1/28/2004 1:46:22 PM
Hello All, Hope somebody wouldn`t mind helping me, i have a problem and as a newbie I don`t know where im going wrong: I keep getting the following error "An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll" on the line that says: "daPatientsIDs.Fil...more >>

Winmm Open Mixer Error...
Posted by DomLague NO[at]SPAM hotmail.com at 1/28/2004 1:45:45 PM
Hello I REALLY appreciate the help. At the moment, while I am stumbling through the Platform SDK, I am just starting at trying to open the device. Here is my declaration: Declare Function mixerOpen Lib "winmm.dll" Alias "mixerOpen" (ByVal phmx As Long, ByVal uMxId As Long, ByVal dwCallbac...more >>

how do i play .wav files in VB.Net?
Posted by gak2112 NO[at]SPAM yahoo.com at 1/28/2004 1:38:24 PM
i would like play some short wav files in my VB.net program, how would i do this? thanks gary...more >>

Console in Windows project
Posted by Jarod_24 at 1/28/2004 1:08:52 PM
I got a project called "Forms" that hold some forms and stuff in my solution. A argument at startup defines wether to use a From or Console. My plan was to create a myConsole class that would also allow my application to display a Console, but i don't seem to be allowed to do this. I don'...more >>

Threading Windows
Posted by Bob Day at 1/28/2004 12:52:49 PM
Using VS 2003, VB.NET, MSDE ... I am surprised that certain things are creating threads listed in debugging threading window (with no name or information, just the ID). For example, the opening an SQL connection creates a thread, that remains after the connection is closed. Such as the line...more >>

Any idea about how to create Addin for outlook express??
Posted by Mat at 1/28/2004 12:40:25 PM
Thanks you for help...more >>

Thread.Start in sub main
Posted by Bob Day at 1/28/2004 12:34:00 PM
Using VS 2003, VB.net , MSDE .... I am confused by the help example below. In a sub main (whether in a module or winform), do you have to explicitly start the Main_Thread, as they do in this example? If the answer is not always, when and where would you and for what reasons? I don't explici...more >>

Crystal in VB.NET
Posted by CMI at 1/28/2004 12:18:44 PM
I'm finding that this line of code works rpt.PrintOptions.PaperOrientation = CrystalDecisions.[Shared].PaperOrientation.Landscape while this line of code does not rpt.PrintOptions.PaperSource = CrystalDecisions.[Shared].PaperSource.Manual for no apparent reason. Any ideas?? Th...more >>

How to detect textbox or dropdownlist is modified
Posted by ton at 1/28/2004 11:52:49 AM
How can I detect that the user has modified the data on the page where several textboxes, checkboxes and dropdownlist exist. Ton ...more >>

Explanation of menu merging
Posted by Dave Taylor at 1/28/2004 11:39:41 AM
Is there a decent explanation of how menu merging with MDI forms work in VB.NET? I've read through the online help and it still seems that whenever I change menus around or whatever, it breaks everything. VB6, as repetitive as it was to retype menus, was at least consistent. It seems that VB.N...more >>

making a module usable by all projects
Posted by ziad dodin at 1/28/2004 11:36:29 AM
I developed a module that converts money amounts into words; this module is essential in all financial applications like cheques, invoices, bills etc. I need to know in detail how to make it callable or usable by any other project or application; how to make it usable like all built in fun...more >>

A Solution's Start Up Object
Posted by Bob Day at 1/28/2004 11:33:53 AM
Usinb VS2003, VB.net, MSDE... Is there any advantage to these three alternatives as the start up object in the solution property pages for a winform solution on a stand alone desktop? 1 - Sub Main in module that starts WinForm_Main 2 - Shared Sub Main in WinForm_Main itself 3 - Us...more >>

Byte data type usage
Posted by Crirus at 1/28/2004 11:18:08 AM
Is there a way to store a negative value in a byte data type value? I have to store values between -50 and 50 and to use int16 is waiste of space -- Cheers, Crirus ------------------------------ If work were a good thing, the boss would take it all from you --------------------...more >>

Listview set cursor position for arrows
Posted by shane_stewart NO[at]SPAM yahoo.com at 1/28/2004 11:13:54 AM
I have a text box select items in a listview as text is being typed into the text box. I get the select bar to move correctly in the Listview control. If the user presses the down or up key in the text box, I want to move to the selected item in the listview box. The down or up arrow does s...more >>

Design some shared classes that have only constant values
Posted by Crirus at 1/28/2004 10:39:55 AM
Hello again I have this issue. I need to design a game weapon. I made a base class Weapon Each weapon have: - range(max 1-16), - ToHit array of values that gives percent that should be returned by a random in order to apply damage to enemy -Power ... the damage to apply to a hitted target ...more >>

DataSets gets missing
Posted by Belee at 1/28/2004 10:26:07 AM
I develop in VB.NET and the dataset that I create gets missing. Any help?...more >>

How can I display a timer counting down to 00h:00m:00s?
Posted by Trint Smith at 1/28/2004 10:15:05 AM
I need to display a timer ticking down. Example: 11h:52m:39s to 00h:00m:00s How can I do this? Thanks, Trint .Net programmer trintsmith@hotmail.com *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!...more >>

Module vs Class Module
Posted by bradfordparks NO[at]SPAM yahoo.com at 1/28/2004 10:04:31 AM
Are there any performance or memory-usage benefits of placing public functions and subroutines in a Class Module rather than a standard module?...more >>

Sockets problem
Posted by mrpolitics at 1/28/2004 9:23:57 AM
So I'm working with PureIRCD (http://sourceforge.net/projects/pure-ircd) and everything was fine untill yesterday when the server crashed. So I did a cold restart and staretd the server back up now it's throwing this stream of errors right away. DOes anyone have any idea what they mean. I havn...more >>

Take string data (HTML) and save it as a pdf file, using vb.net.
Posted by peter NO[at]SPAM mclinn.com at 1/28/2004 9:17:28 AM
Team .Net, I'm looking for a component or anything that will alow me to take string data formated in HTML and convert it to a pdf. I have browsed throught the compnonet shopper and have not yet found a single program that will accomplish this task? Any ideas? -Peter...more >>

closing the startup project at dll file
Posted by bafidi at 1/28/2004 9:01:08 AM
have one solution 3 project in it 1. Stok 2. Muhasebe 3. Connection1 (Startup project) i have a clas in it baglan 1. project i make a dll 2. project also dll 3. exe i try to reference 3 proje to the others but its startup one so help me about 1. i am at the dll file proje...more >>

Upgrading File I/O from VB6 to VB .NET
Posted by lisahenkel NO[at]SPAM monad.net at 1/28/2004 8:49:49 AM
What kind(s) of file I/O is most portable to VB .NET? How does the VB6 version work? Because I'm upgrading old code, my current output statements in VB6 look like: Print #2, Format(dTau, JDFMT) #2 is the file, dTau is the variable, JDFMT is the format. (I have separate...more >>

Datagrid don't update corectly
Posted by Voja at 1/28/2004 8:31:08 AM
My problem is in datagrid witch don't want to update allways? Problem is : i have to select row in datagrid (witch i have added new or edit ) and than click on button (datagrid1.update (dataset)) and only then changes will update. If i make change on some data and then go to some other row changes w...more >>

How to open a file and then save it?
Posted by Tim Smith at 1/28/2004 8:31:06 AM
I have a program that I want to open a file and then save it as a different type (i.e. open a .txt file and save it as a RTF). How can I do this programatically?...more >>

Office Automation and late binding
Posted by scorpion53061 at 1/28/2004 8:15:11 AM
I am sorry for this but I am not getting an answer elsewhere so I thought I would try here. It seems the safer way to go prior to deployment is to change my early binding to late binding to prevent lots of issues occuring, especially those on Office versions other than mine. (I have 2003). suc...more >>

Using a macro OnBuild to copy files to \Bin directory
Posted by mward NO[at]SPAM topflightconcepts.com at 1/28/2004 8:13:17 AM
I need to develop a macro that upon building a project in VB.NET will copy a configuration file from the project directory to the \Bin directory. Based upon the active build configuration, the macro will determine the correct configuration file to copy and the correct \Bin directory to copy it ...more >>

referenceing in vb .net
Posted by bafidi at 1/28/2004 7:46:05 AM
i have one solutio 3 project in i 1. Stok 2. Muhasebe 3. Connection1 (Startup project) i have a clas in it baglan 1. project i make a dl 2. project also dl 3. ex i try to reference 3 proje to the other but its sturtup on plese help for making the startup project dll file...more >>

Peeking
Posted by Ot at 1/28/2004 7:40:41 AM
Suppose I have a client/server environment. The client connects to the server via a variety of ports. 1) Is there any way to monitor the packets that the client is communicating with the server? 2) Is there any way to intercept those packets and possibly change them? Forwarding same, chang...more >>

Dynamically setting textbox width
Posted by Jacques Leclerc at 1/28/2004 7:14:42 AM
What's the trick to dynamically setting the width of a textbox? In the code behind page Page_Load function I'm trying to dynamically set the width of a textbox. TextBox1.Width = "75px" I keep getting an error that the size has to be in WebControls.Units. I tried doing a CType to cast th...more >>

sort direction arrow in listview using vb.net
Posted by Mike Rayl at 1/28/2004 6:16:07 AM
Does anyone have example code for putting a direction arrow indicating the sort order of a column in a listview. I have the sorting code already for each column using icompare. I've found some code to do this with vb 6, but not with vb.net. Any help would be appreciated thanks...more >>

Custom ComboBox Problems
Posted by ross kerr at 1/28/2004 5:43:52 AM
Hi All, I am extending the combobox to create a control that selects an item based on the text the user is typing into the text area of the control. I have an issue that occurs only when i drop down the combo box as the users typing. When the on leave event is fired the value in the s...more >>

Converting a vbg to a solution
Posted by DAP at 1/28/2004 5:39:52 AM
Is there a simple procedure or tool to use to convert an existing set of vb projects (vbp)s referenced within a vbg into a .NET solution of those projects. At the present time, it appears we can create a solution and then add/convert the referenced dll vbps followed by the exe vbp. This...more >>

shift operator anomaly/ambiguity when it comes to bytes?
Posted by Markus Hahn at 1/28/2004 5:38:47 AM
While coding some binary data handling I found this IMHO strange behavior: Dim bToShift As Byte = 1 bToShift <<= 9 Console.WriteLine("and the value is {0}", bToShift) The output is "2", I expected it to be zero (outshifted bits don't come back). The rule I determined is: whateve...more >>

axWebBrowser Save As ?
Posted by Stan Sainte-Rose at 1/28/2004 5:11:47 AM
Hi, How can I save a page loaded with AxWebBrowser into a winform as an htm page ? Stan ...more >>

make a module reusable (VB.NET)
Posted by ziad dodin at 1/28/2004 4:19:44 AM
I develped a module that converts money amounts into words; this module is essential in all financial applications like cheques, invoices, bills etc. I need to know in detail how to make it callable or usable by any other project or application; how to make it usable like all built in func...more >>

How to get a passwordchar on a datagrid in VB.net
Posted by Tony C. at 1/28/2004 2:14:13 AM
I'm using a datagrid to allow the users to edit their passwords. I've set the passwordchar on my columnstyle on the column I want to use as a password on a datagrid and I can't get the textboxt to use the passwordchar. Any suggestions? thanks, Tony C. A textbox...more >>

Please help in Update---Newbie question
Posted by sajid_yusuf NO[at]SPAM yahoo.com at 1/28/2004 1:48:25 AM
Hello! Experts, I have the following piece of code in VB.NET that I want to use to update any records in the database. I would like to use a code as well as DataGrid to update the records. Please guide me how can I achieve it. I know there is an Update command to to do this that but since I a...more >>

TabControl changes the pages position
Posted by Cesar Ronchese at 1/28/2004 1:13:19 AM
Hi! I have a TabControl that have many TabPages, that must to be ordered in specific and fixed sequence. Some times, when I select a tab in random position to add and change controls and run the program, that tab is ordered to most left position in TabControl (to index 0 or 1, I've noted). ...more >>

instance of?
Posted by Jarod_24 at 1/28/2004 12:55:12 AM
I got a object of type 'Control' passed as a argument to a subroutine of mine. The object is either a Combobox or a TextBox. I thought the .GetType could be used to check what type of object it was, but i haven't had any luck. In Java you got the instanceOf() operator to do this. What's the ...more >>

Controls added at runtime??
Posted by Able at 1/28/2004 12:55:06 AM
Dear friends I have to forms, frm1 and frm2. In frm1 its Button1 and TextBox1. In runtime when clicking on Button1 a button is created on frm2 like this: Dim myfrm2 as New frm2 Dim bt As New Button AddHandler bt.Click, AddressOf myButton_Click myfrm2.Controls.Add(bt) In Module1 the myBu...more >>

Writing or updating File's Summary Information in NTFS
Posted by Gunasekaran at 1/28/2004 12:33:14 AM
Hi all, Hope this group might give me a result for my queries. Here it goes. I have a countable number of text files (Compound files) in a NTFS partition. I need to add a comment line into the File's Summary Information's Comment section Programatically. What are the API's I need to use...more >>


DevelopmentNow Blog