| Thread | Last Post | Replies |
|
| Bold text in treeview is cut | 18 Oct 2004 10:31 GMT | 2 |
I'm experiencing problems with showing bold text in a treeview. The text gets cut and the last character isn't fully visible. It seems like the width of the text is based on the non-bold size of the text. Does anyone recognize this behaviour?
|
| search record in a table | 18 Oct 2004 09:49 GMT | 3 |
To present (and manipulate) data in a table, I use an DataGrid and a DataSet "ds" DataGrid1.DataSource = ds However, to search a record in this DataGrid, I have to use DataView "dv"
|
| Using Agent's - ActiveX in vb.net | 18 Oct 2004 09:31 GMT | 1 |
can i use Agent's - ActiveX in vb.net? where can i find the instalation pack'. thanks.
|
| How to search in popular search engine sites through VB.NET | 18 Oct 2004 09:29 GMT | 1 |
I want to search a particular word or phrase in a popular search engine sites like Google,Yahoo,Mamma,Alta vista and so on. For Google i know how to search because i have a google
|
| How to access serial ports in VB .NET 2003 ? | 18 Oct 2004 09:28 GMT | 2 |
I have just upgraded my computer to Windows XP and Visual Studio .NET 2003 from Windows 2000 and VB 6. I have been looking around VB .NET and can't seem to find the MSCOMM componet. Has the method to access the serial ports in VB .NET changed ? I have read that you can use VB 6 ...
|
| newbie: change cursor image at runtime | 18 Oct 2004 09:19 GMT | 5 |
I dont know if I am looking at the wrong places but i couldnt find the appropriate method/property to change the cursor icon at run time. All i want to do is replace the pointer with an hourglass while the user is waiting for a datagrid to be populated.
|
| Resource File (.resx) does not show changes?? | 18 Oct 2004 09:11 GMT | 3 |
I use a resource file (.resx) to store user's settings such as language and other strings. The problem i'm facing is that when the user changes one of the strings in the resource file, those changes are shown by VB.NET untill after the user reloads the app.
|
| combobox dropdown behavior | 18 Oct 2004 09:04 GMT | 1 |
I have a combobox (several actually) with which I'm having behavioral problems. I want the combobox to drop down when someone tabs to the control, I've added
|
| Displaying PDF files | 18 Oct 2004 08:58 GMT | 3 |
How can I display a PDF file in my VB.NET file? As a bonus, how can I then subsequently print that file? Thanks.
|
| How to set language of a form through code in VB.NET | 18 Oct 2004 08:55 GMT | 1 |
I want an application like that,when we click on a particular button then the text contain on entire form will be appeared as a certain language. For example if we click on the greek button the the text
|
| Vb.net Mini Game | 18 Oct 2004 08:09 GMT | 2 |
i was just wondering if it is possible to create a mini game in vb.net say for example like space invaders with a spacecraft coming across the top of the screen in a web form dropping bombs no fancy graphics.... with you controlling your spacecraft/tank ( a line ) at the ...
|
| Please help!! Error message - can't get rid of it! | 18 Oct 2004 07:42 GMT | 4 |
Whenever I try and run a project in VB.NET 2003, all i get is: "An unhandled exception of type 'System.ArgumentException' occurred in Unknown Module. Additional information: The parameter is incorrect."
|
| Transparency | 18 Oct 2004 06:54 GMT | 2 |
I do not seem to be able to make my label controls (or any for that matter) transparent.... they always show the colour of whatever they are sitting on. Can VS.Net not handle this a function this basic? Or am I missing something? Any helpful replies appreciated...
|
| SetPixel question | 18 Oct 2004 04:28 GMT | 2 |
I have put the following in my Form1_Load event: Dim Img As Bitmap = New Bitmap(1, 1) Img.SetPixel(0, 0, Color.Green) BackgroundImage = Img
|
| Inserting Date or Time into Sql Server Using SQLcommand | 18 Oct 2004 03:18 GMT | 15 |
I have a problem while inserting time value in the datetime Field. I want to Insert only time value in this format (08:15:39) into the SQL Date time Field. I tried to many ways, I can extract the value in timeonly format by using
|