Questions tagged as 'basic'

1
answer

Macro to print report "n" times (Access)

First of all, thank you spend your time reading and / or answering my post. I'm new to forums as well as using Access. I am developing a bbdd that allows me to print product labels, depending on a delivery note number. I have created a mac...
asked by 14.12.2018 / 13:22
0
answers

How to calculate or program the average of a matrix with a Casio 35 + calculator?

I have surfed the net and the forums to know how to calculate or make a program to know the average of a matrix with a calculator Casio 35 + that uses Basic . This is what I have for now: Fill(1,Mat A) 'que ya fue creado con el tama...
asked by 05.05.2017 / 08:16
1
answer

Return a combo box to initial state VB6

Return a combo box to the initial state (empty) being in style 2 - dropdown list, I have a combo box with the marks of some cars, and I have it in style 2-dropdown list, so that the user can not write anything , just choose, but then I have a cl...
asked by 10.07.2018 / 01:23
1
answer

which means "return 32; "In c?

This is the exercise, I just wanted to know what you mean by:    return 32; #include <stdio.h> #include <stdlib.h> int bits(unsigned int n); int main() { unsigned int n=7,j; j=bits(n); printf("%d",j); return...
asked by 27.10.2017 / 23:38
1
answer

Get control events created? Visual Basic

I have a problem with which I have battled hours and I hope someone can help me: I am working on a system which clients will handle, remove the edges of the form to avoid being closed by customers joking or such, then I added an "Exit" button w...
asked by 06.07.2018 / 06:45
1
answer

Basic C # query

It is a number counter, if one enters OK should exit and show the sum of the numbers entered. The counter works fine but when I enter OK instead of leaving the while the application crashea. static void Main(string[] args)...
asked by 04.06.2017 / 16:13
0
answers

Visual Basic 6: Insufficient Memory, does not allow to create Forms

In a large project of Visiual Basic 6, it does not allow me to create more Forms. An "Insufficient Memory" error appears. The only way I have for now is to erase other Forms, but this is not a solution. Does anyone know if you can increase the n...
asked by 17.10.2018 / 12:17
0
answers

how to send a message and it does not come out as asterisks

I have a program in visual basic that sends a message to a machine, that message is of type string. Once the message is sent, it appears in the machine with asterisks, that is, it appears in this way *******. How could I solve this and leave the...
asked by 26.09.2018 / 17:52
0
answers

export a query from sql to excel but without the help of ClosedXML.Excel;

I had been using this code to pass the gridviews to excel but now I want to pass a query:  Dim dtM As New DataTable             Dim sda As New SqlDataAdapter ()             SqlStr="SPAparticipantSistance @ TYPE = 7" 'this is the query I want to...
asked by 17.08.2018 / 19:15
1
answer

Is there any way to make switch c ++ in visual basic console?

while(contador <= 15) { factor *= contador; switch(contador){ case 1: f1 = factor; break; case 2: f2 = factor; break; case 3:...
asked by 05.08.2018 / 22:40