Topics
-
-
- Administrators
- 4 replies
- 2.7k views
When I try to loop through an arraylist that I have created, my machine hangs and then visual studio produces a stack overflow error, I obviously doing something wrong, can someone help??? dim myArraylist as new arraylist() myArraylist.add("simon") myArraylist.add("simon1") myArraylist.add("simon2") myArraylist.add("simon3") dim i as integer for i = 0 to myArraylist.count msgbox(myArraylist(i)) next Cheer Simon
Last reply by MadMaxx, -
-
-
- Administrators
- 3 replies
- 1.7k views
I can't run excel and set it visible from aspnet. This is the code. excel = new Excel.ApplicationClass(); excel.visible = true It don't throw any error, but excel is not visible :( thanks
Last reply by bri189a, -
-
- 0 replies
- 748 views
DataGrid null columns (resolved) Maybe I'm missing something. I have a datatable with a field that's a bit type. Due to joins the field could be null. I'm binding the field to a DataGridBoolColumn column style. For the null entries it shows up as a greyed out checked checkbox. I've set the NullValue property for the column style to False and the AllowNull property to both True and False, but I can't seem to get the null entries to display as an unchecked checkbox. Any help would be appreciated. edit: sister board suggestion - use IsNull in the SQL to change the nulls to 0
Last reply by Machaira, -
- 2 replies
- 707 views
Hello all, I have use the following code to populate a combo box, but I would like to display more than the "empoyee id" (e.g. company, mobile phone number etc etc...) when Button2 is clicked. Can some one please enlighten me ??? Thank you very much ! Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim connstring As String Dim cconnection As OleDbConnection Dim DistrictAdapter As OleDbDataAdapter Dim ds_name As New Data.DataSet connstring = .......... cconnection = New OleDbConnection(connstring) cconnection.Open() DistrictAdapte…
Last reply by donnacha, -
-
- Leaders
- 2 replies
- 1.1k views
I've recently ran into a problem when using Child forms. At design time, I create a main menu for my child form but when I run the application, all the menu items in my child form are now located in my parents main menu. Can someone help shed some light on this? Thanks in advance. -=Simcoder=-
Last reply by Simcoder, -
-
-
- Administrators
- 8 replies
- 3.4k views
Hi i am trying to run an application but i keep getting this exception: Exception: "COM object with CLSID {8270CB2F-B0E6-4C37-8A40-D70778F47894} is either not valid or not registered." and in another place this one: Error Bulding XML:COM object with CLSID {83D0FC3E-8B31-4B35-A1B2-346BA3954513} is either not valid or not registered. what is the cause of this exception, i know it's a DLL but i can compile the program!! how is that, thanks in advance. Omar
Last reply by OmarB, -
-
- 3 replies
- 1.7k views
hi all, i am using access database and when i load the grid the last blank row is also appearing. how to make it invisible. Thanks.
Last reply by donnacha, -
- 9 replies
- 1.4k views
Hi All, Apologies in advance for this incredibly stupid question, but I can't seem to find the answer in any of the tutorials, samples or forums. I'm trying to create a 3d graph component (more as a learning excersise than anything else) that shows a bar graph in 3d and spins it around. I'm able to create each bar as a mesh at runtime, render it and use a world transform to rotate the world around the y-axis but this is leading to occlusion problems. So what I want to do, and I think this would be the proper way of doing it, is to create each bar as a mesh at the origin, then translate them along the x-axis to their proper places in the graph and then perform a transla…
Last reply by stevenmu, -
- 1 reply
- 1.2k views
I want to populate DataTable containing 6 columns with only 3 columns out those into DataGrid. How can I do it using DataBinding? I found only Row filtering from DataView not column filtering as I call it. Thank you..
Last reply by donnacha, -
- 0 replies
- 857 views
hi all, i want to know that how can i trap windows message when a user try to save file which already exist at that location. i don't want to display that message over there and the file being save has to be save with rename. is there any functions or code that can help me to trap the windows message which asks the windows user for yes or no to over write file and i can hide that message if any one has solution for this please mail me on darshu_net@rediffmail.com as soon as possible. :confused: :confused: :confused:
Last reply by dkautilya, -
- 0 replies
- 4.7k views
Hi everyone - I've been using this zIRC Java webclient, and want to convert it to J# (As I've heard the system runs more smoothly) Unforutanetly, I am not a programmer, but I am however, learning the basics of C++ right now. I really need an IRC client that supports DCC, but I can afford a single program to purchase right now, and I do not want to rip a program off, 'cause I've got morals 'bout that sort of stuff... I've ran the zIRC source through the J# complier, there are only 15 errors that come up. The reasons behind this may be due to the Java Media Player that it's tryin' to call up to use... I'll put the error messages right here... zIrc_0.6.5-beta-src\Abstr…
Last reply by IIWheelManII, -
- 2 replies
- 1.5k views
Hello I am new to database writing with VB.net. What I want to do is very simple though. I have an access file witha 1 table in it. The table has 2 fields. Field 1 and field 2. I have 2 txtboxs on my vb form. what I want to happen is... when i click the buttom on the form, it inserts the text from from txtbox1 into field 1 and the text from txtbox2 into field 2. if anyone can help me with the code for this it would be great. thank you
Last reply by Talk2Tom11, -
- 0 replies
- 800 views
hi all, my problem is to traping the requested filename when any ftpclient request to upload the file before the file is uploaded to the server and to check wether any file with the same name as the requested file exist over requested location if yes then the request file to upload should be renamed and save with different name on ftpserver. this application shoud run in backgroun on ftpserver and no interaction with user has to be given. :confused: :confused: :confused:
Last reply by dkautilya, -
-
- Moderators
- 2 replies
- 728 views
What should write for a button clicked event,if i wanna call a .exe via the button done in ASP.NET?
Last reply by ivan_april, -
-
Does VB.net have a function similar to RegExp for vb 5.0?
Last reply by Robby, -
-
- Moderators
- 1 reply
- 511 views
For some reason my IIS keeps shutting itself off. I developed a ASP.NET app in VB for all my co-workers to use. It has 2 Webforms the 1st Webform has a link to the second. When the user clicks the link it shuts down the IIS on my system thus the link does not work. Any theories on why this is happening and how to avoid it would be greatly appreciated.
Last reply by Robby, -
-
-
- Administrators
- 2 replies
- 878 views
I have a computer on the network that will only respond when it is searched by computer name. When I type in the computer's IP address the computer is not found, however when i enter its name its found, however when I click on it and try to access it, it rejects me saying that I may not have permission. The network is a DHCP network. This is the only computer giving me problems not sure why. It was working fine, now all of a sudden I can not get access to it and its IP address is something I cannot search by. Not sure why. Any suggestions would be greatly appreciated.
Last reply by lothos12345, -
-
-
- Administrators
- 2 replies
- 705 views
I've always heard that using the include directive outside of classic ASP is a bad idea, I have coded believing that statement, however in a recent arguement, I mean discussion, I had to admit defeat because I couldn't find any supporting documentation for why it's a bad idea. I found a couple places where microsoft said 'generally you should use user controls...' but nothing concrete and specific, and more disappointingly I found some articles that said there is no performance differance, and even one that said it increases performance to use an #include directive. If this is the case then why are so many of us creating inherited pages for templates rather than usi…
Last reply by bri189a, -
-
- 1 reply
- 1.6k views
can we made a menu with directx usig pic ..
Last reply by IngisKahn, -
- 0 replies
- 2k views
I have some code (VC++) with the following line: __set_app_type(_CONSOLE_APP)Obviously, this sets the application type to a Windows Console Application. But how could I set it so that this window (which only displays debug information) is minimized? It is unnecessary once the main program gets rolling, but it is the window that calls the main program.
Last reply by joe_pool_is,
-
Who's Online 0 Members, 0 Anonymous, 71 Guests (See full list)
- There are no registered users currently online