| Thread | Last Post | Replies |
|
| Organize and Print CSV data | 28 Aug 2006 05:38 GMT | 12 |
Boy, this should be a simple bit of code but I can't figure out how to make it happen. I have a CSV file shows up in a directory that has 4 fields that need to be printed on labels. Each line of the CSV looks something like
|
| fail to open vfp odbc | 28 Aug 2006 03:56 GMT | 2 |
Dim authConnection As New OleDbConnection("Provider = VfpOleDB.1;Data Source = d:\cgl\vfpmaster\ttsdata\tts.dbc") authConnection.Open() i got an error "'VfpOleDB.1' ´£¨ÑªÌ¨Ã¥¼µn¿ý©ó¥»¾÷¹q¸£¤W¡C" String
|
| Coding service dependencies | 28 Aug 2006 02:51 GMT | 3 |
I've got a windows service that depends on some other services. On the project installer I state this by using: Me.myService.ServicesDependedOn = New String() {"Print Spooler", "Net Logon", "Network Connections"}
|
| I/O access from game client | 28 Aug 2006 00:38 GMT | 1 |
A few stings ago I asked: I play an online game application that displays how many points I have earned. I want the number of points I have earned to appear as a string in a text box in the program I am writing in VB.net. If I already knew the window handle, is there someway of ...
|
| API found in C# but not VB? | 27 Aug 2006 18:50 GMT | 2 |
i really hope im just overlooking something very simple bc i have an API call in VB.net that doesnt work, yet the same call in C# works....in VB i get an error saying the Entry Point cannot be found....code below [DllImport("setupapi.dll", SetLastError=true)]
|
| vb.net aggregation question | 27 Aug 2006 15:40 GMT | 1 |
hi im juz a student so pls bear with my terminologies..juz wana ask how to perform aggregation in vb.net code.. in my model, i have rectangle, shape, drawing classes..rectangle class inherits shape class (is - a relationship), and drawing class has shape
|
| hex to unicode: problem | 27 Aug 2006 13:39 GMT | 5 |
I use the following code to convert a hex string into unicode text. But the problem is that it seems to stop after the first character and output consists also of one character. Example...I want to convert "41004200" into text. Normally it should be "AB" but it displays only the ...
|
| time a mouse button is held down | 27 Aug 2006 06:14 GMT | 1 |
hi, i kno you can use hooks to tell when a mouse button is pressed globally...bt how can you tell how long its been held down for? for example, how would i see iof the mouse button was held down for 5 seconds?
|
| Binding Data to Dataset or Table | 27 Aug 2006 06:01 GMT | 3 |
I have an ongoing problem that I can not seem to figure out. The problem is everytime I bind data to a dataset or datatable where the data source does not have a "header row" the first record in the datafile always shows up in the header of the dataset or table.
|
| disable/enable menu items | 26 Aug 2006 19:55 GMT | 1 |
Can someone please help me. I've got a strang problem in Visual Studio 2005 I've created a windows application, using an MDI form and top menu. When a menu item is clicked, a new instance of a form appeirs.
|
| trim(string) vs string.trim | 26 Aug 2006 18:34 GMT | 22 |
I have an app that makes decisions based on string content. I need to make sure that a string does not contain only spaces or newlines. I am using the syntax 'Trim(String)" and it works fine. I thought I'd change it to the VB .NET method "String.Trim" but that throws an object ...
|
| Creating a Windows Service (VS2005 - VB.NET) Problems | 26 Aug 2006 18:10 GMT | 1 |
I am trying to create a simple service since and have never done this before. I have created a new project in VB.NET that is a Windows Service. (Just writing a single event entry to the log, just to make sure it works) I have right-clicked in the designer and chosen Add Installer ...
|
| dotnet activex equivalent? | 26 Aug 2006 18:06 GMT | 11 |
I would like to create an application that runs in a web browser. It must have access to the client machine. I guess a bit like the microsoft update tool at windowsupdate.com Having never created anything like this, can anyone point me in the
|
| Problem using default xml namespace and selectsignlenode/selectnod | 26 Aug 2006 17:36 GMT | 3 |
I am verifying a SLD implementation using xml, however I have som problem using xpath and default namespaces in vb.net Currently I have the following xml <?xml version="1.0"?>
|
| how to force a 'SyncWithCurrencyManager' update | 26 Aug 2006 17:20 GMT | 5 |
I have multiple controls set to the same database and, normally, when I change the record in one control the position is also changed in the other controls because I have "syncwithcurrencymanager' set to true for all the controls. I'm assuming that actual syncwithcurrencymanager ...
|