| Thread | Last Post | Replies |
|
| File change notification in VB ? | 06 Dec 2003 04:02 GMT | 4 |
How can I detect when a file has been changed (attributes, size, created, deleted) with Visual Basic ? I want my program to watch a specific directory and detect when a file change.
|
| VB6 Crashes when exiting | 06 Dec 2003 01:42 GMT | 1 |
I am using VB6 SP5 on and XP OS. When I go to shut down VB it crashes and sends and error to microsoft. Any idea on what the cause/fix is? Also, how can you get info from Micosoft about these errors that are being sent?
|
| flexgrid | 06 Dec 2003 01:32 GMT | 2 |
i have a problem in manipulating my flexgrid. my flexgrid contains 100 rows and 3 columns. the value of the first column is not unique within the the 100 rows. it can occur twice or even 99 times. i have to search my flexgrid for the entries that contains a certain value in
|
| adding rows to msflexgrid dynamically | 06 Dec 2003 01:29 GMT | 4 |
Hi all.. How do I add in contents from my textboxes into a msflexgrid? I currently have 5 different textboxes and I'm supposed to fill in all the 5 columns in the flexgrid with the values in the boxes. However, I want the grid to automatically increase the row by 1 whenever the
|
| Running visual basic and Norton | 05 Dec 2003 22:28 GMT | 1 |
I asked this in the alt.msdos.batch.nt newsgroup; however, it wound up being a question about VBS and Norton. Does anyone know how to run this without disabling Norton? "Grod" <ggrothendieck@volcanomail.com> wrote in message news:ffd662ea.0312040842.35950b48@posting.google.com...
|
| Ms Chart | 05 Dec 2003 21:36 GMT | 1 |
does anyone know how to use Ms Chart in a VB application? I am looking to have a bar chart created and populated by date in a DB. Thanks - Massimo
|
| Know if there are a modal form showed | 05 Dec 2003 20:05 GMT | 3 |
Hello and sorry for my english. Is there any function or method to know if there are a modal form loaded in a VB program? Thanks
|
| Function Which Finds ... | 05 Dec 2003 19:54 GMT | 2 |
Function Instr(string,string2) finds first "string2" in string "string" ,right? example : InStr("amazon","a") 'returns 1 My question is :which function would return 1,3 ?
|
| VBS Error code 800a0009 | 05 Dec 2003 18:33 GMT | 1 |
I got a an error om the my company's website. I guess a client is trying to do a query. I don not know anything about VBScripts or how to cprrect them. Here is there error: Microsoft VBScript runtime error '800a0009'
|
| Error Handling | 05 Dec 2003 18:13 GMT | 3 |
The following is brief version of code that I've currently got in production. The intent is on error to go to the beginning of the loop and try again. However, if an error occurs three times, to kill the process. What actually happens is that when the error occurs for the
|
| String Concatenation | 05 Dec 2003 18:02 GMT | 4 |
Hello, I am trying to concatenate two strings but I am having some problems. Here is the code Dim Word As String Word = "Hello"
|
| .NET simple question... | 05 Dec 2003 16:05 GMT | 1 |
This code: <% Class main_tub End Class
|
| Event Log Collector - for the Event Viewer - to collect events into a database - How to? | 05 Dec 2003 15:54 GMT | 1 |
Hi I am perplexed, I feel hopeless, I hope that someone can help me with a problem. I have Visual Basic .NET I want to develop an Event Collector. That will collect all events from the Local computer or maybe 2 computers; (1 local and 1 remote) -
|
| VB 6.0 | 05 Dec 2003 13:37 GMT | 2 |
I need to know how much does it cost a good VB programmer (developer) . I mean cost for hour. Sorry for my english. thanks
|
| Number Prefix Lookup Table in MDB | 05 Dec 2003 11:16 GMT | 6 |
I'm trying to get my VB6 app to look up prefixes for a phone number out of an MDB file along with an associated price etc. For example the phone number could be 9802xxxx, and the MDB file will have the record 9802 with an associated price.
|