10,987 Topics

Member Avatar for
Member Avatar for wolfman800

Hi, im trying to create a program so that when i hit certian keys on my keyboard it will input the special letters used in the German language. eg "Ä", "Ö" etc... I have managed to do this with the GetAsyncKeyState and the SendKeys statments, however when i press my …

Member Avatar for jireh
0
154
Member Avatar for ashishprem

Hi I need to insert a string in a database but the string might or might not contain a quotes('). There is no problem if there is no quotes. But in case of quotes it throws a syntax error in insert statement and that obvious also. What i am thinking …

Member Avatar for jireh
0
114
Member Avatar for MagicBytes

Hello, I wish to create a document in a word processor with all the formating etc and save it, then I wish to drop this document on to my form in some control or object so it is hidden from the end user then I wish to load the hidden …

Member Avatar for technogeek_42
0
148
Member Avatar for SCBWV

Does anyone know how to get the Rich Text Box to save margin information in a file? The RTB seems to ignore all margins.

Member Avatar for technogeek_42
0
72
Member Avatar for newto_vb

hi, I have around 10 check box, i want a report which displays checked checkbox. If i select 5 out of 10 check box it should display 5 columns data in a single report. please provide logic for this. thanks

Member Avatar for technogeek_42
0
71
Member Avatar for rrvb

I've been searching the internet and this site and haven't been able to find an answer to what I believe should be easy to do. I'm using Visual Basic 2008 Express and I'm trying to retrieve a web page. I'm using the following code (that I found on the web): …

0
48
Member Avatar for everlast

can anyone give me a reference to a great tutorial for programming Ti 89 graphic calculator using BASIC?

0
63
Member Avatar for Derice

HI, i am new in VB. I would like to know whether VB have API like Java? Where i can search through API/documents to know the function of any built-in function or is there any website that provide information for all the build in VB functions? It is possible to …

Member Avatar for Jx_Man
0
104
Member Avatar for bredes
Member Avatar for zawpai

Hi, Does anyone want to give me a hand? I gets a small problem in my code. I want to make the mouse pointer is disappeared while pressing 'Alt' key. Otherwise, the pointer should reappear. I use ShowCursor API to do it, but I meet the problem. If I run …

Member Avatar for zawpai
0
210
Member Avatar for macbrutal

Private Sub Command1_Click() Dim namefile As String namefile = Text1.Text Open App.Path & "\Accounts\" + namefile + ".txt" For Output As #1 Print #1, Text1.Text Print #1, Text2.Text Print #1, Text3.Text Print #1, Text4.Text Close #1 MsgBox "Thank you for your registration, please login!" Form2.Show Form1.Hide End Sub -------------------------------------------------------------------------- That's …

Member Avatar for macbrutal
0
99
Member Avatar for vincepitogo101

[B]hello,,,, pls help me ,,, I need some simple VB Programming about Priority Scheduling,,, such as[/B] [B]Shortest Job First,[/B] [B]Shrortest Remaining Time First,[/B] [B]round robin,,,[/B] [B]multiqueue programming[/B] [B]non- preemptive,,,[/B] [B]preemptive priority scheduling[/B] [B]thank you,[/B] [B]vince,,[/B]

Member Avatar for cookhietta
0
38
Member Avatar for iTTaleem

Hi Every one , on monday i have to submit my assignment i need ur help in this regard make a label box in vb one label box and only one and one text button okay so, when the user clicks on the next button a question should display in …

Member Avatar for hawisme000
0
99
Member Avatar for dinnug

Hi, iam developing a small application using vb6, oracle 8i and crystal reports 9 my problem is i placed crystal report control on MDI form and named it as CRT but in CRT properties iam not getting CRT.Sqlquerry property and .windowsmaximised properties.. why it is happening is it requires any …

0
39
Member Avatar for johnericdel
Member Avatar for hawisme000

my sql query is this [CODE] Set rs = conn.Execute("SELECT COUNT(Question) FROM QnE where fldChapter = 10")[/CODE] on my tble that fldChapter have a value of 1,2,3,4,5,6,7,8,10~~~~~,20 and im getting a random cell value form fldChapter HOW can i get a random cell value form 1~10 only??? pls help me …

Member Avatar for SCBWV
0
78
Member Avatar for LUCY KAMATHI
Member Avatar for tgifgemini

[B][/B] Hi all sorry for the inconveniences, I just wanna get this syntax thing out of my back. I modified my vb module and now I'm getting[B] "Run-Time error 3075 syntax error(Missing operator) - query expression"[/B] Then it displayed this line of code as the problem line: [Code] 'TblPersonnel.[Name] = …

0
85
Member Avatar for stuw

I would like to input a spreadsheet and convert it to a text file and then manipulate it. I don't want to have to open Excel to do this. I'm just slightly above the noob stage. I only have VB5 at this time. Thanx in advance for any help!! Stu

0
45
Member Avatar for kinnu

hi, plz help me solve this one, The application should create a window. The window should be divided into 4 parts. Each part should be painted with a color (choose a color of your choice). When I click on a particular color, there should be a message box saying the …

0
48
Member Avatar for tgifgemini

[B][/B] Hello members, I am trying to execute the module below (SQL statement) and I am getting the above error: "Syntax error in FROM clause" on this line [code]Call db.Execute(strSQL)[/code]. When I hovered the mouse over the SQL string variable, it shows this line of code: [code]strSQL = "Insert Into …

0
76
Member Avatar for Darko George
Member Avatar for rnr

I have been struggling with this problem for a couple of days - and am now getting desperate. I am trying to extract data from a large binary file, about 64 mb. It is sequential binary records of two byte words. The values range from +32k to -32k, The variable …

0
78
Member Avatar for kartik07

Hi,I am new to VB6.I need to create a similar menu for many forms.My proj has around 8 forms.lets say I need file and edit menus,also have submenus. Do I need to repeat the code in al the forms or can I declare some coding in a module or something …

Member Avatar for kartik07
0
99
Member Avatar for rocslasher

Hi Can Anyone Help Me How To Use Data Report..i Am Using Visual Basic 6 And My Back End As Database Is Mysql..

0
50
Member Avatar for VBNick

Hi, I am making a Sheduling program, in which I designed my own graphical interface using fillrect, lines, textout, ect... I hold the picture in memory, then paint it when it changes like this: mDC = CreateCompatibleDC(me.hdc) hBitmap = CreateCompatibleBitmap(me.hdc, 100, 100) SelectObject(hDC, hBitmap) Form_Paint/Form_Click() update chart and work shifts …

Member Avatar for VBNick
0
113
Member Avatar for saurabh.verma

How do i make a windows style menu in visual basic for my application i have a menustip but i shows only one straight column, but i want like it is in windows XP and Vista. so i have two columns for different kind fo things to add how do …

Member Avatar for AndreRet
0
110
Member Avatar for mariegomez84

Hi! I'm trying to open a .xls file in vb, but not a specific file. What I need is something like this: if [COLOR="red"]filename.typefile=.xls [/COLOR]then msgbox ("it's an Excel file") end if What I wrote in red colour is the code I need, because I know this code doesn't exist. …

Member Avatar for Jx_Man
0
113
Member Avatar for mariegomez84

Hi, people! I need some help with OLE in vb. I need XY Scatter Chart in vb, but there is no way to get it, so I found OLE and with this application I'm able to get this type of Chart. The point is that I don't know how to …

0
68
Member Avatar for diyerxa

Hi all, I'm training at college in VB.NET, I'm not that far along, but know the basics. My father is in the IT dept at a printing firm. A programmer developed a fairly simple "Label Printer" application for his company in VB6. They've been running it on the shop-floor computers …

Member Avatar for Dhaku
0
210

The End.