20,284 Topics

Member Avatar for
Member Avatar for villalvillla

Is it possible to scroll a richtextbox from an outside scrollbar? i know it is possible to scroll it, but isnt possible to know the real max and min attributes in a "getscrollinfo" call if the richtextbox's scroll isnĀ“t active!! this microsoft guys are stupid! any help? they give u …

0
97
Member Avatar for SWET Student

hi everybody I have a project to write the code for the hangman game and i got stuck now :sad: :cry: The game should allow the user to choose if he/she wants to view the man as stick figure or a picture in the stick figure i should write the …

Member Avatar for SWET Student
0
270
Member Avatar for alogue

Hello... In VB6 I was able to write a SELECT statement to query from a table named "tcm_planned_coil@l3." However, in VB.NET, the "@l3" interferes and the query will not execute. Does anyone know how I can get this to work? Below I have simplified the query...any help is greatly appreciated! …

0
72
Member Avatar for johnny2k

I'm having difficulty writing a program that would accept an input for your birthday (month, year) and tell you your zodiac sign. I having difficulty with the syntax in VB.Net because our instructor assinged us a language to create our case study and he gave VB.Net to me... I have …

0
97
Member Avatar for johnny2k

I'm having difficulty writing a program that would accept an input for your birthday (month, year) and tell you your zodiac sign. I having difficulty with the syntax in VB.Net because our instructor assinged us a language to create our case study and he gave VB.Net to me... I have …

0
116
Member Avatar for Mr Gates

I'm really scared and etchy about getting VB. NET, as I've just started out in VB 6 and I've gotten pretty used to it. But I wanted to know from experts that used VB 6 before....is it a big change? Will it be hard to get used to after just …

Member Avatar for dmohanty
0
817
Member Avatar for dmohanty

Does Any .net Guru knows the technology how to save th edocument inside the image???to do in visual basic .net????

0
99
Member Avatar for TrussworksLeo

Does anyone know how to set the font Italics or bold Properties of the System.Drawing.Font Class? Here is what I have so far and it works fine but I cannot get the Font Bold or Font Italics to work in the GetSetting Sub? Thanks for the Help, TrussworksLeo #Region "Reg …

Member Avatar for dmohanty
0
153
Member Avatar for Paladine

Question (if you are a guru): How do you code a Multiselect Listbox in VB.NET if there is no variant datatype? I know how in VB and VBA... (or at least one way, there may be more) Any suggestions?

Member Avatar for dmohanty
0
249
Member Avatar for dmohanty
Member Avatar for dmohanty
0
294
Member Avatar for muigin

I need help with MICR adjustment. This sounds vague but if anyone knows how to set this up in VB.Net web application I could use some input. Also, I want to be able to click a browse button on my page to link to my files. The user should be …

0
78
Member Avatar for dmohanty

i have seen that any exe files i have created that can be read out by isladm.exe provided by microsoft .net SDK ... so if i am passing any data base password in my code than it can be read out using the ilsadm application....so what is the sollution if …

0
104
Member Avatar for miyakejess

Dear All, I would like to do something after the user click the datgrid header for sorting. BUt I don't know how to tell the program when did the user did the sorting action.

0
83
Member Avatar for kc0arf

Hello, This might be in the wrong place. My question pertains to MS Excel, and using Visual Basic for Applications (VBA). We have a user that would like to hide one of her worksheets within a workbook. She would like the sheet to be securely hidden. I found this piece …

Member Avatar for mnemtsas
0
166
Member Avatar for ecashwell

I'm trying to get started in ASP.NET, but I just don't understand the errors being returned to me. I'm trying to connect to my MySQL database. I have followed several examples from books and the internet with no success. Could someone look at my code and see if I'm screwing …

Member Avatar for ecashwell
0
142
Member Avatar for x38class

I have a combo box I want to limit user input I have the following code on 'keypress' event dim keyascii as short = asc(e.keychar) dim s as string if keyascii = 45 then exit sub end if ' allow '-' key s=checkalphanumeric(s,"AN") ' My function to check keyascii 's …

Member Avatar for x38class
0
181
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
152
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
221
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
155
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
136
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
177
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
132
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
136
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
200
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
97
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
150
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
279

The End.