16,916 Topics
![]() | |
Hey all. Can some please confirm some winsock items, I am starting to doubt my self about it now. The question is this: If you created a client server program, what port does the client winsock.localport actually connect? Is it the same port that you request it connect to, or … | |
Can anyone help. I have written my application in visual basic 2005 and access database. my problem is i want users to have different menu items depending on their user profiles. How do I enable menu items like administration for administrator and disable it or hide it completetly for general … | |
hi friendz.... I wanted to add the first element of first array of every record. Each record has two arrays, Each array has 5 values In order to do that i wrote the following code in VB... [CODE] Option Explicit Private Type feedbackdata FormNumberS As Integer Q1(0 To 4) As … | |
Hi, I have an application, develped in Visual Basic 6.0, which interacts with an older version of EXCHANGE SERVER to update OUTLOOK Calender entries and Mailing system. Now, my question is will the same application work with EXCHANGE SERVER 2007. IF SO, HOW? and IF NOT, WHY? Please help me … | |
Im new about this thing anybody could help me making chat program that can sends pictures and sound using visual basic 6.0. or anybody could contribute a source code to this thing!!!!! pls tnx | |
Help us about randomizing frames with label and texts, or randomizing questions on a frame. or can anyone give us a game related to the game we have started (word games)... thanks.. need your replies | |
i am using another software in my VB form using an OLE container. i need to retrieve the value generated by that software into my form. is it possible ? plz help me out and i have another doubt. i am using ADO connection to connect to backend in the … | |
does anyone here knows how to limit the text box in inputting many characters?...to input a single character in it.... | |
Sorry for "spamming" But this is really really important for a school project. 1. Can anyone of you paste me back the whole code that will make a textbox saying,"username already taken" When you try to create different account with same username. 2. If possible, publishing the program and then … | |
Anyone would like to tell me what is the function for setting focus point as the program start executing? For example i have 3 command buttons that is arrange vertically... by default the program will focus on the middle button by having dotted line surround the button. What i should … | |
i created a inventory system... and i want to put a button that can upload thier picture plsss help. jaasaria | |
Hehe. I tried googling this, but all I've come up was Visual C++ results. How would I go about reading from a VERY VERY basic ini file in console C++ Using DevC++? The only things in the ini file are: b=65.0 c=1.5 k=1.65 I'm linking to this ini so that … | |
can anyone give a sample code for applying sounds on vb.. thanks.. i already applied a code but it wont work.. Public MTime As Byte MMControl1.FileName = App.Path & "\music\Music.mid" Private Sub Timer4_Timer() MTime = MTime + 1 If MTime = 113 Then ShutYerNoise Play MTime = 0 End If … | |
i have to generate a reminder to the user alerting about payment due dates. i am doing it using a label control which is placed in the main page, so just after he logged in, the DB will be checked for due dates and if any date is nearing , … | |
I am using visual basic 2005 in visual studio 2005. When I try to input unicode data from a sequential txt file using (LineInput(#)) I get question marks eg. (?????? ?????) for all the unicode characters (in this case TNR Greek) in the line, or the command, LineInput(#) doesn't work … | |
I am using visual basic 2005 in visual studio 2005. When I try to input unicode data from a sequential txt file using (LineInput(#)) I get question marks eg. (?????? ?????) for all the unicode characters (in this case TNR Greek) in the line, or the command, LineInput(#) doesn't work … | |
![]() | I am a man of 33 years. My work status is system developer on Microsoft Dynamic AX (old name Axapta). I am working for a company called Navicom. In my spare time i like to do some programming in Java. This is my primary language. I also work some with … |
i need to copy first 10 rows from file1 and pasting in file2. i am writing the code as <code> Dim FNum1 As Integer Dim FNum2 As Integer Dim str As String Open "C:\file1.txt" For Input As #FNum1 Open "C:\file2.txt" For output As #FNum2 Line Input #FNum1, str Print #FNum2, … | |
I am the only user of this machine, and would like to play with Visual Source Safe. I am therefore the Admin person. How can I register myself as a valid user ? I want to have my VB6 apps covered by VSS. | |
Hi all, My query is that I have some tables in MsAccess. Using that tables I want to create some more table by putting some query. (Like I want to merge two table in a single table.) How it is possiple by using VB6. | |
RUN-TIME ERROR '40006' WRONG PROTOCOL OR OR CONNCETION STATE FOR THE REQUEST TRANSACTION OR REQUEST. that is my problem,, here is my code that has an error. Private Sub Text2_Keypress(keyascii As Integer) If keyascii = 13 Then keyascii = 0 List1.AddItem (Text2.Text) Winsock1.SendData Text2.Text Combo1.SetFocus End If End Sub please … | |
Dim dbnil As Database (not identifying the database name by the APP.Path) Dim rscustomer As Recordset Private Sub Command1_Click() If Text1 = "" Then MsgBox "please enter ID", vbCritical, "customer" Text1.SetFocus Else If Text2 = "" Then MsgBox "please enter the name", vbCritical, "customer" Text2.SetFocus Else rscustomer.AddNew customer(" ID") = … | |
hi friendz.., im working on "feedback form analysis" project the first main aim of my project is to store data submitted by the user from the feedback form in a text file which can be accessed randomly. For that.... i wrote the following code: [B] CODE:[/B] Private Type feedbackdata Laboratory(0 … | |
Hi,I hava proj wherien I connect to ACCESS via VB and retreive data.Now I need to represent the data in flowcharts or with some other graphics... how do I approach this props.... | |
[ICODE]['5 command buttons: 'cmdRestart; cmdLogOff; cmdForceLogOff; cmdShutdown; cmdForceShutdown Option Explicit Private Const EWX_LogOff As Long = 0 Private Const EWX_SHUTDOWN As Long = 1 Private Const EWX_REBOOT As Long = 2 Private Const EWX_FORCE As Long = 4 Private Const EWX_POWEROFF As Long = 8 Private Declare Function ExitWindowsEx Lib … | |
how can i pass or put a row of data on a datagrid into a bunch of textboxes? on my datagrid are StudentID, LastName and FirstName, i have textboxes named txtID, txtLname and txtFname, i have command buttons named cmdEdit and cmdSave if i select an entire row and click … | |
I want to introduce some good and practical activex component at this topic. 1.[B]LargeTm[/B] Vb Timer object can get until 60000 miliSec interval and don't accept largar than it. this timer can get each interval you want. 2.[B]MBClock[/B] This clock is a simple clock that show system time in your … | |
how to make control transparent like textbox, commandbutton or other. | |
I figured it out! Huzzah! In order to grab data from cells of an excel spreadsheet from an outside excel app into PPT WORD, or other office apps, jam that data into a custom class and jam that into an array of CustomClas type you do the following: [CODE=VB] Public … | |
Got stuck completely. Need to shell to an app running on IP***.***.***.***, Server is running windows server 2003. Normally connect to app using remote desktop connection. I need to let client connect from MY app to this server - forms part of app I'm developing. | |
Well another semester has started almost done with all java classes, and now C++ has started. I like it so far it is shorter and somewhat easier code. I have a homework assignment which I have started on, but with just starting C++ not sure where to go. Class meets … | |
Hi all, Is there a way in which a TSR program could be made in vb6.0. Something like If an EXE of a software written in vb6.0 is run, then this TSR program should load and remain their for as long as it wishes to (the program cannot be stopped … | |
I am new to .Net and this forum. I am using Visual Studio 2005 and Oracle as a DB. I am creating a Web page Using Gridview from the Query [COLOR="Red"][/COLOR] Select Name,Sex,Country from Emp [COLOR="red"][B]Now I want to create a Stored Procedure from the above query in Oracle.[/B][/COLOR]How will … | |
Hi currently working on a vb program to access a LPTSTR data in a VC coded function. My vb program cannot get the string data my sample code [CODE] Declare Function GetMainWork Lib "LibDWM.dll" (ByVal lpszWNo As String) As Long 'I've tried 'Declare Function GetMainWork Lib "LibDWM.dll" (ByRef lpszWNo As … | |
Would someone do a huge favor for a 15 year old aspiring programmer? (yes, that was a interest grabber) I'm building a system for my school to make administration easier on the staff there and I need to get a C++ command line program to run ODBC and connect to … | |
Hello, I have been trying with no success to transfer a recordset from one form to another. I have declared in Form1 that [CODE]Public myRS As ADODB.Recordset[/CODE] All works lovely in Form1 In Form2 when I use [CODE]Private Sub cmdFail_Click(ByVal myRS As ADODB.Recordset)[/CODE] I get an error message at runtime … | |
hi could anyone help me out with the below coding on send keys in vba I have a excel fiel in cel a1 i have username and password in cell a2 and i have a web page with login texbox and password text box and a submit button below is … | |
Hello, I am currently writing a powerpoint presentation that is an interactive survey. It takes in a file of data, and adds it to a big dynamic array. When the user answers questions it picks the data from the array and populates an excel spreadsheet for a final output of … | |
Hi there I have connected visual basic express to my access database and designed a windows form with navigation functions as well as add delete, update functions. I have used textboxes to display the database fields on the form, but i am having trouble displaying an updated autonumber when a … | |
Hi I want to read a source code of a web page & then write it into a text file using vbscript. I have used this code but not working properly. Error : ActiveX component can't create the object [code=vb]Option Explicit Dim objHttp Dim strUrl Dim strData ' Create a … | |
Are most printers capable of printing all the way to the edge of the paper? is there a minimum margin? In my program, the paper size is 8.5x11, how much space should I leave around the edge so that it will print properly? | |
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 … | |
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 … | |
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 … | |
Does anyone know how to get the Rich Text Box to save margin information in a file? The RTB seems to ignore all margins. | |
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 | |
Getting a C# program with a manifest file to run in the debugger ---------------------------------------------------------------- How do I declare a manifest file in the Visual Studio IDE for C# so that I can debug the resulting code? I have been able to add the manifest file, to the exe after I … | |
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): … | |
can anyone give me a reference to a great tutorial for programming Ti 89 graphic calculator using BASIC? | |
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 … |
The End.