| Thread | Last Post | Replies |
|
| Trouble Instanciating Structures | 22 Aug 2006 20:22 GMT | 2 |
I'm having trouble assigning values to a structure that has been created in a Module. When I run the Main Subroutine it errors out when I try to assign a value to the Id1 array with "Object not set to instance..." blah blah - even though I have clearly just instanciated it in ...
|
| Class inheritence | 22 Aug 2006 19:41 GMT | 8 |
When I worked with Delphi, they always included in the box a large wall poster depicting every class (starting with TObject) and showing the child classes from there. There was also a .pdf file showing the same. I found two wall posters with the VS 2005 Pro package but nothing on ...
|
| Drawing images in different shapes VB.Net | 22 Aug 2006 18:47 GMT | 5 |
Hi, Thanks for your help in advance. I need some help with drawing images in VB.Net. This seems simple to me but I can't seem to find a good example to get me started. I want to take a source image which is a rectangle and then resize and stretch the image in to a different
|
| Remove x number of charaters from string. Vb.net | 22 Aug 2006 18:15 GMT | 3 |
If I've got a string like x = "[00000014] Intel(R) PRO/1000 CT Network Connection" How do I get x = "Intel(R) PRO/1000 CT Network Connection" I basically want to make a comparison to Intel(R) PRO/1000 CT Network
|
| replacing a space with dot | 22 Aug 2006 17:56 GMT | 1 |
Good Day.. could someone please help me with some code on how to replace a space with a dot. what i am actually doing is..
|
| String function in VB | 22 Aug 2006 16:38 GMT | 5 |
I am having trouble remembering a string function that I used a while back in VB. I don't know if it was .NET specific. The function either searched a string or replaced a substring in a string or something similar. The main thing I remember about the
|
| Late Binding Issue | 22 Aug 2006 15:46 GMT | 9 |
VB 2003 and Im still new to vb, so i hope i can explain this as best I can. I have a variable defined as such: ( simple example ) Dim AVariableOfSorts(,) As Object = _ { _
|
| table structure - wrong columns being called | 22 Aug 2006 15:38 GMT | 1 |
hi. ive 3 tables in my access database file. table people [column name "cust"] to table sales [column name "cus2] is a one to many relationship, and the same goes for Table sales [column name "salesinv"] and Table receipt [column name
|
| Catch reference error how? | 22 Aug 2006 15:38 GMT | 2 |
I've got a Windows project with references to an ocx file. When I run the executable and the referenced ocx isn't available I get a Windows error. How can I trip a reference error so that I can display a
|
| Multiple Table DataSet | 22 Aug 2006 14:31 GMT | 7 |
I want to list all of the items in a dataset in a textbox. The dataset has multiple tables. When I try to use the code below, even though I dim myState as the DataTable("state"). It still looks for othe rows in the dataset.
|
| Getting error LIBCMT.lib(tidtable.obj) : error LNK2005: __encode_pointer already defined in atlmincrt.lib(atlinit.obj) | 22 Aug 2006 14:21 GMT | 1 |
i have ported vc++ 6.0 code to visual studio 2005. During batch build in debug mode i din't get any error.But if i build the same in release mode i am getting the following error. LIBCMT.lib(tidtable.obj) : error LNK2005: __encode_pointer already
|
| Working with the Web Browser Control | 22 Aug 2006 14:19 GMT | 3 |
Does anyone know how to set focus to a web browser control so you can use the command sendkey "{TAB}" and take within the web page itself. webbrowser1.focus doesn't seem to work.
|
| Apps slow to launch from Network Location | 22 Aug 2006 14:18 GMT | 2 |
Applications developed using Framework 2.0 and installed on a network location take a considerable amount of time to launch. This was never the case with prior Framework versions. For example, an application can take almost a minute just to display the
|
| Intellisense for component | 22 Aug 2006 13:27 GMT | 2 |
I created a component for other projects and now I want to add an intellisense description to the public properties and methods, which will be visible in visual studio .net 2003 - how can i do this? Thank's
|
| How do I catch duplicate record exception? | 22 Aug 2006 13:14 GMT | 3 |
How do I catch duplicate record attempted to be added exception? As in: Catch ex As Exception Thanks, Hexman
|