19,728 Topics

Member Avatar for
Member Avatar for Raghunath

Dear Friends, Here I have tried to connect to Sybase Adaptive Server Anywhere 7.0 with the following code in C# as console application, I am getting the ERROR: System.NullReference Exception occured in system.data.dll , this code executed after running the asademo. Can you help me out where exactly I am …

Member Avatar for Tekmaven
0
210
Member Avatar for nwcad

Has anyone had problems migrating VB6 projects to a VB.NET environment? Specifically, is there a separate, new .NET assembly I need to reference to communicate with the autoCAD API or do I have to use the .COM libraries that I am currently using in VB6? Thanks, in advance, for any …

Member Avatar for Paladine
0
84
Member Avatar for salating

i have four combo boxes in my form, each combo box has 2 or 3 selections i need to check each combo box for a selection, if nothing is selected i need to have a error message come up in a message box each selection in the combobox is woth …

Member Avatar for Eyrestes
0
151
Member Avatar for xinhua

I am writing a program to copy files from one location to another. I only want to copy the files that is not in writing mode. Here is the logic: (1) If the file is not opened (by any application), copy it; (2) If the file is opened (by any …

Member Avatar for xinhua
0
215
Member Avatar for mohansameer

[FONT=Verdana]undefined[/FONT] I've open a new form & maximize it.Then again on button click event I've open a new form with small dimensions. Now,I want that the later form get disable,when I've open the second form. tell me the code for that.

Member Avatar for Tekmaven
0
153
Member Avatar for cypher

I've got a situation where I have an array declared: [code] [COLOR=Blue]Dim[/COLOR] limit(255, 31) [COLOR=Blue]As Integer[/COLOR] ... DecodeTable(limit(index), ... ) [/code] Later in my code, I have to pass the second rank by reference to a sub. This would be simple in a C-based language: [code] [COLOR=Blue]int[/COLOR] limit[255][31]; ... DecodeTable( …

Member Avatar for cypher
0
134
Member Avatar for red_evolve

Greetings. I've just got a project to do. The project is going to be a desktop application. It has to be in VB - but I have yet to decide whether to do it with VB6 or VB.net. As I read on some of the threads in VB.net, I guess …

Member Avatar for cypher
0
163
Member Avatar for hanoy

[COLOR=Gray]undefined[/COLOR] Hello, I am using a webservice which has many objects and methods. Before being able to access any method, a method called authenticateuser is needed to be executed. Taking ws as the webservice object, and after successfully executing the ws.authenticateuser(successfull result is shown with the boolean return value set …

Member Avatar for Tekmaven
0
131
Member Avatar for Amir Ali

Deal All, Will somebody guide me how I can handle Windows scroll. Means, it should be in my hand when I allow scrolling or not. Also, Scroll should be visible and enabled always. Is it possible. Amir Ali.

Member Avatar for Tekmaven
0
133
Member Avatar for srikkanthan

I never get ok with the COM+ contexts... There are so many context types like client context, call context etc... Adding to this .NET provides few attributes such as MustRunInClientContext... I couldn't find any sample or links that explain this... Let me elaborate more. As the definition goes by saying …

Member Avatar for srikkanthan
1
194
Member Avatar for anseltim

Hi, I have two similar datasets and I would like to query them to find the records that are different in the first dataset from the second. Does anyone have a good way to to this? Thank you, Tim

Member Avatar for Paladine
0
95
Member Avatar for Tellie

Hi All I have created webform.asp.vb and wanna use HTML code at places, can somebody please tell me as to how can I use the same.....

Member Avatar for Paladine
-1
148
Member Avatar for AliSham
Member Avatar for Paladine
0
184
Member Avatar for Tellie

Hi All I am creating an ASP page where I am trying to display controls on the page based on the roles of the user. I have a database wherein I have 5 tables to store the following: Table 1: Application details having the app id as the primary key. …

Member Avatar for Tellie
0
277
Member Avatar for oni
0
172
Member Avatar for confusedinsc

I am getting an error message "The trasport failed to connect to the server." I know why I am getting the error, our mail server is having technical problems and won't let anyone connect to send or retrieve emails periodically. My question is, how do I go about queing these …

-2
100
Member Avatar for m3rc

I was wondering if someone could please explain to me what the difference is between visual basic .net and visual studio .net. I have searched endlessly on google, but I just can't seem to find anything helpful. I haven't programmed since I took a couple fortran classes a long time …

Member Avatar for m3rc
1
357
Member Avatar for samaru

The End.