| Thread | Last Post | Replies |
|
| Problem with Excel.WorkBook.SaveAs() | 31 Jul 2008 20:35 GMT | 3 |
I want to overwrite an excel file I have opened but I do not want to get the question "Do you want to overwrite" .. .I just want to it overwrite silent.. How do i do this? wbk = oExcel.Workbooks.Open(fileName, False, False, missing, missing,
|
| Crystal Reports Help | 31 Jul 2008 20:03 GMT | 3 |
Just wondering what a good book is on visual studios 2008 ( or 2005 if no 2008 ) that teaches you how to properly use crystal reports with it. Or im assuming that as long as I can create a dataset and link it to a reportviewer than any Crystal Report book will do.
|
| Working Message in taskbar | 31 Jul 2008 19:20 GMT | 5 |
Hi Group, I've got a search screen whereby it could take a couple of seconds or minutes for the results to be returned. Is there a way to place a "working message" in the taskbar area, so the user can see that it is doing
|
| Question about connect to database from VB 2005 | 31 Jul 2008 19:06 GMT | 2 |
Hello all, I hope this is the right group to post this. If not, I am sorry, and please let me know where should I post this question. I am trying to develop a simple application that will have a connection to an oracle database. At this time I am developing it using the database ...
|
| basic XML reading question | 31 Jul 2008 12:10 GMT | 2 |
I am just starting to learn to use XML, so this is a really basic question. I have managed to write my XML document to disk, and now want to read it back, and get the values from the XML file. My XML file is at the bottom. I am assuming that its correct (but I could be wrong)
|
| excel insert row | 31 Jul 2008 05:03 GMT | 1 |
I try to insert new row under row 22 but it prompt error . Do you know how to correct? ----------------------------------------------------------------------- objSheet = objExcel.Sheets("EK")
|
| Check the first 2 characters of string | 30 Jul 2008 22:22 GMT | 6 |
Hi Group, How can I check that the first 2 characters of a string are the percent (%) sign? string name = strSurname
|
| Determine Tablet PC screen mode | 30 Jul 2008 21:00 GMT | 1 |
I'm developing a VB.NET 2005 WinForms application that will run on a tablet PC. I want to build a screen resizer method that will position the forms and controls properly depending on whether the display is in landscape mode (using the tablet like a notebook with keyboard) or
|
| An Array question | 30 Jul 2008 20:02 GMT | 14 |
To me the following code shouldn't work but it does ! Imports system.String Dim x As String="This,is,a,test" Dim y(1) As String
|
| Upload File via FTP using VB.Net and Receiving "Not Logged In" Error?? | 30 Jul 2008 19:24 GMT | 5 |
Hey All, I'm trying to upload files via FTP and I'm using FtpWebRequest and WebClient. Unfortunately, I'm receiving a "Not Logged In" error.
|
| how to get "XP visual styles" on button controls? | 30 Jul 2008 18:58 GMT | 1 |
On my old workstation (development workstation) if I set Application/Enable XP visual styles - I was able to get/see the visual styles - like button borders highlighting when you run the mouse over them. But on my new workstation (development workstation) I can't get the visual ...
|
| Imports data from CSV file | 30 Jul 2008 18:39 GMT | 5 |
Thank you for your help Dear friends I want import data from CSV file to mdb file How can I do that in vb.net? Explain
|
| import problem | 30 Jul 2008 18:34 GMT | 5 |
I have this code to import data from CSV File and work correctly with one problem The problem is: All column merged in one column
|
| Listbox Event Handling in C# | 30 Jul 2008 17:47 GMT | 6 |
I have a listbox and a webbrowser control. For each single item selected I am generating a different web page. However for more than one selection, a common web page gets generated. I am handling the event in Listbox selectedindexchanged.
|
| App needs to know when IE receives a mouse click. | 30 Jul 2008 17:16 GMT | 4 |
If IE is open I'd like my app to receive an event or otherwise know when IE receives a mouse click. Is that fairly easy to do? Thanks in advance
|